cinnamon-control-center: revbump for libnma
This commit is contained in:
parent
286de65fe7
commit
0bb60a189d
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cinnamon-control-center'
|
# Template file for 'cinnamon-control-center'
|
||||||
pkgname=cinnamon-control-center
|
pkgname=cinnamon-control-center
|
||||||
version=4.6.2
|
version=4.6.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
configure_args="--disable-static --disable-update-mimedb --disable-systemd"
|
configure_args="--disable-static --disable-update-mimedb --disable-systemd"
|
||||||
|
@ -28,6 +28,7 @@ do_check() {
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove unused stuff
|
# Remove unused stuff
|
||||||
make -C shell DESTDIR="$DESTDIR" uninstall-binPROGRAMS uninstall-directoryDATA uninstall-uiDATA
|
make -C shell DESTDIR="$DESTDIR" uninstall-binPROGRAMS uninstall-directoryDATA uninstall-uiDATA
|
||||||
|
@ -41,6 +42,7 @@ libcinnamon-control-center_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cinnamon-control-center-devel_package() {
|
cinnamon-control-center-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libglib-devel gtk+3-devel lib${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel gtk+3-devel lib${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue