mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 23:02:56 +02:00
cinnamon-control-center: update to 4.8.2.
Fix homepage.
This commit is contained in:
parent
4a41da0426
commit
9eda680250
2 changed files with 6 additions and 31 deletions
|
@ -1,13 +0,0 @@
|
||||||
--- panels/datetime/Makefile.am.orig 2015-05-30 08:26:46.499494572 +0200
|
|
||||||
+++ panels/datetime/Makefile.am 2015-05-30 08:26:56.890603931 +0200
|
|
||||||
@@ -132,8 +132,8 @@ test_endianess_CFLAGS = $(DATETIME_PANEL
|
|
||||||
all-local: check-local
|
|
||||||
|
|
||||||
check-local: test-timezone-gfx test-endianess test-timezone
|
|
||||||
- $(builddir)/test-timezone-gfx $(srcdir)/data
|
|
||||||
- $(builddir)/test-endianess
|
|
||||||
+# $(builddir)/test-timezone-gfx $(srcdir)/data
|
|
||||||
+# $(builddir)/test-endianess
|
|
||||||
# $(builddir)/test-timezone
|
|
||||||
|
|
||||||
ccpanelsdir = $(PANELS_DIR)
|
|
|
@ -1,11 +1,10 @@
|
||||||
# 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.8.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
configure_args="--disable-static --disable-update-mimedb --disable-systemd"
|
hostmakedepends="gettext-devel glib-devel
|
||||||
hostmakedepends="autoconf-archive gettext-devel glib-devel automake
|
|
||||||
gobject-introspection intltool libtool pkg-config libxslt"
|
gobject-introspection intltool libtool pkg-config libxslt"
|
||||||
makedepends="ModemManager-devel cinnamon-desktop-devel cinnamon-menus-devel
|
makedepends="ModemManager-devel cinnamon-desktop-devel cinnamon-menus-devel
|
||||||
cinnamon-settings-daemon-devel gnome-online-accounts-devel ibus-devel
|
cinnamon-settings-daemon-devel gnome-online-accounts-devel ibus-devel
|
||||||
|
@ -17,25 +16,14 @@ depends="libcinnamon-control-center>=${version}_${revision} cinnamon-settings-da
|
||||||
short_desc="Cinnamon Control Center"
|
short_desc="Cinnamon Control Center"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html"
|
homepage="https://github.com/linuxmint/cinnamon-control-center"
|
||||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=f887d7e185f8ff1ee6f9789219231cba8be820c706b316d35ee5118d2fd898eb
|
checksum=407e88fe458af7b25c0dd91d54aad93a72a1464ced285a741ed1ce6249ed61af
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# Remove unused stuff
|
|
||||||
make -C shell DESTDIR="$DESTDIR" uninstall-binPROGRAMS uninstall-directoryDATA uninstall-uiDATA
|
|
||||||
rm -R "$DESTDIR/usr/share/applications"
|
|
||||||
rm -R "$DESTDIR/etc"
|
|
||||||
}
|
|
||||||
|
|
||||||
libcinnamon-control-center_package() {
|
libcinnamon-control-center_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue