[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:01:43
  Author: felixonmars
Revision: 386118

upgpkg: gnome-common 3.18.0-4: reproducibility rebuild

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:01:40 UTC (rev 386117)
+++ PKGBUILD2020-05-19 08:01:43 UTC (rev 386118)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-common
 pkgver=3.18.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 depends=(sh autoconf-archive intltool yelp-tools gtk-doc)


[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 23:45:04
  Author: foutrelis
Revision: 338798

PIE/BUILDINFO rebuild

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:44:58 UTC (rev 338797)
+++ PKGBUILD2018-11-09 23:45:04 UTC (rev 338798)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-common
 pkgver=3.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 depends=(sh autoconf-archive intltool yelp-tools gtk-doc)


[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2017-05-21 Thread Jan de Groot
Date: Sunday, May 21, 2017 @ 21:20:08
  Author: jgc
Revision: 296387

upgpkg: gnome-common 3.18.0-2

Use HTTPS, rebuild for .BUILDINFO

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 21:18:20 UTC (rev 296386)
+++ PKGBUILD2017-05-21 21:20:08 UTC (rev 296387)
@@ -3,13 +3,13 @@
 
 pkgname=gnome-common
 pkgver=3.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
 license=(GPL)
-url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="https://www.gnome.org";
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf')
 
 build() {


[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2015-09-24 Thread Jan Steffens
Date: Thursday, September 24, 2015 @ 22:45:12
  Author: heftig
Revision: 247312

3.18.0

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 20:40:31 UTC (rev 247311)
+++ PKGBUILD2015-09-24 20:45:12 UTC (rev 247312)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.18.0
+pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
-depends=('sh' 'autoconf-archive')
-license=('GPL')
+depends=(sh autoconf-archive intltool yelp-tools gtk-doc)
+license=(GPL)
 url="http://www.gnome.org";
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
+sha256sums=('22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-autoconf-archive
   make
 }
 
@@ -21,5 +21,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/aclocal/ax_*
 }


[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2015-04-29 Thread Jan de Groot
Date: Wednesday, April 29, 2015 @ 12:29:38
  Author: jgc
Revision: 238248

upgpkg: gnome-common 3.14.0-2

Drop files included in autoconf-archive

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 09:45:47 UTC (rev 238247)
+++ PKGBUILD2015-04-29 10:29:38 UTC (rev 238248)
@@ -3,10 +3,10 @@
 
 pkgname=gnome-common
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME"
 arch=(any)
-depends=('sh')
+depends=('sh' 'autoconf-archive')
 license=('GPL')
 url="http://www.gnome.org";
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
@@ -21,4 +21,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/aclocal/ax_*
 }


[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 13:37:06
  Author: jgc
Revision: 222647

upgpkg: gnome-common 3.14.0-1

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 11:36:23 UTC (rev 222646)
+++ PKGBUILD2014-09-22 11:37:06 UTC (rev 222647)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.12.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
@@ -10,7 +10,7 @@
 license=('GPL')
 url="http://www.gnome.org";
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8')
+sha256sums=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 14:17:29
  Author: jgc
Revision: 208543

upgpkg: gnome-common 3.12.0-1

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 13:16:07 UTC (rev 208542)
+++ PKGBUILD2014-03-24 13:17:29 UTC (rev 208543)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.10.0
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
@@ -9,8 +9,8 @@
 depends=('sh')
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aed69474a671e046523827f73ba5e936d57235b661db97900db7356e1e03b0a3')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-common/trunk (PKGBUILD git-fixes.patch)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 16:36:35
  Author: jgc
Revision: 194753

upgpkg: gnome-common 3.10.0-1

Modified:
  gnome-common/trunk/PKGBUILD
Deleted:
  gnome-common/trunk/git-fixes.patch

-+
 PKGBUILD|   15 ++
 git-fixes.patch |   75 --
 2 files changed, 4 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 14:33:48 UTC (rev 194752)
+++ PKGBUILD2013-09-23 14:36:35 UTC (rev 194753)
@@ -2,23 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.7.4
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 depends=('sh')
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-git-fixes.patch)
-sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b'
-'978d43799927b6e8ee7e8e33838126df44fdeade0f4ea5154a261286cdeb5d93')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('aed69474a671e046523827f73ba5e936d57235b661db97900db7356e1e03b0a3')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Deleted: git-fixes.patch
===
--- git-fixes.patch 2013-09-23 14:33:48 UTC (rev 194752)
+++ git-fixes.patch 2013-09-23 14:36:35 UTC (rev 194753)
@@ -1,75 +0,0 @@
-diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
-index 5da964e..be70371 100644
 a/macros2/gnome-autogen.sh
-+++ b/macros2/gnome-autogen.sh
-@@ -345,15 +345,16 @@ done
- 
- case $REQUIRED_AUTOMAKE_VERSION in
- 1.4*) automake_progs="automake-1.4" ;;
--1.5*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" 
;;
--1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
--1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
--1.8*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8" ;;
--1.9*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9" ;;
--1.10*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10" ;;
--1.11*) automake_progs="automake-1.13 automake-1.12 automake-1.11" ;;
--1.12*) automake_progs="automake-1.13 automake-1.12" ;;
--1.13*) automake_progs="automake-1.13" ;;
-+1.5*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 
automake-1.5" ;;
-+1.6*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 
automake-1.6" ;;
-+1.7*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-+1.8*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-+1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9" ;;
-+1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10" ;;
-+1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11" ;;
-+1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;
-+1.13*) automake_progs="automake-1.14 automake-1.13" ;;
-+1.14*) automake_progs="automake-1.14" ;;
- esac
- version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
- 
"http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz";
-diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
-index 618ccbe..62375e6 100644
 a/macros2/gnome-code-coverage.m4
-+++ b/macros2/gnome-code-coverage.m4
-@@ -44,7 +44,7 @@ AC_DEFUN([GNOME_CODE_COVERAGE],[
-   ])
- 
-   # List of supported lcov versions.
--  lcov_version_list="1.6 1.7 1.8 1.9"
-+  lcov_version_list="1.6 1.7 1.8 1.9 1.10"
- 
-   AC_CHECK_PROG([LCOV], [lcov], [lcov])
-   AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
-@@ -120,7 +120,7 @@ code_coverage_quiet_0 = --quiet
- 
- # Use recursive makes in order to ignore errors during check
- check-code-coverage:
--ifdef CODE_COVERAGE_ENABLED
-+ifeq ($(CODE_COVERAGE_ENABLED),yes)
-   -$(MAKE) $(AM_MAKEFLAGS) -k check
-   $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
- else
-@@ -129,7 +129,7 @@ endif
- 
- # Capture code covera

[arch-commits] Commit in gnome-common/trunk (PKGBUILD git-fixes.patch)

2013-07-02 Thread Jan de Groot
Date: Tuesday, July 2, 2013 @ 11:13:45
  Author: jgc
Revision: 189285

upgpkg: gnome-common 3.7.4-2

Add support for Automake 1.14 and lcov 1.10 (FS#35954)

Added:
  gnome-common/trunk/git-fixes.patch
Modified:
  gnome-common/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 git-fixes.patch |   75 ++
 2 files changed, 86 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 09:00:18 UTC (rev 189284)
+++ PKGBUILD2013-07-02 09:13:45 UTC (rev 189285)
@@ -3,14 +3,22 @@
 
 pkgname=gnome-common
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME"
 arch=(any)
+depends=('sh')
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b'
+'978d43799927b6e8ee7e8e33838126df44fdeade0f4ea5154a261286cdeb5d93')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-07-02 09:13:45 UTC (rev 189285)
@@ -0,0 +1,75 @@
+diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
+index 5da964e..be70371 100644
+--- a/macros2/gnome-autogen.sh
 b/macros2/gnome-autogen.sh
+@@ -345,15 +345,16 @@ done
+ 
+ case $REQUIRED_AUTOMAKE_VERSION in
+ 1.4*) automake_progs="automake-1.4" ;;
+-1.5*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" 
;;
+-1.6*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+-1.7*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+-1.8*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9 automake-1.8" ;;
+-1.9*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10 automake-1.9" ;;
+-1.10*) automake_progs="automake-1.13 automake-1.12 automake-1.11 
automake-1.10" ;;
+-1.11*) automake_progs="automake-1.13 automake-1.12 automake-1.11" ;;
+-1.12*) automake_progs="automake-1.13 automake-1.12" ;;
+-1.13*) automake_progs="automake-1.13" ;;
++1.5*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 
automake-1.5" ;;
++1.6*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 
automake-1.6" ;;
++1.7*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
++1.8*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
++1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9" ;;
++1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10" ;;
++1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11" ;;
++1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;
++1.13*) automake_progs="automake-1.14 automake-1.13" ;;
++1.14*) automake_progs="automake-1.14" ;;
+ esac
+ version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
+ 
"http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz";
+diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
+index 618ccbe..62375e6 100644
+--- a/macros2/gnome-code-coverage.m4
 b/macros2/gnome-code-coverage.m4
+@@ -44,7 +44,7 @@ AC_DEFUN([GNOME_CODE_COVERAGE],[
+   ])
+ 
+   # List of supported lcov versions.
+-  lcov_version_list="1.6 1.7 1.8 1.9"
++  lcov_version_list="1.6 1.7 1.8 1.9 1.10"
+ 
+   AC_CHECK_PROG([LCOV], [lcov], [lcov])
+   AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
+@@ -120,7 +120,7 @@ code_coverage_quiet_0 = --quiet
+ 
+ # Use recursive makes in order to ignore errors during check
+ check-code-coverage:
+-ifdef CODE_COVERAGE_ENABLED
++ifeq ($(CODE_COVERAGE_ENABLED),yes)
+   -$(MAKE) $(AM_MAKEFLAGS) -k check
+   $(MAKE) $(AM_MAKEFLAGS) code-coverage-capture
+ else
+@@ -129,7 +129,7 @@ endif
+ 
+ # Capture code coverage

[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2013-03-20 Thread Jan de Groot
Date: Wednesday, March 20, 2013 @ 22:16:45
  Author: jgc
Revision: 180387

Update to new version. Though this is a development version, the changes are 
not shocking and we need at least one of the commits for automake 1.13 support
upgpkg: gnome-common 3.7.4-1

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-20 20:56:13 UTC (rev 180386)
+++ PKGBUILD2013-03-20 21:16:45 UTC (rev 180387)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.6.0
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95')
+sha256sums=('2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2012-10-16 Thread Jan de Groot
Date: Wednesday, October 17, 2012 @ 02:58:09
  Author: jgc
Revision: 168968

upgpkg: gnome-common 3.6.0-1

3.6.0

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-17 06:55:39 UTC (rev 168967)
+++ PKGBUILD2012-10-17 06:58:09 UTC (rev 168968)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.5.91
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6dc4583c58bd4457aa290ee8c6dc991b764a6322a181a4e51f6f8d50ef78ffbd')
+sha256sums=('e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:47:18
  Author: jgc
Revision: 166791

upgpkg: gnome-common 3.5.91-1

Update to 3.5.91

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:17:23 UTC (rev 166790)
+++ PKGBUILD2012-09-19 09:47:18 UTC (rev 166791)
@@ -2,20 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=3.4.0.1
-pkgrel=2
+pkgver=3.5.91
+pkgrel=1
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-
automake1.12.patch::http://git.gnome.org/browse/gnome-common/patch/?id=1fed4ee7015b89a1ac4c4a535aeb753e820e4970)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7'
-'78081e33a0091bfb4531e723fcd6b28219c1c94173aea9071ecb5fe6da9066ab')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6dc4583c58bd4457aa290ee8c6dc991b764a6322a181a4e51f6f8d50ef78ffbd')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i "$srcdir/automake1.12.patch"
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2012-04-29 Thread Ionut Biru
Date: Sunday, April 29, 2012 @ 17:32:28
  Author: ibiru
Revision: 157807

add support for automake 1.12

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 18:29:57 UTC (rev 157806)
+++ PKGBUILD2012-04-29 21:32:28 UTC (rev 157807)
@@ -3,16 +3,19 @@
 
 pkgname=gnome-common
 pkgver=3.4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+
automake1.12.patch::http://git.gnome.org/browse/gnome-common/patch/?id=1fed4ee7015b89a1ac4c4a535aeb753e820e4970)
+sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7'
+'78081e33a0091bfb4531e723fcd6b28219c1c94173aea9071ecb5fe6da9066ab')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i "$srcdir/automake1.12.patch"
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:46:00
  Author: heftig
Revision: 154420

3.4.0.1

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:45:39 UTC (rev 154419)
+++ PKGBUILD2012-03-28 10:46:00 UTC (rev 154420)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=2.34.0
-pkgrel=2
-pkgdesc="Common development macros for GNOME2"
+pkgver=3.4.0.1
+pkgrel=1
+pkgdesc="Common development macros for GNOME"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2012-02-23 Thread Ionut Biru
Date: Thursday, February 23, 2012 @ 08:05:44
  Author: ibiru
Revision: 150861

rebuild for signing

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-23 13:04:37 UTC (rev 150860)
+++ PKGBUILD2012-02-23 13:05:44 UTC (rev 150861)
@@ -3,21 +3,21 @@
 
 pkgname=gnome-common
 pkgver=2.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Common development macros for GNOME2"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in gnome-common/trunk (PKGBUILD)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 06:11:09
  Author: ibiru
Revision: 117523

upgpkg: gnome-common 2.34.0-1
update to 2.34

Modified:
  gnome-common/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 09:53:46 UTC (rev 117522)
+++ PKGBUILD2011-04-04 10:11:09 UTC (rev 117523)
@@ -2,18 +2,22 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-common
-pkgver=2.28.0
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="Common development macros for GNOME2"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}