Skip to content

Commit c1693ad

Browse files
committed
dde-base/dde-api: update ebuild
Signed-off-by: Han Gao <[email protected]>
1 parent fd525d5 commit c1693ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dde-base/dde-api/dde-api-5.5.25.ebuild dde-base/dde-api/dde-api-5.5.25-r1.ebuild

+2-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ EGO_VENDOR=(
2929
"gopkg.in/yaml.v3 496545a github.com/go-yaml/yaml"
3030
)
3131

32-
inherit golang-vcs-snapshot golang-build xdg-utils
32+
inherit golang-vcs-snapshot golang-build xdg
3333

3434
DESCRIPTION="Go-lang bingdings for dde-daemon"
3535
HOMEPAGE="https://github.com/linuxdeepin/dde-api"
@@ -78,6 +78,7 @@ src_prepare() {
7878

7979
default_src_prepare
8080
}
81+
8182
src_compile() {
8283
mkdir -p "${T}/golibdir/"
8384
cp -r "${S}/src/${EGO_PN}/vendor" "${T}/golibdir/src"
@@ -94,6 +95,3 @@ src_install() {
9495
cd ${S}/src/${EGO_PN}
9596
emake DESTDIR=${D} libdir=/$(get_libdir) SYSTEMD_LIB_DIR=/lib GOSITE_DIR=$(get_golibdir) install
9697
}
97-
98-
pkg_postinst() { xdg_icon_cache_update; }
99-
pkg_postrm() { xdg_icon_cache_update; }

0 commit comments

Comments
 (0)