gnome-control-center: update to 3.22.1.
This commit is contained in:
parent
8276ccdede
commit
ebad7f7a6c
|
@ -1,30 +0,0 @@
|
||||||
Don't fail the build if the test-timezone-gfx or test-endianess checks fail
|
|
||||||
The former fails because it expects /usr/share/gnome-control-center/datetime/backward
|
|
||||||
to be installed, which isn't the case when the check is run.
|
|
||||||
|
|
||||||
--- panels/datetime/Makefile.am
|
|
||||||
+++ panels/datetime/Makefile.am
|
|
||||||
@@ -43,8 +43,8 @@
|
|
||||||
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
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libdate_time.la
|
|
||||||
--- panels/datetime/Makefile.in
|
|
||||||
+++ panels/datetime/Makefile.in
|
|
||||||
@@ -1324,8 +1324,8 @@
|
|
||||||
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
|
|
||||||
timedated.c: timedated.h
|
|
||||||
timedated.h: Makefile.am timedated1-interface.xml
|
|
||||||
gdbus-codegen \
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-control-center'
|
# Template file for 'gnome-control-center'
|
||||||
pkgname=gnome-control-center
|
pkgname=gnome-control-center
|
||||||
version=3.18.2
|
version=3.22.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-cheese"
|
configure_args="--disable-static --with-cheese"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=36fe6157247d2b7c8a98dbb3dbcde1c3a6f9e5e8fcc9ccf357e2b2417578f8ad
|
checksum=5d69295bc43176392d65b3bdbe60eb85cdcac95b1ef76b86933f3ba9cf48091a
|
||||||
|
|
||||||
hostmakedepends="pkg-config intltool glib-devel gnome-doc-utils gobject-introspection"
|
hostmakedepends="pkg-config intltool glib-devel gnome-doc-utils gobject-introspection"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
|
Loading…
Reference in New Issue