summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
-rw-r--r--configure.ac.patch19
3 files changed, 30 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec3fa63ee12b..3d427ca02307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 10 06:55:00 UTC 2016
+# Sat May 28 09:35:50 UTC 2016
pkgbase = paper-icon-theme-git
pkgdesc = Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme
- pkgver = 368.45207e8
+ pkgver = 545.e456a0d
pkgrel = 1
url = https://github.com/snwh/paper-icon-theme
arch = any
@@ -12,7 +12,9 @@ pkgbase = paper-icon-theme-git
depends = gtk-update-icon-cache
provides = paper-icon-theme
source = paper-icon-theme-git::git+https://github.com/snwh/paper-icon-theme.git
+ source = configure.ac.patch
md5sums = SKIP
+ md5sums = 1aeca8418ee2f609ca5d86557ffcad89
pkgname = paper-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index 9282edc450fd..cf6370ebc366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=paper-icon-theme-git
-pkgver=368.45207e8
+pkgver=545.e456a0d
pkgrel=1
pkgdesc="Paper is an icon theme for GTK based desktops and fits perfectly the paper-gtk-theme"
arch=(any)
@@ -8,9 +8,11 @@ license=('CC BY-SA 4.0')
depends=('gtk-update-icon-cache')
makedepends=('git' 'automake')
provides=('paper-icon-theme')
-source=("$pkgname"::'git+https://github.com/snwh/paper-icon-theme.git')
+source=("$pkgname"::'git+https://github.com/snwh/paper-icon-theme.git'
+ "configure.ac.patch")
# Because the sources are not static, skip Git checksum:
-md5sums=('SKIP')
+md5sums=('SKIP'
+ '1aeca8418ee2f609ca5d86557ffcad89')
pkgver() {
cd "$srcdir/$pkgname"
@@ -18,7 +20,8 @@ pkgver() {
}
build() {
- cd "$srcdir/$pkgname"
+ cd $srcdir/$pkgname
+ patch configure.ac $srcdir/configure.ac.patch
./autogen.sh --prefix=/usr
make
}
diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644
index 000000000000..766fce14fe22
--- /dev/null
+++ b/configure.ac.patch
@@ -0,0 +1,19 @@
+--- configure.ac 2016-05-27 18:15:33.000000000 +0200
++++ configure.ac.new 2016-05-28 11:17:11.622530477 +0200
+@@ -1,8 +1,7 @@
+ AC_INIT([Paper ], 1.1, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
+ AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
+ AC_PREFIX_DEFAULT(/usr/local)
+-AM_SILENT_RULES([yes])
+-
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+ AC_CONFIG_FILES([Makefile])
+ AC_OUTPUT
+@@ -15,4 +14,4 @@
+ exec_prefix: ${exec_prefix}
+ datarootdir: ${datarootdir}
+
+-])
+\ No newline at end of file
++])