[arch-commits] Commit in lib32-glibc/repos (8 files)
Date: Tuesday, September 24, 2013 @ 08:50:36 Author: heftig Revision: 97549 archrelease: copy trunk to multilib-testing-x86_64 Added: lib32-glibc/repos/multilib-testing-x86_64/ lib32-glibc/repos/multilib-testing-x86_64/PKGBUILD (from rev 97548, lib32-glibc/trunk/PKGBUILD) lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch (from rev 97548, lib32-glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch) lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch (from rev 97548, lib32-glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch) lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch (from rev 97548, lib32-glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch) lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch (from rev 97548, lib32-glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch) lib32-glibc/repos/multilib-testing-x86_64/glibc-2.18-strstr-hackfix.patch (from rev 97548, lib32-glibc/trunk/glibc-2.18-strstr-hackfix.patch) lib32-glibc/repos/multilib-testing-x86_64/lib32-glibc.conf (from rev 97548, lib32-glibc/trunk/lib32-glibc.conf) ---+ PKGBUILD | 153 +++ glibc-2.18-malloc-corrupt-CVE-2013-4332.patch | 54 + glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 +++ glibc-2.18-readdir_r-CVE-2013-4237.patch | 281 ++ glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 glibc-2.18-strstr-hackfix.patch | 13 lib32-glibc.conf |1 7 files changed, 1991 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 97548:97549 to see the changes.
[arch-commits] Commit in lib32-glibc/trunk (2 files)
Date: Tuesday, September 24, 2013 @ 08:48:52 Author: heftig Revision: 97548 add CVE patch; 2.18-5 Added: lib32-glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch Modified: lib32-glibc/trunk/PKGBUILD ---+ PKGBUILD |9 glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 2 files changed, 492 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-24 04:06:27 UTC (rev 97547) +++ PKGBUILD2013-09-24 06:48:52 UTC (rev 97548) @@ -9,7 +9,7 @@ _pkgbasename=glibc pkgname=lib32-$_pkgbasename pkgver=2.18 -pkgrel=4 +pkgrel=5 pkgdesc="GNU C Library for multilib" arch=('x86_64') url="http://www.gnu.org/software/libc"; @@ -20,6 +20,7 @@ glibc-2.18-readdir_r-CVE-2013-4237.patch glibc-2.18-malloc-corrupt-CVE-2013-4332.patch glibc-2.18-strcoll-CVE-2012-4412+4424.patch +glibc-2.18-ptr-mangle-CVE-2013-4788.patch glibc-2.18-strstr-hackfix.patch lib32-glibc.conf) md5sums=('88fbbceafee809e82efd52efa1e3c58f' @@ -27,6 +28,7 @@ '154da6bf5a5248f42a7bf5bf08e01a47' 'b79561ab9dce900e9bbeaf0d49927c2b' 'c7264b99d0f7e51922a4d3126182c40a' + '9749ba386b08a8fe53e7ecede9bf2dfb' '4441f6dfe7d75ced1fa75e54dd21d36e' '6e052f1cb693d5d3203f50f9d4e8c33b') @@ -39,11 +41,14 @@ # upstream commits 1159a193, 55e17aad and b73ed247 patch -p1 -i $srcdir/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch - # upstream commit 1326ba1a and two not yet committed patches + # upstream commits 1326ba1a, 141f3a77 and 303e567a # https://sourceware.org/ml/libc-alpha/2013-08/msg00394.html # https://sourceware.org/ml/libc-alpha/2013-08/msg00462.html patch -p1 -i $srcdir/glibc-2.18-strcoll-CVE-2012-4412+4424.patch + # upstream commits c61b4d41 and 0b1f8e35 + patch -p1 -i $srcdir/glibc-2.18-ptr-mangle-CVE-2013-4788.patch + # hack fix for strstr issues on x86 patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch Added: glibc-2.18-ptr-mangle-CVE-2013-4788.patch === --- glibc-2.18-ptr-mangle-CVE-2013-4788.patch (rev 0) +++ glibc-2.18-ptr-mangle-CVE-2013-4788.patch 2013-09-24 06:48:52 UTC (rev 97548) @@ -0,0 +1,485 @@ +diff --git a/csu/libc-start.c b/csu/libc-start.c +index e5da3ef..c898d06 100644 +--- a/csu/libc-start.c b/csu/libc-start.c +@@ -37,6 +37,12 @@ extern void __pthread_initialize_minimal (void); +in thread local area. */ + uintptr_t __stack_chk_guard attribute_relro; + # endif ++# ifndef THREAD_SET_POINTER_GUARD ++/* Only exported for architectures that don't store the pointer guard ++ value in thread local area. */ ++uintptr_t __pointer_chk_guard_local ++ attribute_relro attribute_hidden __attribute__ ((nocommon)); ++# endif + #endif + + #ifdef HAVE_PTR_NTHREADS +@@ -195,6 +201,16 @@ LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), + # else + __stack_chk_guard = stack_chk_guard; + # endif ++ ++ /* Set up the pointer guard value. */ ++ uintptr_t pointer_chk_guard = _dl_setup_pointer_guard (_dl_random, ++ stack_chk_guard); ++# ifdef THREAD_SET_POINTER_GUARD ++ THREAD_SET_POINTER_GUARD (pointer_chk_guard); ++# else ++ __pointer_chk_guard_local = pointer_chk_guard; ++# endif ++ + #endif + + /* Register the destructor of the dynamic linker if there is any. */ +diff --git a/elf/Makefile b/elf/Makefile +index aaa9534..cb8da93 100644 +--- a/elf/Makefile b/elf/Makefile +@@ -121,7 +121,8 @@ endif + tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1 \ + tst-array1 tst-array2 tst-array3 tst-array4 tst-array5 + tests-static = tst-tls1-static tst-tls2-static tst-stackguard1-static \ +- tst-leaks1-static tst-array1-static tst-array5-static ++ tst-leaks1-static tst-array1-static tst-array5-static \ ++ tst-ptrguard1-static + ifeq (yes,$(build-shared)) + tests-static += tst-tls9-static + tst-tls9-static-ENV = \ +@@ -145,7 +146,8 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ +tst-audit1 tst-audit2 tst-audit8 \ +tst-stackguard1 tst-addr1 tst-thrlock \ +tst-unique1 tst-unique2 tst-unique3 tst-unique4 \ +- tst-initorder tst-initorder2 tst-relsort1 tst-null-argv ++ tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \ ++ tst-ptrguard1 + # reldep9 + test-srcs = tst-pathopt + selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null) +@@ -1016,6 +1018,9 @@ LDFLAGS-order2mod2.so = $(no-as-needed) + tst-stackguard1-ARGS = --command "$(host-test-program-cmd) --child" + tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child" + ++tst-ptrguard1-ARGS = --command "$(host-test-program-cmd) --
[arch-commits] Commit in glibc/repos (24 files)
Date: Tuesday, September 24, 2013 @ 08:41:40 Author: allan Revision: 194894 archrelease: copy trunk to testing-i686, testing-x86_64 Added: glibc/repos/testing-i686/ glibc/repos/testing-i686/PKGBUILD (from rev 194893, glibc/trunk/PKGBUILD) glibc/repos/testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch (from rev 194893, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch) glibc/repos/testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch (from rev 194893, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch) glibc/repos/testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch (from rev 194893, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch) glibc/repos/testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch (from rev 194893, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch) glibc/repos/testing-i686/glibc-2.18-strstr-hackfix.patch (from rev 194893, glibc/trunk/glibc-2.18-strstr-hackfix.patch) glibc/repos/testing-i686/glibc.install (from rev 194893, glibc/trunk/glibc.install) glibc/repos/testing-i686/locale-gen (from rev 194893, glibc/trunk/locale-gen) glibc/repos/testing-i686/locale.gen.txt (from rev 194893, glibc/trunk/locale.gen.txt) glibc/repos/testing-i686/nscd.service (from rev 194893, glibc/trunk/nscd.service) glibc/repos/testing-i686/nscd.tmpfiles (from rev 194893, glibc/trunk/nscd.tmpfiles) glibc/repos/testing-x86_64/ glibc/repos/testing-x86_64/PKGBUILD (from rev 194893, glibc/trunk/PKGBUILD) glibc/repos/testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch (from rev 194893, glibc/trunk/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch) glibc/repos/testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch (from rev 194893, glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch) glibc/repos/testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch (from rev 194893, glibc/trunk/glibc-2.18-readdir_r-CVE-2013-4237.patch) glibc/repos/testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch (from rev 194893, glibc/trunk/glibc-2.18-strcoll-CVE-2012-4412+4424.patch) glibc/repos/testing-x86_64/glibc-2.18-strstr-hackfix.patch (from rev 194893, glibc/trunk/glibc-2.18-strstr-hackfix.patch) glibc/repos/testing-x86_64/glibc.install (from rev 194893, glibc/trunk/glibc.install) glibc/repos/testing-x86_64/locale-gen (from rev 194893, glibc/trunk/locale-gen) glibc/repos/testing-x86_64/locale.gen.txt (from rev 194893, glibc/trunk/locale.gen.txt) glibc/repos/testing-x86_64/nscd.service (from rev 194893, glibc/trunk/nscd.service) glibc/repos/testing-x86_64/nscd.tmpfiles (from rev 194893, glibc/trunk/nscd.tmpfiles) --+ testing-i686/PKGBUILD| 164 + testing-i686/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch | 54 testing-i686/glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 testing-i686/glibc-2.18-readdir_r-CVE-2013-4237.patch| 281 ++ testing-i686/glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 ++ testing-i686/glibc-2.18-strstr-hackfix.patch | 13 testing-i686/glibc.install | 19 testing-i686/locale-gen | 42 testing-i686/locale.gen.txt | 23 testing-i686/nscd.service| 18 testing-i686/nscd.tmpfiles |4 testing-x86_64/PKGBUILD | 164 + testing-x86_64/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch | 54 testing-x86_64/glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 testing-x86_64/glibc-2.18-readdir_r-CVE-2013-4237.patch | 281 ++ testing-x86_64/glibc-2.18-strcoll-CVE-2012-4412+4424.patch | 1004 ++ testing-x86_64/glibc-2.18-strstr-hackfix.patch | 13 testing-x86_64/glibc.install | 19 testing-x86_64/locale-gen| 42 testing-x86_64/locale.gen.txt| 23 testing-x86_64/nscd.service | 18 testing-x86_64/nscd.tmpfiles |4 22 files changed, 4214 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 194893:194894 to see the changes.
[arch-commits] Commit in glibc/trunk (2 files)
Date: Tuesday, September 24, 2013 @ 08:38:32 Author: allan Revision: 194893 upgpkg: glibc 2.18-5 fix ptr mangle issue in static binaries Added: glibc/trunk/glibc-2.18-ptr-mangle-CVE-2013-4788.patch Modified: glibc/trunk/PKGBUILD ---+ PKGBUILD |9 glibc-2.18-ptr-mangle-CVE-2013-4788.patch | 485 2 files changed, 492 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 23:18:42 UTC (rev 194892) +++ PKGBUILD2013-09-24 06:38:32 UTC (rev 194893) @@ -6,7 +6,7 @@ pkgname=glibc pkgver=2.18 -pkgrel=4 +pkgrel=5 pkgdesc="GNU C Library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc"; @@ -23,6 +23,7 @@ glibc-2.18-readdir_r-CVE-2013-4237.patch glibc-2.18-malloc-corrupt-CVE-2013-4332.patch glibc-2.18-strcoll-CVE-2012-4412+4424.patch + glibc-2.18-ptr-mangle-CVE-2013-4788.patch glibc-2.18-strstr-hackfix.patch nscd.service nscd.tmpfiles @@ -33,6 +34,7 @@ '154da6bf5a5248f42a7bf5bf08e01a47' 'b79561ab9dce900e9bbeaf0d49927c2b' 'c7264b99d0f7e51922a4d3126182c40a' + '9749ba386b08a8fe53e7ecede9bf2dfb' '4441f6dfe7d75ced1fa75e54dd21d36e' 'd5fab2cd3abea65aa5ae696ea4a47d6b' 'da662ca76e7c8d7efbc7986ab7acea2d' @@ -48,11 +50,14 @@ # upstream commits 1159a193, 55e17aad and b73ed247 patch -p1 -i $srcdir/glibc-2.18-malloc-corrupt-CVE-2013-4332.patch - # upstream commit 1326ba1a and two not yet committed patches + # upstream commits 1326ba1a, 141f3a77 and 303e567a # https://sourceware.org/ml/libc-alpha/2013-08/msg00394.html # https://sourceware.org/ml/libc-alpha/2013-08/msg00462.html patch -p1 -i $srcdir/glibc-2.18-strcoll-CVE-2012-4412+4424.patch + # upstream commits c61b4d41 and 0b1f8e35 + patch -p1 -i $srcdir/glibc-2.18-ptr-mangle-CVE-2013-4788.patch + # hack fix for strstr issues on x86 patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch Added: glibc-2.18-ptr-mangle-CVE-2013-4788.patch === --- glibc-2.18-ptr-mangle-CVE-2013-4788.patch (rev 0) +++ glibc-2.18-ptr-mangle-CVE-2013-4788.patch 2013-09-24 06:38:32 UTC (rev 194893) @@ -0,0 +1,485 @@ +diff --git a/csu/libc-start.c b/csu/libc-start.c +index e5da3ef..c898d06 100644 +--- a/csu/libc-start.c b/csu/libc-start.c +@@ -37,6 +37,12 @@ extern void __pthread_initialize_minimal (void); +in thread local area. */ + uintptr_t __stack_chk_guard attribute_relro; + # endif ++# ifndef THREAD_SET_POINTER_GUARD ++/* Only exported for architectures that don't store the pointer guard ++ value in thread local area. */ ++uintptr_t __pointer_chk_guard_local ++ attribute_relro attribute_hidden __attribute__ ((nocommon)); ++# endif + #endif + + #ifdef HAVE_PTR_NTHREADS +@@ -195,6 +201,16 @@ LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), + # else + __stack_chk_guard = stack_chk_guard; + # endif ++ ++ /* Set up the pointer guard value. */ ++ uintptr_t pointer_chk_guard = _dl_setup_pointer_guard (_dl_random, ++ stack_chk_guard); ++# ifdef THREAD_SET_POINTER_GUARD ++ THREAD_SET_POINTER_GUARD (pointer_chk_guard); ++# else ++ __pointer_chk_guard_local = pointer_chk_guard; ++# endif ++ + #endif + + /* Register the destructor of the dynamic linker if there is any. */ +diff --git a/elf/Makefile b/elf/Makefile +index aaa9534..cb8da93 100644 +--- a/elf/Makefile b/elf/Makefile +@@ -121,7 +121,8 @@ endif + tests = tst-tls1 tst-tls2 tst-tls9 tst-leaks1 \ + tst-array1 tst-array2 tst-array3 tst-array4 tst-array5 + tests-static = tst-tls1-static tst-tls2-static tst-stackguard1-static \ +- tst-leaks1-static tst-array1-static tst-array5-static ++ tst-leaks1-static tst-array1-static tst-array5-static \ ++ tst-ptrguard1-static + ifeq (yes,$(build-shared)) + tests-static += tst-tls9-static + tst-tls9-static-ENV = \ +@@ -145,7 +146,8 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ +tst-audit1 tst-audit2 tst-audit8 \ +tst-stackguard1 tst-addr1 tst-thrlock \ +tst-unique1 tst-unique2 tst-unique3 tst-unique4 \ +- tst-initorder tst-initorder2 tst-relsort1 tst-null-argv ++ tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \ ++ tst-ptrguard1 + # reldep9 + test-srcs = tst-pathopt + selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null) +@@ -1016,6 +1018,9 @@ LDFLAGS-order2mod2.so = $(no-as-needed) + tst-stackguard1-ARGS = --command "$(host-test-program-cmd) --child" + tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child" + ++tst-ptrguard1-ARGS = --command "$(host-test-program-cm
[arch-commits] Commit in gvfs/repos (20 files)
Date: Tuesday, September 24, 2013 @ 01:18:42 Author: jgc Revision: 194892 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gvfs/repos/gnome-unstable-i686/PKGBUILD (from rev 194891, gvfs/trunk/PKGBUILD) gvfs/repos/gnome-unstable-i686/gvfs-module.install (from rev 194891, gvfs/trunk/gvfs-module.install) gvfs/repos/gnome-unstable-i686/gvfs-smb.install (from rev 194891, gvfs/trunk/gvfs-smb.install) gvfs/repos/gnome-unstable-i686/gvfs.install (from rev 194891, gvfs/trunk/gvfs.install) gvfs/repos/gnome-unstable-i686/imobiledevice-1.1.5.patch (from rev 194891, gvfs/trunk/imobiledevice-1.1.5.patch) gvfs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194891, gvfs/trunk/PKGBUILD) gvfs/repos/gnome-unstable-x86_64/gvfs-module.install (from rev 194891, gvfs/trunk/gvfs-module.install) gvfs/repos/gnome-unstable-x86_64/gvfs-smb.install (from rev 194891, gvfs/trunk/gvfs-smb.install) gvfs/repos/gnome-unstable-x86_64/gvfs.install (from rev 194891, gvfs/trunk/gvfs.install) gvfs/repos/gnome-unstable-x86_64/imobiledevice-1.1.5.patch (from rev 194891, gvfs/trunk/imobiledevice-1.1.5.patch) Deleted: gvfs/repos/gnome-unstable-i686/PKGBUILD gvfs/repos/gnome-unstable-i686/gvfs-module.install gvfs/repos/gnome-unstable-i686/gvfs-smb.install gvfs/repos/gnome-unstable-i686/gvfs.install gvfs/repos/gnome-unstable-i686/imobiledevice-1.1.5.patch gvfs/repos/gnome-unstable-x86_64/PKGBUILD gvfs/repos/gnome-unstable-x86_64/gvfs-module.install gvfs/repos/gnome-unstable-x86_64/gvfs-smb.install gvfs/repos/gnome-unstable-x86_64/gvfs.install gvfs/repos/gnome-unstable-x86_64/imobiledevice-1.1.5.patch -+ /PKGBUILD | 262 + /gvfs-module.install| 14 /gvfs-smb.install | 24 + /gvfs.install | 28 + /imobiledevice-1.1.5.patch | 442 ++ gnome-unstable-i686/PKGBUILD| 140 -- gnome-unstable-i686/gvfs-module.install |7 gnome-unstable-i686/gvfs-smb.install| 12 gnome-unstable-i686/gvfs.install| 14 gnome-unstable-i686/imobiledevice-1.1.5.patch | 221 --- gnome-unstable-x86_64/PKGBUILD | 140 -- gnome-unstable-x86_64/gvfs-module.install |7 gnome-unstable-x86_64/gvfs-smb.install | 12 gnome-unstable-x86_64/gvfs.install | 14 gnome-unstable-x86_64/imobiledevice-1.1.5.patch | 221 --- 15 files changed, 770 insertions(+), 788 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 194891:194892 to see the changes.
[arch-commits] Commit in gvfs/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 01:18:32 Author: jgc Revision: 194891 upgpkg: gvfs 1.18.0-1 Drop obexftp backend, not ported to bluez5, so not usable anymore since gnome-bluetooth was ported to Bluez5. Modified: gvfs/trunk/PKGBUILD --+ PKGBUILD | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 23:02:52 UTC (rev 194890) +++ PKGBUILD2013-09-23 23:18:32 UTC (rev 194891) @@ -2,16 +2,16 @@ # Maintainer: Jan de Groot pkgbase=gvfs -pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 'gvfs-goa' 'gvfs-mtp') -pkgver=1.17.91 +pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 'gvfs-mtp') +pkgver=1.18.0 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') -makedepends=('avahi' 'bluez-libs' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 'libbluray') +makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 'libbluray') url="http://www.gnome.org"; options=(!libtool) source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -sha256sums=('ef53ee05ae2f0c80606488b7658886b33aed76b10732555d3a0ab118c630bbab') +sha256sums=('a6d9a547ac0621c405251fe929078b2700408cf94371d452f641413d56bd50db') build() { cd "$pkgbase-$pkgver" @@ -19,7 +19,8 @@ ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ --libexecdir=/usr/lib/gvfs \ - --with-bash-completion-dir=/usr/share/bash-completion/completions + --with-bash-completion-dir=/usr/share/bash-completion/completions \ + --disable-obexftp make } @@ -26,10 +27,10 @@ package_gvfs() { pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio" depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 'libsoup' 'udisks2' 'libsecret' 'libbluray') + replaces=('gvfs-obexftp') optdepends=('gvfs-afc: AFC (mobile devices) support' 'gvfs-smb: SMB/CIFS (Windows client) support' 'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support' - 'gvfs-obexftp: ObexFTP (bluetooth) support' 'gvfs-afp: Apple Filing Protocol (AFP) support' 'gvfs-mtp: MTP device support' 'gvfs-goa: gnome-online-accounts support' @@ -45,8 +46,8 @@ make DESTDIR="$pkgdir" install cd "$pkgdir" - rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,mtp} - rm usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,mtp}.mount + rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp} + rm usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}.mount rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml rm usr/share/GConf/gsettings/gvfs-smb.convert } @@ -95,16 +96,6 @@ make DESTDIR="$pkgdir" install } -package_gvfs-obexftp() { - pkgdesc="ObexFTP (bluetooth) backend for gvfs" - depends=("gvfs=$pkgver" 'dbus-glib' 'bluez4' 'obex-data-server') - install=gvfs-module.install - - cd "$pkgbase-$pkgver/daemon" - install -D .libs/gvfsd-obexftp "$pkgdir/usr/lib/gvfs/gvfsd-obexftp" - install -Dm644 obexftp.mount "$pkgdir/usr/share/gvfs/mounts/obexftp.mount" -} - package_gvfs-afp() { pkgdesc="Apple Filing Protocol (AFP) backend for gvfs" depends=("gvfs=$pkgver")
[arch-commits] Commit in gnome-keyring/repos (8 files)
Date: Tuesday, September 24, 2013 @ 01:02:52 Author: jgc Revision: 194890 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194889, gnome-keyring/trunk/PKGBUILD) gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 194889, gnome-keyring/trunk/gnome-keyring.install) gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194889, gnome-keyring/trunk/PKGBUILD) gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from rev 194889, gnome-keyring/trunk/gnome-keyring.install) Deleted: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install -+ /PKGBUILD | 64 ++ /gnome-keyring.install | 24 + gnome-unstable-i686/PKGBUILD| 32 - gnome-unstable-i686/gnome-keyring.install | 12 gnome-unstable-x86_64/PKGBUILD | 32 - gnome-unstable-x86_64/gnome-keyring.install | 12 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 23:02:46 UTC (rev 194889) +++ gnome-unstable-i686/PKGBUILD2013-09-23 23:02:52 UTC (rev 194890) @@ -1,32 +0,0 @@ -#$Id$ -# Maintainer: Jan De Groot - -pkgname=gnome-keyring -pkgver=3.9.90 -pkgrel=1 -pkgdesc="GNOME Password Management daemon" -arch=(i686 x86_64) -license=('GPL' 'LGPL') -depends=('gtk3' 'gcr' 'libcap-ng') -makedepends=('intltool') -groups=('gnome') -options=('!libtool' '!emptydirs') -url="http://www.gnome.org"; -install=gnome-keyring.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('9e7038e2b81d95f6dff5b4b4464070bba1caa8ccb4c4b90097e6c8394fa628f3') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --libexecdir=/usr/lib/gnome-keyring \ - --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \ - --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194889, gnome-keyring/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 23:02:52 UTC (rev 194890) @@ -0,0 +1,32 @@ +#$Id$ +# Maintainer: Jan De Groot + +pkgname=gnome-keyring +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GNOME Password Management daemon" +arch=(i686 x86_64) +license=('GPL' 'LGPL') +depends=('gtk3' 'gcr' 'libcap-ng') +makedepends=('intltool') +groups=('gnome') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gnome-keyring.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/gnome-keyring \ + --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-i686/gnome-keyring.install === --- gnome-unstable-i686/gnome-keyring.install 2013-09-23 23:02:46 UTC (rev 194889) +++ gnome-unstable-i686/gnome-keyring.install 2013-09-23 23:02:52 UTC (rev 194890) @@ -1,12 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon -} - -post_upgrade() { -post_install $1 -} - -post_remove() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 194889, gnome-keyring/trunk/gnome-keyring.install) === --- gnome-unstable-i686/gnome-keyring.install (rev 0) +++ gnome-unstable-i686/gnome-keyring.install 2013-09-23 23:02:52 UTC (rev 194890) @@ -0,0 +1,12 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} Deleted: gnome-unstable
[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 01:02:46 Author: jgc Revision: 194889 upgpkg: gnome-keyring 3.10.0-1 Modified: gnome-keyring/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:55:03 UTC (rev 194888) +++ PKGBUILD2013-09-23 23:02:46 UTC (rev 194889) @@ -2,7 +2,7 @@ # Maintainer: Jan De Groot pkgname=gnome-keyring -pkgver=3.9.90 +pkgver=3.10.0 pkgrel=1 pkgdesc="GNOME Password Management daemon" arch=(i686 x86_64) @@ -14,7 +14,7 @@ url="http://www.gnome.org"; install=gnome-keyring.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('9e7038e2b81d95f6dff5b4b4464070bba1caa8ccb4c4b90097e6c8394fa628f3') +sha256sums=('1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in gedit/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:54:57 Author: jgc Revision: 194887 upgpkg: gedit 3.10.0-1 Modified: gedit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:46:21 UTC (rev 194886) +++ PKGBUILD2013-09-23 22:54:57 UTC (rev 194887) @@ -3,13 +3,13 @@ # Contributor: Jan de Groot pkgname=gedit -pkgver=3.8.3 +pkgver=3.10.0 pkgrel=1 pkgdesc="A text editor for GNOME" arch=(i686 x86_64) license=(GPL) depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes libsm desktop-file-utils python-gobject dconf) -makedepends=(yelp-tools intltool 'zeitgeist>=0.9.12') +makedepends=(yelp-tools intltool zeitgeist) optdepends=('zeitgeist: Zeitgeist plugin') groups=(gnome-extra) options=('!libtool' '!emptydirs') @@ -16,7 +16,7 @@ url="http://www.gnome.org"; install=gedit.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('dfbc2d9cf975b247c6a6b8bd1ae1b72d8e8a1f862f5f3d084a404853092cf9d3') +sha256sums=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gedit/repos (6 files)
Date: Tuesday, September 24, 2013 @ 00:55:03 Author: jgc Revision: 194888 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gedit/repos/gnome-unstable-i686/ gedit/repos/gnome-unstable-i686/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD) gedit/repos/gnome-unstable-i686/gedit.install (from rev 194887, gedit/trunk/gedit.install) gedit/repos/gnome-unstable-x86_64/ gedit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD) gedit/repos/gnome-unstable-x86_64/gedit.install (from rev 194887, gedit/trunk/gedit.install) -+ gnome-unstable-i686/PKGBUILD| 33 + gnome-unstable-i686/gedit.install | 18 ++ gnome-unstable-x86_64/PKGBUILD | 33 + gnome-unstable-x86_64/gedit.install | 18 ++ 4 files changed, 102 insertions(+) Copied: gedit/repos/gnome-unstable-i686/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:55:03 UTC (rev 194888) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gedit +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A text editor for GNOME" +arch=(i686 x86_64) +license=(GPL) +depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes libsm desktop-file-utils python-gobject dconf) +makedepends=(yelp-tools intltool zeitgeist) +optdepends=('zeitgeist: Zeitgeist plugin') +groups=(gnome-extra) +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gedit.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ + --enable-python + make +} + +package(){ + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gedit/repos/gnome-unstable-i686/gedit.install (from rev 194887, gedit/trunk/gedit.install) === --- gnome-unstable-i686/gedit.install (rev 0) +++ gnome-unstable-i686/gedit.install 2013-09-23 22:55:03 UTC (rev 194888) @@ -0,0 +1,18 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +} + +pre_upgrade() { +if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then +gconfpkg --uninstall gedit +fi +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +post_install $1 +} Copied: gedit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194887, gedit/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:55:03 UTC (rev 194888) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gedit +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A text editor for GNOME" +arch=(i686 x86_64) +license=(GPL) +depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes libsm desktop-file-utils python-gobject dconf) +makedepends=(yelp-tools intltool zeitgeist) +optdepends=('zeitgeist: Zeitgeist plugin') +groups=(gnome-extra) +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gedit.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4c20049ccee2198468edaf20fba9dbd44e3baf50bd304700b4f24257571cdca5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ + --enable-python + make +} + +package(){ + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gedit/repos/gnome-unstable-x86_64/gedit.install (from rev 194887, gedit/trunk/gedit.install) === --- gnome-unstable-x86_64/gedit.install (rev 0) +++ gnome-unstable-x86_64/gedit.install 2013-09-23 22:55:03 UTC (rev 194888) @@ -0,0 +1,18 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +} + +pre_upgrade() { +if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then +gconfpkg --uninstall gedit +fi +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +post_install $1 +}
[arch-commits] Commit in file-roller/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:46:16 Author: jgc Revision: 194885 upgpkg: file-roller 3.10.0-1 Modified: file-roller/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:35:48 UTC (rev 194884) +++ PKGBUILD2013-09-23 22:46:16 UTC (rev 194885) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=file-roller -pkgver=3.8.4 +pkgver=3.10.0 pkgrel=1 pkgdesc="Create and modify archives" arch=('i686' 'x86_64') @@ -19,8 +19,8 @@ options=('!libtool' '!emptydirs') install=file-roller.install url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('3615bc41bbe28030d16ee414a8f5f9a3e37f745733c39032ef1559a06be3eea8') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13') build() { cd $pkgname-$pkgver
[arch-commits] Commit in file-roller/repos (6 files)
Date: Tuesday, September 24, 2013 @ 00:46:21 Author: jgc Revision: 194886 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: file-roller/repos/gnome-unstable-i686/ file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 194885, file-roller/trunk/PKGBUILD) file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 194885, file-roller/trunk/file-roller.install) file-roller/repos/gnome-unstable-x86_64/ file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194885, file-roller/trunk/PKGBUILD) file-roller/repos/gnome-unstable-x86_64/file-roller.install (from rev 194885, file-roller/trunk/file-roller.install) ---+ gnome-unstable-i686/PKGBUILD | 38 gnome-unstable-i686/file-roller.install | 13 + gnome-unstable-x86_64/PKGBUILD| 38 gnome-unstable-x86_64/file-roller.install | 13 + 4 files changed, 102 insertions(+) Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 194885, file-roller/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:46:21 UTC (rev 194886) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=file-roller +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Create and modify archives" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify') +makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl') +optdepends=('unrar: the RAR uncompression program' +'zip: creates PKZIP-compatible .zip files' +'p7zip: 7zip compression utility' +'arj: ARJ archiver' +'unace: extraction tool for the proprietary ace archive format') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +install=file-roller.install +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/file-roller \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 194885, file-roller/trunk/file-roller.install) === --- gnome-unstable-i686/file-roller.install (rev 0) +++ gnome-unstable-i686/file-roller.install 2013-09-23 22:46:21 UTC (rev 194886) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194885, file-roller/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:46:21 UTC (rev 194886) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=file-roller +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Create and modify archives" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify') +makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl') +optdepends=('unrar: the RAR uncompression program' +'zip: creates PKZIP-compatible .zip files' +'p7zip: 7zip compression utility' +'arj: ARJ archiver' +'unace: extraction tool for the proprietary ace archive format') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +install=file-roller.install +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/file-roller \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: file-roller/repos/gnome-unstable-x86_64/file-roller.install (from re
[arch-commits] Commit in bijiben/repos (6 files)
Date: Tuesday, September 24, 2013 @ 00:35:48 Author: jgc Revision: 194884 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: bijiben/repos/gnome-unstable-i686/ bijiben/repos/gnome-unstable-i686/PKGBUILD (from rev 194883, bijiben/trunk/PKGBUILD) bijiben/repos/gnome-unstable-i686/bijiben.install (from rev 194883, bijiben/trunk/bijiben.install) bijiben/repos/gnome-unstable-x86_64/ bijiben/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194883, bijiben/trunk/PKGBUILD) bijiben/repos/gnome-unstable-x86_64/bijiben.install (from rev 194883, bijiben/trunk/bijiben.install) ---+ gnome-unstable-i686/PKGBUILD | 28 gnome-unstable-i686/bijiben.install | 14 ++ gnome-unstable-x86_64/PKGBUILD| 28 gnome-unstable-x86_64/bijiben.install | 14 ++ 4 files changed, 84 insertions(+) Copied: bijiben/repos/gnome-unstable-i686/PKGBUILD (from rev 194883, bijiben/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:35:48 UTC (rev 194884) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=bijiben +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Write out notes, every detail matters" +arch=(i686 x86_64) +url="https://live.gnome.org/Bijiben"; +license=(GPL) +depends=(tracker clutter-gtk zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils gnome-online-accounts) +makedepends=(intltool itstool) +options=(!emptydirs) +install=bijiben.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('82817151d7a6919097bcc7cd12306160c2edce2d0e2ddbfd15ae2d2a6d10') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-update-mimedb + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: bijiben/repos/gnome-unstable-i686/bijiben.install (from rev 194883, bijiben/trunk/bijiben.install) === --- gnome-unstable-i686/bijiben.install (rev 0) +++ gnome-unstable-i686/bijiben.install 2013-09-23 22:35:48 UTC (rev 194884) @@ -0,0 +1,14 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-mime-database /usr/share/mime +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: bijiben/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194883, bijiben/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:35:48 UTC (rev 194884) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=bijiben +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Write out notes, every detail matters" +arch=(i686 x86_64) +url="https://live.gnome.org/Bijiben"; +license=(GPL) +depends=(tracker clutter-gtk zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils gnome-online-accounts) +makedepends=(intltool itstool) +options=(!emptydirs) +install=bijiben.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('82817151d7a6919097bcc7cd12306160c2edce2d0e2ddbfd15ae2d2a6d10') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-update-mimedb + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: bijiben/repos/gnome-unstable-x86_64/bijiben.install (from rev 194883, bijiben/trunk/bijiben.install) === --- gnome-unstable-x86_64/bijiben.install (rev 0) +++ gnome-unstable-x86_64/bijiben.install 2013-09-23 22:35:48 UTC (rev 194884) @@ -0,0 +1,14 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-mime-database /usr/share/mime +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in bijiben/trunk (PKGBUILD bijiben.install)
Date: Tuesday, September 24, 2013 @ 00:35:43 Author: jgc Revision: 194883 upgpkg: bijiben 3.10.0-1 Modified: bijiben/trunk/PKGBUILD bijiben/trunk/bijiben.install -+ PKGBUILD| 10 +- bijiben.install |1 + 2 files changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:20:04 UTC (rev 194882) +++ PKGBUILD2013-09-23 22:35:43 UTC (rev 194883) @@ -2,23 +2,23 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=bijiben -pkgver=3.8.4 +pkgver=3.10.0 pkgrel=1 pkgdesc="Write out notes, every detail matters" arch=(i686 x86_64) url="https://live.gnome.org/Bijiben"; license=(GPL) -depends=(tracker clutter-gtk libzeitgeist webkitgtk3 hicolor-icon-theme desktop-file-utils) +depends=(tracker clutter-gtk zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils gnome-online-accounts) makedepends=(intltool itstool) options=(!emptydirs) install=bijiben.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('5b8f6580fa726139dd707bea8ee581531c21b8470c04723b9b1046033cb999db') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('82817151d7a6919097bcc7cd12306160c2edce2d0e2ddbfd15ae2d2a6d10') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname +--libexecdir=/usr/lib/$pkgname --disable-update-mimedb make } Modified: bijiben.install === --- bijiben.install 2013-09-23 22:20:04 UTC (rev 194882) +++ bijiben.install 2013-09-23 22:35:43 UTC (rev 194883) @@ -2,6 +2,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-mime-database /usr/share/mime } post_upgrade() {
[arch-commits] Commit in gnome-robots/repos (6 files)
Date: Tuesday, September 24, 2013 @ 00:20:04 Author: jgc Revision: 194882 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-robots/repos/gnome-unstable-i686/ gnome-robots/repos/gnome-unstable-i686/PKGBUILD (from rev 194881, gnome-robots/trunk/PKGBUILD) gnome-robots/repos/gnome-unstable-i686/gnome-robots.install (from rev 194881, gnome-robots/trunk/gnome-robots.install) gnome-robots/repos/gnome-unstable-x86_64/ gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194881, gnome-robots/trunk/PKGBUILD) gnome-robots/repos/gnome-unstable-x86_64/gnome-robots.install (from rev 194881, gnome-robots/trunk/gnome-robots.install) + gnome-unstable-i686/PKGBUILD | 36 gnome-unstable-i686/gnome-robots.install | 47 +++ gnome-unstable-x86_64/PKGBUILD | 36 gnome-unstable-x86_64/gnome-robots.install | 47 +++ 4 files changed, 166 insertions(+) Copied: gnome-robots/repos/gnome-unstable-i686/PKGBUILD (from rev 194881, gnome-robots/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:20:04 UTC (rev 194882) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-robots +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Avoid the robots and make them crash into each other" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg') +makedepends=('intltool' 'itstool' 'gobject-introspection') +conflicts=('gnome-games') +replaces=('gnome-games') +options=('!emptydirs' '!libtool') +install=gnome-robots.install +url="https://live.gnome.org/Robots"; +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('600a5b81bf0b47cbe942cd3902a947df2e9e2a2a72f4b2a7248e60b1621b987e') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-schemas-compile \ + --with-scores-user=root --with-scores-group=games + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + # Remove all scores, we generate them from postinstall + rm -rf "$pkgdir/var" +} Copied: gnome-robots/repos/gnome-unstable-i686/gnome-robots.install (from rev 194881, gnome-robots/trunk/gnome-robots.install) === --- gnome-unstable-i686/gnome-robots.install(rev 0) +++ gnome-unstable-i686/gnome-robots.install2013-09-23 22:20:04 UTC (rev 194882) @@ -0,0 +1,47 @@ +_scores=( + gnome-robots2.robots2.scores + gnome-robots2.robots2-safe.scores + gnome-robots2.robots2-super-safe.scores + gnome-robots2.robots2_easy.scores + gnome-robots2.robots2_easy-safe.scores + gnome-robots2.robots2_easy-super-safe.scores + gnome-robots2.classic_robots.scores + gnome-robots2.classic_robots-safe.scores + gnome-robots2.classic_robots-super-safe.scores + gnome-robots2.robots_with_safe_teleport.scores + gnome-robots2.robots_with_safe_teleport-safe.scores + gnome-robots2.robots_with_safe_teleport-super-safe.scores + gnome-robots2.nightmare.scores + gnome-robots2.nightmare-safe.scores + gnome-robots2.nightmare-super-safe.scores +) + +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -f usr/share/icons/hicolor + + for score in "${_scores[@]}" ; do +if [ -e "var/games/$score" ]; then + continue +fi + +touch "var/games/$score" +chown root:games "var/games/$score" +chmod 664 "var/games/$score" + done +} + +post_upgrade() { + post_install +} + +post_remove() { + glib-compile-schemas usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -f usr/share/icons/hicolor + + for score in "${_scores[@]}" ; do +rm -f "var/games/$score" + done +} Copied: gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194881, gnome-robots/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:20:04 UTC (rev 194882) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-robots +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Avoid the robots and make them crash into each other" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg') +makedepends=('intltool
[arch-commits] Commit in gnome-robots/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:19:57 Author: jgc Revision: 194881 upgpkg: gnome-robots 3.10.0-1 Modified: gnome-robots/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:15:13 UTC (rev 194880) +++ PKGBUILD2013-09-23 22:19:57 UTC (rev 194881) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=gnome-robots -pkgver=3.8.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="Avoid the robots and make them crash into each other" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ install=gnome-robots.install url="https://live.gnome.org/Robots"; groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('6faeeef5ab9b5002c7ca3cf60ea67e7a66064654ae28c68c233b2ee40459a704') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('600a5b81bf0b47cbe942cd3902a947df2e9e2a2a72f4b2a7248e60b1621b987e') build() { cd $pkgname-$pkgver
[arch-commits] Commit in mutter/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:15:05 Author: jgc Revision: 194879 upgpkg: mutter 3.10.0-1 Modified: mutter/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:07:47 UTC (rev 194878) +++ PKGBUILD2013-09-23 22:15:05 UTC (rev 194879) @@ -4,7 +4,7 @@ # Contributor: Michael Kanis pkgname=mutter -pkgver=3.9.92 +pkgver=3.10.0 pkgrel=1 pkgdesc="A window manager for GNOME" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!libtool' '!emptydirs') install=mutter.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c9a127f52800fee968e902098c88cd8dca3e18e1ee4a6352c32b7fc945d3bd99') +sha256sums=('bf468054e86759e844aea1e97d438eb84840edad1cc40cb6e13c145e398af242') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in mutter/repos (8 files)
Date: Tuesday, September 24, 2013 @ 00:15:13 Author: jgc Revision: 194880 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 194879, mutter/trunk/PKGBUILD) mutter/repos/gnome-unstable-i686/mutter.install (from rev 194879, mutter/trunk/mutter.install) mutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194879, mutter/trunk/PKGBUILD) mutter/repos/gnome-unstable-x86_64/mutter.install (from rev 194879, mutter/trunk/mutter.install) Deleted: mutter/repos/gnome-unstable-i686/PKGBUILD mutter/repos/gnome-unstable-i686/mutter.install mutter/repos/gnome-unstable-x86_64/PKGBUILD mutter/repos/gnome-unstable-x86_64/mutter.install --+ /PKGBUILD| 74 + /mutter.install | 38 gnome-unstable-i686/PKGBUILD | 37 gnome-unstable-i686/mutter.install | 19 gnome-unstable-x86_64/PKGBUILD | 37 gnome-unstable-x86_64/mutter.install | 19 6 files changed, 112 insertions(+), 112 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 22:15:05 UTC (rev 194879) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:15:13 UTC (rev 194880) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Maintainer: Ionut Biru -# Contributor: Michael Kanis - -pkgname=mutter -pkgver=3.9.92 -pkgrel=1 -pkgdesc="A window manager for GNOME" -arch=(i686 x86_64) -license=('GPL') -depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower') -makedepends=('intltool' 'gnome-doc-utils') -url="http://www.gnome.org"; -groups=('gnome') -options=('!libtool' '!emptydirs') -install=mutter.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c9a127f52800fee968e902098c88cd8dca3e18e1ee4a6352c32b7fc945d3bd99') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/mutter \ - --localstatedir=/var --disable-static \ - --disable-schemas-compile --enable-compile-warnings=minimum - - #https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 194879, mutter/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:15:13 UTC (rev 194880) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Ionut Biru +# Contributor: Michael Kanis + +pkgname=mutter +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A window manager for GNOME" +arch=(i686 x86_64) +license=('GPL') +depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower') +makedepends=('intltool' 'gnome-doc-utils') +url="http://www.gnome.org"; +groups=('gnome') +options=('!libtool' '!emptydirs') +install=mutter.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('bf468054e86759e844aea1e97d438eb84840edad1cc40cb6e13c145e398af242') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/mutter \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile --enable-compile-warnings=minimum + + #https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-i686/mutter.install === --- gnome-unstable-i686/mutter.install 2013-09-23 22:15:05 UTC (rev 194879) +++ gnome-unstable-i686/mutter.install 2013-09-23 22:15:13 UTC (rev 194880) @@ -1,19 +0,0 @@ -pkgname=mutter - -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -pre_upgrade() { -if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then -/usr/sbin/gconfpkg --uninstall $pkgname -fi -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: mutter/repos/gnome-unstable-i686/mutter.install (from rev 194879, mutter/trunk/mutter.install) === --- gnome-unstable-i686/mutter.install (rev 0) +++ gnome
[arch-commits] Commit in gnome-desktop/repos (4 files)
Date: Tuesday, September 24, 2013 @ 00:07:47 Author: jgc Revision: 194878 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194877, gnome-desktop/trunk/PKGBUILD) gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194877, gnome-desktop/trunk/PKGBUILD) Deleted: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 60 +++ gnome-unstable-i686/PKGBUILD | 30 --- gnome-unstable-x86_64/PKGBUILD | 30 --- 3 files changed, 60 insertions(+), 60 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 22:07:38 UTC (rev 194877) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:07:47 UTC (rev 194878) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-desktop -pkgver=3.9.92 -pkgrel=1 -epoch=1 -pkgdesc="Library with common API for various GNOME modules" -arch=(i686 x86_64) -license=(GPL LGPL) -depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) -makedepends=(intltool gobject-introspection itstool) -url="http://www.gnome.org"; -groups=(gnome) -options=(!libtool) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname --disable-static \ ---with-gnome-distributor="Arch Linux" - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194877, gnome-desktop/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 22:07:47 UTC (rev 194878) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-desktop +pkgver=3.10.0 +pkgrel=1 +epoch=1 +pkgdesc="Library with common API for various GNOME modules" +arch=(i686 x86_64) +license=(GPL LGPL) +depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) +makedepends=(intltool gobject-introspection itstool) +url="http://www.gnome.org"; +groups=(gnome) +options=(!libtool) +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('3e87352ba30e9965199fb360c852e22ccb7c7e5c02965b6d63fb175f3737b75c') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static \ +--with-gnome-distributor="Arch Linux" + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:07:38 UTC (rev 194877) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:07:47 UTC (rev 194878) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-desktop -pkgver=3.9.92 -pkgrel=1 -epoch=1 -pkgdesc="Library with common API for various GNOME modules" -arch=(i686 x86_64) -license=(GPL LGPL) -depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) -makedepends=(intltool gobject-introspection itstool) -url="http://www.gnome.org"; -groups=(gnome) -options=(!libtool) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ ---libexecdir=/usr/lib/$pkgname --disable-static \ ---with-gnome-distributor="Arch Linux" - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194877, gnome-desktop/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 22:07:47 UTC (rev 194878) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-desktop +pkgver=3.10.0 +pkgrel=1 +epoch=1 +pkgdesc="Library with common API for various GNOME modules" +arch=(i686 x86_64) +license=(GPL LGPL) +depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes) +makedepends=(intltool gobject-introspection itstool) +url="http://www.gnome.org"; +groups=(gnome) +options=(!libtool) +source
[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:07:38 Author: jgc Revision: 194877 upgpkg: gnome-desktop 1:3.10.0-1 Modified: gnome-desktop/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 22:02:15 UTC (rev 194876) +++ PKGBUILD2013-09-23 22:07:38 UTC (rev 194877) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gnome-desktop -pkgver=3.9.92 +pkgver=3.10.0 pkgrel=1 epoch=1 pkgdesc="Library with common API for various GNOME modules" @@ -13,8 +13,8 @@ url="http://www.gnome.org"; groups=(gnome) options=(!libtool) -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('e16fc69e55bb84394e334cff4b93da84035ae6e19370d03b1349f914a1d6113f') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('3e87352ba30e9965199fb360c852e22ccb7c7e5c02965b6d63fb175f3737b75c') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gdm/repos (16 files)
Date: Tuesday, September 24, 2013 @ 00:02:15 Author: jgc Revision: 194876 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gdm/repos/gnome-unstable-i686/PKGBUILD (from rev 194875, gdm/trunk/PKGBUILD) gdm/repos/gnome-unstable-i686/arch-pam.patch (from rev 194875, gdm/trunk/arch-pam.patch) gdm/repos/gnome-unstable-i686/fix_external_program_directories.patch (from rev 194875, gdm/trunk/fix_external_program_directories.patch) gdm/repos/gnome-unstable-i686/gdm.install (from rev 194875, gdm/trunk/gdm.install) gdm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194875, gdm/trunk/PKGBUILD) gdm/repos/gnome-unstable-x86_64/arch-pam.patch (from rev 194875, gdm/trunk/arch-pam.patch) gdm/repos/gnome-unstable-x86_64/fix_external_program_directories.patch (from rev 194875, gdm/trunk/fix_external_program_directories.patch) gdm/repos/gnome-unstable-x86_64/gdm.install (from rev 194875, gdm/trunk/gdm.install) Deleted: gdm/repos/gnome-unstable-i686/PKGBUILD gdm/repos/gnome-unstable-i686/arch-pam.patch gdm/repos/gnome-unstable-i686/fix_external_program_directories.patch gdm/repos/gnome-unstable-i686/gdm.install gdm/repos/gnome-unstable-x86_64/PKGBUILD gdm/repos/gnome-unstable-x86_64/arch-pam.patch gdm/repos/gnome-unstable-x86_64/fix_external_program_directories.patch gdm/repos/gnome-unstable-x86_64/gdm.install --+ /PKGBUILD| 168 /arch-pam.patch | 358 ++ /fix_external_program_directories.patch | 24 /gdm.install | 62 + gnome-unstable-i686/PKGBUILD | 84 -- gnome-unstable-i686/arch-pam.patch | 179 - gnome-unstable-i686/fix_external_program_directories.patch | 12 gnome-unstable-i686/gdm.install | 31 gnome-unstable-x86_64/PKGBUILD | 84 -- gnome-unstable-x86_64/arch-pam.patch | 179 - gnome-unstable-x86_64/fix_external_program_directories.patch | 12 gnome-unstable-x86_64/gdm.install| 31 12 files changed, 612 insertions(+), 612 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 194875:194876 to see the changes.
[arch-commits] Commit in gdm/trunk (PKGBUILD)
Date: Tuesday, September 24, 2013 @ 00:02:07 Author: jgc Revision: 194875 upgpkg: gdm 3.10.0-1 Modified: gdm/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:53:33 UTC (rev 194874) +++ PKGBUILD2013-09-23 22:02:07 UTC (rev 194875) @@ -4,7 +4,7 @@ pkgbase=gdm pkgname=(gdm libgdm) -pkgver=3.9.92 +pkgver=3.10.0 pkgrel=1 pkgdesc="Gnome Display Manager" arch=(i686 x86_64) @@ -14,9 +14,9 @@ depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost) makedepends=(itstool intltool yelp-tools gobject-introspection) checkdepends=('check') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz fix_external_program_directories.patch arch-pam.patch) -sha256sums=('ba9035a943f58ca3c9e14c5a3891642a8725f244765d53599b73d5fccdc4d9d8' +sha256sums=('bb04600298f5be795f0d0bfea40bbd9bf78f95a44c5caeda4d0cc6a05207318c' 'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2' 'b5c225784c3107564cb9685e41dfecdb20b8ea2415905c4119c96748c4e68003')
[arch-commits] Commit in glib2/repos (8 files)
Date: Monday, September 23, 2013 @ 23:53:33 Author: jgc Revision: 194874 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 194873, glib2/trunk/PKGBUILD) glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch (from rev 194873, glib2/trunk/revert-warn-glib-compile-schemas.patch) glib2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194873, glib2/trunk/PKGBUILD) glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch (from rev 194873, glib2/trunk/revert-warn-glib-compile-schemas.patch) Deleted: glib2/repos/gnome-unstable-i686/PKGBUILD glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch glib2/repos/gnome-unstable-x86_64/PKGBUILD glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch --+ /PKGBUILD| 134 ++ /revert-warn-glib-compile-schemas.patch | 66 gnome-unstable-i686/PKGBUILD | 67 - gnome-unstable-i686/revert-warn-glib-compile-schemas.patch | 33 -- gnome-unstable-x86_64/PKGBUILD | 67 - gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch | 33 -- 6 files changed, 200 insertions(+), 200 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 21:53:27 UTC (rev 194873) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:53:33 UTC (rev 194874) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgbase=glib2 -pkgname=(glib2 glib2-docs) -pkgver=2.37.93 -pkgrel=1 -pkgdesc="Common C routines used by GTK+ and other libs" -url="http://www.gtk.org/"; -arch=(i686 x86_64) -makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') -source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz -revert-warn-glib-compile-schemas.patch) -sha256sums=('0141a48e8648cbdf507e1375f5b53558783339ebc00256611a33cd82fbbfbf53' -'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') - -prepare() { - cd glib-$pkgver - patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch -} - -build() { - cd glib-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ - --sysconfdir=/etc \ - --with-pcre=system \ - --disable-fam - make -} - -check() { - cd glib-$pkgver - #make -k check || : -} - -package_glib2() { - depends=('pcre' 'libffi') - optdepends=('python2: for gdbus-codegen and gtester-report' - 'elfutils: gresource inspection tool') - options=('!docs' '!libtool' '!emptydirs') - license=('LGPL') - - cd glib-$pkgver - make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install - - for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do - chmod -x "$_i" - done - - # Our gdb does not ship the required python modules, so remove it - rm -rf "$pkgdir/usr/share/gdb/" -} - -package_glib2-docs() { - pkgdesc="Documentation for glib2" - conflicts=('gobject2-docs') - replaces=('gobject2-docs') - license=('custom') - options=('docs' '!emptydirs') - - cd glib-$pkgver/docs - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/glib2-docs" - install -m644 reference/COPYING "${pkgdir}/usr/share/licenses/glib2-docs/" - - rm -rf "${pkgdir}/usr/share/man" -} Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 194873, glib2/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:53:33 UTC (rev 194874) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=glib2 +pkgname=(glib2 glib2-docs) +pkgver=2.38.0 +pkgrel=1 +pkgdesc="Common C routines used by GTK+ and other libs" +url="http://www.gtk.org/"; +arch=(i686 x86_64) +makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') +source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz +revert-warn-glib-compile-schemas.patch) +sha256sums=('7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32' +'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') + +prepare() { + cd glib-$pkgver + patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch +} + +build() { + cd glib-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ + --sysconfdir=/etc \ + --with-pcre=system \ + --disable-fam + make +} + +check() { + cd glib-$pkgver + #make -k check || : +} + +package_glib2() { + depends=('pcre' 'libffi') + optdepends=('python2: for gdbus-cod
[arch-commits] Commit in glib2/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:53:27 Author: jgc Revision: 194873 upgpkg: glib2 2.38.0-1 Modified: glib2/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:49:12 UTC (rev 194872) +++ PKGBUILD2013-09-23 21:53:27 UTC (rev 194873) @@ -3,7 +3,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.37.93 +pkgver=2.38.0 pkgrel=1 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/"; @@ -11,7 +11,7 @@ makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'elfutils') source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz revert-warn-glib-compile-schemas.patch) -sha256sums=('0141a48e8648cbdf507e1375f5b53558783339ebc00256611a33cd82fbbfbf53' +sha256sums=('7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') prepare() {
[arch-commits] Commit in dconf/repos (8 files)
Date: Monday, September 23, 2013 @ 23:49:12 Author: jgc Revision: 194872 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 194871, dconf/trunk/PKGBUILD) dconf/repos/gnome-unstable-i686/dconf.install (from rev 194871, dconf/trunk/dconf.install) dconf/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194871, dconf/trunk/PKGBUILD) dconf/repos/gnome-unstable-x86_64/dconf.install (from rev 194871, dconf/trunk/dconf.install) Deleted: dconf/repos/gnome-unstable-i686/PKGBUILD dconf/repos/gnome-unstable-i686/dconf.install dconf/repos/gnome-unstable-x86_64/PKGBUILD dconf/repos/gnome-unstable-x86_64/dconf.install -+ /PKGBUILD | 62 ++ /dconf.install | 30 gnome-unstable-i686/PKGBUILD| 31 - gnome-unstable-i686/dconf.install | 15 gnome-unstable-x86_64/PKGBUILD | 31 - gnome-unstable-x86_64/dconf.install | 15 6 files changed, 92 insertions(+), 92 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 21:49:05 UTC (rev 194871) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:49:12 UTC (rev 194872) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=dconf -pkgver=0.17.0 -pkgrel=1 -pkgdesc="A low-level configuration system." -arch=(i686 x86_64) -url="http://live.gnome.org/dconf"; -license=('LGPL2.1') -depends=('glib2') -makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2') -optdepends=('gtk3: for dconf-editor') -install=dconf.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('5fa4005addea12bd5730ceca6d71435b3732036abf38b44df05b24f78474b10a') - -build() { - cd "$pkgname-$pkgver" - - ./configure --prefix=/usr --sysconfdir=/etc \ ---libexecdir=/usr/lib/dconf - make -} - -package() { - cd "$pkgname-$pkgver" - make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: dconf/repos/gnome-unstable-i686/PKGBUILD (from rev 194871, dconf/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:49:12 UTC (rev 194872) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=dconf +pkgver=0.18.0 +pkgrel=1 +pkgdesc="A low-level configuration system." +arch=(i686 x86_64) +url="http://live.gnome.org/dconf"; +license=('LGPL2.1') +depends=('glib2') +makedepends=('vala' 'gtk3' 'intltool' 'docbook-xsl' 'python' 'python2') +optdepends=('gtk3: for dconf-editor') +install=dconf.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc \ +--libexecdir=/usr/lib/dconf + make +} + +package() { + cd "$pkgname-$pkgver" + make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: gnome-unstable-i686/dconf.install === --- gnome-unstable-i686/dconf.install 2013-09-23 21:49:05 UTC (rev 194871) +++ gnome-unstable-i686/dconf.install 2013-09-23 21:49:12 UTC (rev 194872) @@ -1,15 +0,0 @@ -post_install() { - gio-querymodules /usr/lib/gio/modules - glib-compile-schemas /usr/share/glib-2.0/schemas - if [[ -x /usr/bin/gtk-update-icon-cache ]]; then -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - fi -} - -post_upgrade(){ - post_install -} - -post_remove() { - post_install -} Copied: dconf/repos/gnome-unstable-i686/dconf.install (from rev 194871, dconf/trunk/dconf.install) === --- gnome-unstable-i686/dconf.install (rev 0) +++ gnome-unstable-i686/dconf.install 2013-09-23 21:49:12 UTC (rev 194872) @@ -0,0 +1,15 @@ +post_install() { + gio-querymodules /usr/lib/gio/modules + glib-compile-schemas /usr/share/glib-2.0/schemas + if [[ -x /usr/bin/gtk-update-icon-cache ]]; then +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + fi +} + +post_upgrade(){ + post_install +} + +post_remove() { + post_install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:49:05 UTC (rev 194871) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:49:12 UTC (rev 194872) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=dconf -pkgver=0.1
[arch-commits] Commit in dconf/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:49:05 Author: jgc Revision: 194871 upgpkg: dconf 0.18.0-1 Modified: dconf/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:35:33 UTC (rev 194870) +++ PKGBUILD2013-09-23 21:49:05 UTC (rev 194871) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=dconf -pkgver=0.17.0 +pkgver=0.18.0 pkgrel=1 pkgdesc="A low-level configuration system." arch=(i686 x86_64) @@ -13,7 +13,7 @@ optdepends=('gtk3: for dconf-editor') install=dconf.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('5fa4005addea12bd5730ceca6d71435b3732036abf38b44df05b24f78474b10a') +sha256sums=('109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in mousetweaks/repos (6 files)
Date: Monday, September 23, 2013 @ 23:35:33 Author: jgc Revision: 194870 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: mousetweaks/repos/gnome-unstable-i686/ mousetweaks/repos/gnome-unstable-i686/PKGBUILD (from rev 194869, mousetweaks/trunk/PKGBUILD) mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 194869, mousetweaks/trunk/mousetweaks.install) mousetweaks/repos/gnome-unstable-x86_64/ mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194869, mousetweaks/trunk/PKGBUILD) mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install (from rev 194869, mousetweaks/trunk/mousetweaks.install) ---+ gnome-unstable-i686/PKGBUILD | 30 gnome-unstable-i686/mousetweaks.install | 17 +++ gnome-unstable-x86_64/PKGBUILD| 30 gnome-unstable-x86_64/mousetweaks.install | 17 +++ 4 files changed, 94 insertions(+) Copied: mousetweaks/repos/gnome-unstable-i686/PKGBUILD (from rev 194869, mousetweaks/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:35:33 UTC (rev 194870) @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=mousetweaks +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Mouse accessibility enhancements for the GNOME desktop" +arch=(i686 x86_64) +license=('GPL3' 'FDL') +depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas') +makedepends=('gnome-doc-utils' 'intltool') +groups=('gnome') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=mousetweaks.install +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('12fa50eca2e442057a1b816b4aa78d0b8a17f854cf01f4d339d82ff0172b57dd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} Copied: mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 194869, mousetweaks/trunk/mousetweaks.install) === --- gnome-unstable-i686/mousetweaks.install (rev 0) +++ gnome-unstable-i686/mousetweaks.install 2013-09-23 21:35:33 UTC (rev 194870) @@ -0,0 +1,17 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if (( $(vercmp $2 2.90.0) < 0 )); then +usr/sbin/gconfpkg --uninstall mousetweaks + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194869, mousetweaks/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:35:33 UTC (rev 194870) @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=mousetweaks +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Mouse accessibility enhancements for the GNOME desktop" +arch=(i686 x86_64) +license=('GPL3' 'FDL') +depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas') +makedepends=('gnome-doc-utils' 'intltool') +groups=('gnome') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=mousetweaks.install +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('12fa50eca2e442057a1b816b4aa78d0b8a17f854cf01f4d339d82ff0172b57dd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="${pkgdir}" install +} Copied: mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install (from rev 194869, mousetweaks/trunk/mousetweaks.install) === --- gnome-unstable-x86_64/mousetweaks.install (rev 0) +++ gnome-unstable-x86_64/mousetweaks.install 2013-09-23 21:35:33 UTC (rev 194870) @@ -0,0 +1,17 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if (( $(vercmp $2 2.90.0) < 0 )); then +usr/sbin/gconfpkg --uninstall mousetweaks + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in mousetweaks/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:35:28 Author: jgc Revision: 194869 upgpkg: mousetweaks 3.10.0-1 Modified: mousetweaks/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:30:03 UTC (rev 194868) +++ PKGBUILD2013-09-23 21:35:28 UTC (rev 194869) @@ -3,8 +3,8 @@ # Contributor: Jan de Groot pkgname=mousetweaks -pkgver=3.8.0 -pkgrel=2 +pkgver=3.10.0 +pkgrel=1 pkgdesc="Mouse accessibility enhancements for the GNOME desktop" arch=(i686 x86_64) license=('GPL3' 'FDL') @@ -15,7 +15,7 @@ url="http://www.gnome.org"; install=mousetweaks.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('daa9b16e98675f414d3dcf63a0222a37d6c3e518718d92155bba8781510f2e4f') +sha256sums=('12fa50eca2e442057a1b816b4aa78d0b8a17f854cf01f4d339d82ff0172b57dd') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gdl/repos (4 files)
Date: Monday, September 23, 2013 @ 23:30:03 Author: jgc Revision: 194868 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gdl/repos/gnome-unstable-i686/PKGBUILD (from rev 194867, gdl/trunk/PKGBUILD) gdl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194867, gdl/trunk/PKGBUILD) Deleted: gdl/repos/gnome-unstable-i686/PKGBUILD gdl/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 54 +++ gnome-unstable-i686/PKGBUILD | 27 --- gnome-unstable-x86_64/PKGBUILD | 27 --- 3 files changed, 54 insertions(+), 54 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 21:29:54 UTC (rev 194867) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:30:03 UTC (rev 194868) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gdl -pkgver=3.9.91 -pkgrel=1 -pkgdesc="GNOME Docking Library" -arch=(i686 x86_64) -license=('GPL') -url="http://www.gnome.org/"; -depends=('gtk3') -makedepends=('gtk-doc' 'intltool' 'gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a01ddf7991e7510b1fe09d41dd202c8542a8cae44223f1e5c4fc96d8dfddaea8') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gdl/repos/gnome-unstable-i686/PKGBUILD (from rev 194867, gdl/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:30:03 UTC (rev 194868) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gdl +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GNOME Docking Library" +arch=(i686 x86_64) +license=('GPL') +url="http://www.gnome.org/"; +depends=('gtk3') +makedepends=('gtk-doc' 'intltool' 'gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4e0d6f66115ba3b0f3cd2495d8a95c6714d701f89d556bb691bd0c0a62a1c760') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:29:54 UTC (rev 194867) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:30:03 UTC (rev 194868) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gdl -pkgver=3.9.91 -pkgrel=1 -pkgdesc="GNOME Docking Library" -arch=(i686 x86_64) -license=('GPL') -url="http://www.gnome.org/"; -depends=('gtk3') -makedepends=('gtk-doc' 'intltool' 'gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a01ddf7991e7510b1fe09d41dd202c8542a8cae44223f1e5c4fc96d8dfddaea8') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gdl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194867, gdl/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:30:03 UTC (rev 194868) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gdl +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GNOME Docking Library" +arch=(i686 x86_64) +license=('GPL') +url="http://www.gnome.org/"; +depends=('gtk3') +makedepends=('gtk-doc' 'intltool' 'gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('4e0d6f66115ba3b0f3cd2495d8a95c6714d701f89d556bb691bd0c0a62a1c760') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gdl/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:29:54 Author: jgc Revision: 194867 upgpkg: gdl 3.10.0-1 Modified: gdl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:26:09 UTC (rev 194866) +++ PKGBUILD2013-09-23 21:29:54 UTC (rev 194867) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gdl -pkgver=3.9.91 +pkgver=3.10.0 pkgrel=1 pkgdesc="GNOME Docking Library" arch=(i686 x86_64) @@ -12,7 +12,7 @@ makedepends=('gtk-doc' 'intltool' 'gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a01ddf7991e7510b1fe09d41dd202c8542a8cae44223f1e5c4fc96d8dfddaea8') +sha256sums=('4e0d6f66115ba3b0f3cd2495d8a95c6714d701f89d556bb691bd0c0a62a1c760') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in gnome-system-monitor/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:26:04 Author: jgc Revision: 194865 upgpkg: gnome-system-monitor 3.10.0-1 Modified: gnome-system-monitor/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 21:14:35 UTC (rev 194864) +++ PKGBUILD2013-09-23 21:26:04 UTC (rev 194865) @@ -3,19 +3,19 @@ # Contributor: Jan de Groot pkgname=gnome-system-monitor -pkgver=3.8.2.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="A system monitor for GNOME" arch=(i686 x86_64) license=('GPL') -depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd') +depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd') makedepends=('itstool' 'docbook-xsl' 'intltool') options=(!emptydirs) url="http://www.gnome.org"; groups=('gnome') install=gnome-system-monitor.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('df4d2c4dbb4f3408b621140732efb3e38853658addd6aae73613027856f6bb44') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('a6bd4e925b21db08e687f7b71a0363777e1dbdda143142232c1c78ecf14821ac') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-system-monitor/repos (6 files)
Date: Monday, September 23, 2013 @ 23:26:09 Author: jgc Revision: 194866 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-system-monitor/repos/gnome-unstable-i686/ gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 194865, gnome-system-monitor/trunk/PKGBUILD) gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install (from rev 194865, gnome-system-monitor/trunk/gnome-system-monitor.install) gnome-system-monitor/repos/gnome-unstable-x86_64/ gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194865, gnome-system-monitor/trunk/PKGBUILD) gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install (from rev 194865, gnome-system-monitor/trunk/gnome-system-monitor.install) + gnome-unstable-i686/PKGBUILD | 30 +++ gnome-unstable-i686/gnome-system-monitor.install | 11 ++ gnome-unstable-x86_64/PKGBUILD | 30 +++ gnome-unstable-x86_64/gnome-system-monitor.install | 11 ++ 4 files changed, 82 insertions(+) Copied: gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 194865, gnome-system-monitor/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:26:09 UTC (rev 194866) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-system-monitor +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A system monitor for GNOME" +arch=(i686 x86_64) +license=('GPL') +depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd') +makedepends=('itstool' 'docbook-xsl' 'intltool') +options=(!emptydirs) +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-system-monitor.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('a6bd4e925b21db08e687f7b71a0363777e1dbdda143142232c1c78ecf14821ac') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --enable-systemd + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install (from rev 194865, gnome-system-monitor/trunk/gnome-system-monitor.install) === --- gnome-unstable-i686/gnome-system-monitor.install (rev 0) +++ gnome-unstable-i686/gnome-system-monitor.install2013-09-23 21:26:09 UTC (rev 194866) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194865, gnome-system-monitor/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:26:09 UTC (rev 194866) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-system-monitor +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A system monitor for GNOME" +arch=(i686 x86_64) +license=('GPL') +depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd') +makedepends=('itstool' 'docbook-xsl' 'intltool') +options=(!emptydirs) +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-system-monitor.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('a6bd4e925b21db08e687f7b71a0363777e1dbdda143142232c1c78ecf14821ac') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --enable-systemd + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install (from rev 194865, gnome-system-monitor/trunk/gnome-system-monitor.install) === --- gnome-unstable-x86_64/gnome-system-monitor.install (rev 0) +++ gnome-unstable-x86_64/gnome-system-monitor.install 2013-09-23 21:26:09 UTC (rev 194866) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in libgee/repos (4 files)
Date: Monday, September 23, 2013 @ 23:14:35 Author: jgc Revision: 194864 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libgee/repos/gnome-unstable-i686/PKGBUILD (from rev 194863, libgee/trunk/PKGBUILD) libgee/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194863, libgee/trunk/PKGBUILD) Deleted: libgee/repos/gnome-unstable-i686/PKGBUILD libgee/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 68 +++ gnome-unstable-i686/PKGBUILD | 34 --- gnome-unstable-x86_64/PKGBUILD | 34 --- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 21:14:28 UTC (rev 194863) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:14:35 UTC (rev 194864) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Sergej Pupykin - -pkgname=libgee -pkgver=0.11.91 -pkgrel=1 -pkgdesc="GObject collection library" -url="http://live.gnome.org/Libgee"; -license=(LGPL2.1) -arch=(i686 x86_64) -depends=(glib2) -makedepends=(gobject-introspection vala) -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e52afcc90e9196ffef53150b79f575a0006de3cb87c9c0223426c90113dd89e4') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -check() { - cd $pkgname-$pkgver - # generates a bazillion traps - make sure systemd's core_pattern - # is deactivated, or you'll DoS the journal and the system - #make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libgee/repos/gnome-unstable-i686/PKGBUILD (from rev 194863, libgee/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 21:14:35 UTC (rev 194864) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Sergej Pupykin + +pkgname=libgee +pkgver=0.12.0 +pkgrel=1 +pkgdesc="GObject collection library" +url="http://live.gnome.org/Libgee"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2) +makedepends=(gobject-introspection vala) +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + make +} + +check() { + cd $pkgname-$pkgver + # generates a bazillion traps - make sure systemd's core_pattern + # is deactivated, or you'll DoS the journal and the system + #make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:14:28 UTC (rev 194863) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:14:35 UTC (rev 194864) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Sergej Pupykin - -pkgname=libgee -pkgver=0.11.91 -pkgrel=1 -pkgdesc="GObject collection library" -url="http://live.gnome.org/Libgee"; -license=(LGPL2.1) -arch=(i686 x86_64) -depends=(glib2) -makedepends=(gobject-introspection vala) -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e52afcc90e9196ffef53150b79f575a0006de3cb87c9c0223426c90113dd89e4') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -check() { - cd $pkgname-$pkgver - # generates a bazillion traps - make sure systemd's core_pattern - # is deactivated, or you'll DoS the journal and the system - #make check -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libgee/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194863, libgee/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 21:14:35 UTC (rev 194864) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Sergej Pupykin + +pkgname=libgee +pkgver=0.12.0 +pkgrel=1 +pkgdesc="GObject collection library" +url="http://live.gnome.org/Libgee"; +license=(LGPL2.1) +arch=(i686 x86_64) +depends=(glib2) +makedepends=(gobject-introspection vala) +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-sta
[arch-commits] Commit in libgee/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 23:14:28 Author: jgc Revision: 194863 upgpkg: libgee 0.12.0-1 Modified: libgee/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 20:40:54 UTC (rev 194862) +++ PKGBUILD2013-09-23 21:14:28 UTC (rev 194863) @@ -3,7 +3,7 @@ # Contributor: Sergej Pupykin pkgname=libgee -pkgver=0.11.91 +pkgver=0.12.0 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee"; @@ -13,7 +13,7 @@ makedepends=(gobject-introspection vala) options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e52afcc90e9196ffef53150b79f575a0006de3cb87c9c0223426c90113dd89e4') +sha256sums=('d106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5') build() { cd $pkgname-$pkgver
[arch-commits] Commit in python-html5lib/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 22:51:08 Author: jelle Revision: 97546 prepare split pkgbuild Modified: python-html5lib/trunk/PKGBUILD --+ PKGBUILD | 33 ++--- 1 file changed, 22 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 20:44:05 UTC (rev 97545) +++ PKGBUILD2013-09-23 20:51:08 UTC (rev 97546) @@ -1,27 +1,38 @@ # Contributor: Erol V. Aktay # Maintainer: Daniel J Griffiths -pkgname=python-html5lib -pkgver=0.90 +pkgbase=python-html5lib +pkgname=('python2-html5lib' 'python-html5lib') +pkgver=0.99 pkgrel=1 -pkgdesc="A HTML parser/tokenizer based on the WHATWG HTML5 spec" -arch=('i686' 'x86_64') +arch=('any') url="http://code.google.com/p/html5lib/"; license=('MIT') -depends=('python2') -makedepends=('unzip' 'setuptools') -source=(http://html5lib.googlecode.com/files/html5lib-${pkgver}.zip +makedepends=('python2' 'python' 'unzip') +source=(https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz LICENSE) -md5sums=('691e6b9ebe15b333a28280974b2ce432' +md5sums=('da016c908db11950cd26bfcf53f95b03' '838c366f69b72c5df05c96dff79b35f2') + build() { /bin/true } -package() { -cd ${srcdir}/html5lib-${pkgver} +package_python-html5lib() { +pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec" +depends=('python') +cd ${srcdir}/html5lib-python-${pkgver} +python3 setup.py install --root=${pkgdir} +install -Dm755 $srcdir/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} + +package_python2-html5lib() { +depends=('python2') +pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec" +cd ${srcdir}/html5lib-python-${pkgver} + python2 setup.py install --root=${pkgdir} -install -dm755 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +install -Dm755 $srcdir/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }
[arch-commits] Commit in minitube/repos (8 files)
Date: Monday, September 23, 2013 @ 22:44:05 Author: speps Revision: 97545 archrelease: copy trunk to community-i686, community-x86_64 Added: minitube/repos/community-i686/PKGBUILD (from rev 97544, minitube/trunk/PKGBUILD) minitube/repos/community-i686/minitube.install (from rev 97544, minitube/trunk/minitube.install) minitube/repos/community-x86_64/PKGBUILD (from rev 97544, minitube/trunk/PKGBUILD) minitube/repos/community-x86_64/minitube.install (from rev 97544, minitube/trunk/minitube.install) Deleted: minitube/repos/community-i686/PKGBUILD minitube/repos/community-i686/minitube.install minitube/repos/community-x86_64/PKGBUILD minitube/repos/community-x86_64/minitube.install ---+ /PKGBUILD | 50 /minitube.install | 22 +++ community-i686/PKGBUILD | 26 -- community-i686/minitube.install | 11 --- community-x86_64/PKGBUILD | 26 -- community-x86_64/minitube.install | 11 --- 6 files changed, 72 insertions(+), 74 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-23 20:43:42 UTC (rev 97544) +++ community-i686/PKGBUILD 2013-09-23 20:44:05 UTC (rev 97545) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer : speps -# Contributor: Andrea Scarpino - -pkgname=minitube -pkgver=2.1 -pkgrel=1 -pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" -arch=('i686' 'x86_64') -url='http://flavio.tordini.org/minitube' -license=('GPL') -depends=('phonon') -install="$pkgname.install" -source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197' - 'SKIP') - -build() { - cd $pkgname-$pkgver - qmake-qt4 -} - -package() { - cd $pkgname-$pkgver - make install INSTALL_ROOT="$pkgdir/" -} Copied: minitube/repos/community-i686/PKGBUILD (from rev 97544, minitube/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-23 20:44:05 UTC (rev 97545) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer : speps +# Contributor: Andrea Scarpino + +pkgname=minitube +pkgver=2.1.3 +pkgrel=1 +pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" +arch=('i686' 'x86_64') +url='http://flavio.tordini.org/minitube' +license=('GPL3') +depends=('phonon') +install="$pkgname.install" +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz";) +md5sums=('b43df4358de2e170d7e22370b39bd1ec') + +build() { + cd $pkgname + qmake-qt4 +} + +package() { + cd $pkgname + make install INSTALL_ROOT="$pkgdir/" +} Deleted: community-i686/minitube.install === --- community-i686/minitube.install 2013-09-23 20:43:42 UTC (rev 97544) +++ community-i686/minitube.install 2013-09-23 20:44:05 UTC (rev 97545) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: minitube/repos/community-i686/minitube.install (from rev 97544, minitube/trunk/minitube.install) === --- community-i686/minitube.install (rev 0) +++ community-i686/minitube.install 2013-09-23 20:44:05 UTC (rev 97545) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-09-23 20:43:42 UTC (rev 97544) +++ community-x86_64/PKGBUILD 2013-09-23 20:44:05 UTC (rev 97545) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer : speps -# Contributor: Andrea Scarpino - -pkgname=minitube -pkgver=2.1 -pkgrel=1 -pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" -arch=('i686' 'x86_64') -url='http://flavio.tordini.org/minitube' -license=('GPL') -depends=('phonon') -install="$pkgname.install" -source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197' - 'SKIP') - -build() { - cd $pkgname-$pkgver - qmake-qt4 -} - -package() { - cd $pkgname-$pkgver - make install INSTALL_ROOT="$pkgdir/" -} Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 97544, minitube/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-09-23 20:44:05 UT
[arch-commits] Commit in minitube/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 22:43:42 Author: speps Revision: 97544 upgpkg: minitube 2.1.3-1 Modified: minitube/trunk/PKGBUILD --+ PKGBUILD | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:49:37 UTC (rev 97543) +++ PKGBUILD2013-09-23 20:43:42 UTC (rev 97544) @@ -3,24 +3,23 @@ # Contributor: Andrea Scarpino pkgname=minitube -pkgver=2.1 +pkgver=2.1.3 pkgrel=1 pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" arch=('i686' 'x86_64') url='http://flavio.tordini.org/minitube' -license=('GPL') +license=('GPL3') depends=('phonon') install="$pkgname.install" -source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197' - 'SKIP') +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz";) +md5sums=('b43df4358de2e170d7e22370b39bd1ec') build() { - cd $pkgname-$pkgver + cd $pkgname qmake-qt4 } package() { - cd $pkgname-$pkgver + cd $pkgname make install INSTALL_ROOT="$pkgdir/" }
[arch-commits] Commit in java7-openjdk/repos (36 files)
Date: Monday, September 23, 2013 @ 22:40:54 Author: guillaume Revision: 194862 archrelease: copy trunk to extra-i686, extra-x86_64 Added: java7-openjdk/repos/extra-i686/PKGBUILD (from rev 194861, java7-openjdk/trunk/PKGBUILD) java7-openjdk/repos/extra-i686/fontconfig-paths.diff (from rev 194861, java7-openjdk/trunk/fontconfig-paths.diff) java7-openjdk/repos/extra-i686/jdk7-openjdk.profile (from rev 194861, java7-openjdk/trunk/jdk7-openjdk.profile) java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh (from rev 194861, java7-openjdk/trunk/jdk7-openjdk.profile.csh) java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install (from rev 194861, java7-openjdk/trunk/jre7-openjdk-headless.install) java7-openjdk/repos/extra-i686/jre7-openjdk.install (from rev 194861, java7-openjdk/trunk/jre7-openjdk.install) java7-openjdk/repos/extra-i686/jre7-openjdk.profile (from rev 194861, java7-openjdk/trunk/jre7-openjdk.profile) java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh (from rev 194861, java7-openjdk/trunk/jre7-openjdk.profile.csh) java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff (from rev 194861, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff) java7-openjdk/repos/extra-x86_64/PKGBUILD (from rev 194861, java7-openjdk/trunk/PKGBUILD) java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff (from rev 194861, java7-openjdk/trunk/fontconfig-paths.diff) java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile (from rev 194861, java7-openjdk/trunk/jdk7-openjdk.profile) java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh (from rev 194861, java7-openjdk/trunk/jdk7-openjdk.profile.csh) java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install (from rev 194861, java7-openjdk/trunk/jre7-openjdk-headless.install) java7-openjdk/repos/extra-x86_64/jre7-openjdk.install (from rev 194861, java7-openjdk/trunk/jre7-openjdk.install) java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile (from rev 194861, java7-openjdk/trunk/jre7-openjdk.profile) java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh (from rev 194861, java7-openjdk/trunk/jre7-openjdk.profile.csh) java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff (from rev 194861, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff) Deleted: java7-openjdk/repos/extra-i686/PKGBUILD java7-openjdk/repos/extra-i686/fontconfig-paths.diff java7-openjdk/repos/extra-i686/jdk7-openjdk.profile java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install java7-openjdk/repos/extra-i686/jre7-openjdk.install java7-openjdk/repos/extra-i686/jre7-openjdk.profile java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff java7-openjdk/repos/extra-x86_64/PKGBUILD java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install java7-openjdk/repos/extra-x86_64/jre7-openjdk.install java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff --+ /PKGBUILD| 724 + /fontconfig-paths.diff | 268 + /jdk7-openjdk.profile|2 /jdk7-openjdk.profile.csh|2 /jre7-openjdk-headless.install | 22 /jre7-openjdk.install| 36 + /jre7-openjdk.profile|8 /jre7-openjdk.profile.csh|8 /openjdk7_nonreparenting-wm.diff | 116 extra-i686/PKGBUILD | 358 extra-i686/fontconfig-paths.diff | 134 extra-i686/jdk7-openjdk.profile |1 extra-i686/jdk7-openjdk.profile.csh |1 extra-i686/jre7-openjdk-headless.install | 11 extra-i686/jre7-openjdk.install | 18 extra-i686/jre7-openjdk.profile |4 extra-i686/jre7-openjdk.profile.csh |4 extra-i686/openjdk7_nonreparenting-wm.diff | 58 -- extra-x86_64/PKGBUILD| 358 extra-x86_64/fontconfig-paths.diff | 134 extra-x86_64/jdk7-openjdk.profile|1 extra-x86_64/jdk7-openjdk.profile.csh|1 extra-x86_64/jre7-openjdk-headless.install | 11 extra-x86_64/jre7-openjdk.install| 18 extra-x86_64/jre7-openjdk.profile|4 extra-x86_64/jre7-openjdk.profile.csh|4 extra-x86_64/openjdk7_nonreparenting-wm.diff | 58 -- 27 files changed, 1186 inse
[arch-commits] Commit in java7-openjdk/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 22:39:21 Author: guillaume Revision: 194861 Upstream release and package cleanup Modified: java7-openjdk/trunk/PKGBUILD --+ PKGBUILD | 114 +++-- 1 file changed, 59 insertions(+), 55 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 20:20:20 UTC (rev 194860) +++ PKGBUILD2013-09-23 20:39:21 UTC (rev 194861) @@ -3,27 +3,26 @@ # Maintainer: Guillaume ALAUX # Contributor: Jan de Groot -pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' - 'openjdk7-src' 'openjdk7-doc') +pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 'openjdk7-doc') pkgbase=java7-openjdk _java_ver=7 _updatever=u40 -_icedtea_ver=2.4.1 +_icedtea_ver=2.4.2 # check "${srcdir}/icedtea-${_icedtea_ver}"/Makefile.am -_CORBA_CHANGESET=23ae4e0e0cce -_JAXP_CHANGESET=5be6b670d08b -_JAXWS_CHANGESET=c0e48fdfb695 -_JDK_CHANGESET=65d95818d79e -_LANGTOOLS_CHANGESET=91c95fd8eea8 -_OPENJDK_CHANGESET=ae86c6974e8e +_CORBA_CHANGESET=5ea58899ae9f +_JAXP_CHANGESET=135f46e0e653 +_JAXWS_CHANGESET=a2ff16e5361f +_JDK_CHANGESET=4bf5ac86e0e4 +_LANGTOOLS_CHANGESET=06ea051f7ffe +_OPENJDK_CHANGESET=6125b83238df -_HOTSPOT_CHANGESET=5f53e7717116 # see "${srcdir}/icedtea-${_icedtea_ver}"/hotspot.map +_HOTSPOT_CHANGESET=b732355257e3 # see "${srcdir}/icedtea-${_icedtea_ver}"/hotspot.map _bootstrap=0 # 0/1 for quick build or full bootstrap pkgver=${_java_ver}.${_updatever}_${_icedtea_ver} -pkgrel=3 +pkgrel=1 arch=('i686' 'x86_64') url="http://icedtea.classpath.org"; license=('custom') @@ -48,14 +47,14 @@ jdk7-openjdk.profile.csh jre7-openjdk.profile jre7-openjdk.profile.csh) -sha256sums=('65142e19ee14c28106345b30b6181f5a4926dd20be599c536d778e31a8a5812a' -'f9f2925af3eac91ec4b0389b5316f840239558048569db2193b9e2ae34ffe32a' -'618bb237f262a4a703edb88bd873fd80fe33d7fb07b8a113bfc701227b748395' -'df2d15089890a7565b0dd89f867d7b2931839652d29029d63f8201358b0ecd34' -'972de06b968a6da85b1d9216c5617325135fc63c90ffb5e1d7721dce5843b037' -'97edcd78d316f33a43278c5549cb58a06f67305b63ad51b7c1a1fca7c45c6432' -'6ff5cdcca8184526a5928bb8ff0bcc38b897d463559cc9f2b10e439931a8f561' -'f2cfd6da6ff85dff4e6f5d40e21bc48cf15325bcd69d6c36e8f27e1fca74bd42' +sha256sums=('3dab1edc5c0391bd67cfac60cbfb5c91aee6ea9726043252d9f216dfafd236b6' +'bc5703a7c31a6f1de53259768f613fa1f451d721d3301c58a59513dc3953d95b' +'41fc9041d7804bbd519290325c0a21b48405ed96ccf557037189b007391d33a8' +'3e043ea822cf18232fb0897431a2c900c8d29dce59e33bd8e3236ed1ac6c8fde' +'ac21931af93267188fb6dac8ed5eb44121e25e55fe432c19184c20c17cc9ceda' +'8cc46ef5d73a3a6445b411637fee5cc5f086e400d42b36f1f42eba4caee2a11a' +'d2de1d2e98ebea56d2367f0003e5f4b5031d55ed529a7c524df8eba9da08c735' +'4a4a04fa2c49d0a688400f6c9f129f47ba5cd931874c33254a047a1f36e6ac36' '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f' 'fd615f476ef17853ae55b7aee3c92b6738f9ea584e915749b1caa7fdc5ff9ca4' 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea' @@ -72,7 +71,7 @@ "${_HOTSPOT_CHANGESET}.tar.gz") _jvmdir=/usr/lib/jvm/java-7-openjdk - + [ "$CARCH" = "x86_64" ] && _JARCH=amd64 [ "$CARCH" = "i686" ] && _JARCH=i386 @@ -159,8 +158,8 @@ rm -f lib/fontconfig.*.properties.src rm -f lib/fontconfig.properties.src - install -d -m755 ${pkgdir}/${_jvmdir}/jre/ - cp -a bin lib ${pkgdir}/${_jvmdir}/jre + install -d -m755 ${pkgdir}${_jvmdir}/jre + cp -a bin lib ${pkgdir}${_jvmdir}/jre # Install man pages pushd ../../j2re-image/man @@ -172,22 +171,22 @@ # more files that belong to the desktop package mkdir ${srcdir}/tmp-desktop-jre for file in \ - "/usr/lib/jvm/java-7-openjdk/jre/bin/policytool" \ - "/usr/lib/jvm/java-7-openjdk/jre/lib/${_JARCH}/libjsoundalsa.so" \ - "/usr/lib/jvm/java-7-openjdk/jre/lib/${_JARCH}/libpulse-java.so" \ - "/usr/lib/jvm/java-7-openjdk/jre/lib/${_JARCH}/libsplashscreen.so" \ - "/usr/lib/jvm/java-7-openjdk/jre/lib/${_JARCH}/xawt/libmawt.so" \ - "/usr/share/man/ja/man1/policytool.1" \ - "/usr/share/man/man1/policytool.1"; do + "${_jvmdir}/jre/bin/policytool" \ + "${_jvmdir}/jre/lib/${_JARCH}/libjsoundalsa.so" \ + "${_jvmdir}/jre/lib/${_JARCH}/libpulse-java.so" \ + "${_jvmdir}/jre/lib/${_JARCH}/libsplashscreen.so" \ + "${_jvmdir}/jre/lib/${_JARCH}/xawt/libmawt.so" \ + "/usr/share/man/ja/man1/policytool.1" \ + "/usr/share/man/man1/policytool.1"; do dirname=`dirname $file` install -dm755 ${srcdir}/tmp-desktop-jre/$dirname || /bin/true # mv file from fakeinstall to pkgdir mv ${pkgdir}/$file ${srcdir}/tmp-desktop
[arch-commits] Commit in gnome-font-viewer/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:41:24 Author: jgc Revision: 194824 upgpkg: gnome-font-viewer 3.9.90-1 Modified: gnome-font-viewer/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:32:14 UTC (rev 194823) +++ PKGBUILD2013-09-23 18:41:24 UTC (rev 194824) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-font-viewer -pkgver=3.8.0 +pkgver=3.9.90 pkgrel=1 pkgdesc="GNOME font viewer and thumbnailer" arch=(i686 x86_64) @@ -13,8 +13,8 @@ url="http://www.gnome.org"; groups=('gnome') install=gnome-font-viewer.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('d34f17f026b7c41d8de5c255070c79c938ce69030b3429444e7fb8f2275ff819') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f981d5c5ce96bb1f6723bc967e1b24569390753e8fd50b1ad4b6a9ef779edfb0') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gthumb/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 22:20:15 Author: jgc Revision: 194859 upgpkg: gthumb 3.2.3-2 Modified: gthumb/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 20:04:59 UTC (rev 194858) +++ PKGBUILD2013-09-23 20:20:15 UTC (rev 194859) @@ -5,7 +5,7 @@ pkgname=gthumb pkgver=3.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64) license=(GPL) @@ -12,7 +12,7 @@ url="http://live.gnome.org/gthumb"; depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret - libsoup webkitgtk3 json-glib) + libsoup webkitgtk json-glib) makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg libopenraw liboauth docbook-xsl) optdepends=('libopenraw: read RAW files' 'exiv2: metadata support'
[arch-commits] Commit in gthumb/repos (6 files)
Date: Monday, September 23, 2013 @ 22:20:20 Author: jgc Revision: 194860 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gthumb/repos/gnome-unstable-i686/ gthumb/repos/gnome-unstable-i686/PKGBUILD (from rev 194859, gthumb/trunk/PKGBUILD) gthumb/repos/gnome-unstable-i686/gthumb.install (from rev 194859, gthumb/trunk/gthumb.install) gthumb/repos/gnome-unstable-x86_64/ gthumb/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194859, gthumb/trunk/PKGBUILD) gthumb/repos/gnome-unstable-x86_64/gthumb.install (from rev 194859, gthumb/trunk/gthumb.install) --+ gnome-unstable-i686/PKGBUILD | 47 + gnome-unstable-i686/gthumb.install | 19 + gnome-unstable-x86_64/PKGBUILD | 47 + gnome-unstable-x86_64/gthumb.install | 19 + 4 files changed, 132 insertions(+) Copied: gthumb/repos/gnome-unstable-i686/PKGBUILD (from rev 194859, gthumb/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 20:20:20 UTC (rev 194860) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Tobias Kieslich + +pkgname=gthumb +pkgver=3.2.3 +pkgrel=2 +pkgdesc="Image browser and viewer for the GNOME Desktop" +arch=(i686 x86_64) +license=(GPL) +url="http://live.gnome.org/gthumb"; +depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk + gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret + libsoup webkitgtk json-glib) +makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg libopenraw liboauth docbook-xsl) +optdepends=('libopenraw: read RAW files' +'exiv2: metadata support' +'libchamplain: map viewer' +'brasero: burn discs' +'liboauth: web albums') +options=('!libtool' '!emptydirs') +install=gthumb.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --enable-libchamplain --enable-libopenraw + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gthumb/repos/gnome-unstable-i686/gthumb.install (from rev 194859, gthumb/trunk/gthumb.install) === --- gnome-unstable-i686/gthumb.install (rev 0) +++ gnome-unstable-i686/gthumb.install 2013-09-23 20:20:20 UTC (rev 194860) @@ -0,0 +1,19 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +pre_upgrade() { + if (( $(vercmp $2 2.90.1) < 0 )); then +gconfpkg --uninstall gthumb + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: gthumb/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194859, gthumb/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 20:20:20 UTC (rev 194860) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Tobias Kieslich + +pkgname=gthumb +pkgver=3.2.3 +pkgrel=2 +pkgdesc="Image browser and viewer for the GNOME Desktop" +arch=(i686 x86_64) +license=(GPL) +url="http://live.gnome.org/gthumb"; +depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk + gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret + libsoup webkitgtk json-glib) +makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg libopenraw liboauth docbook-xsl) +optdepends=('libopenraw: read RAW files' +'exiv2: metadata support' +'libchamplain: map viewer' +'brasero: burn discs' +'liboauth: web albums') +options=('!libtool' '!emptydirs') +install=gthumb.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a') + +build() { + cd $pkgname-$pkgver + + ./configu
[arch-commits] Commit in brasero/repos (8 files)
Date: Monday, September 23, 2013 @ 22:04:59 Author: jgc Revision: 194858 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: brasero/repos/gnome-unstable-i686/ brasero/repos/gnome-unstable-i686/PKGBUILD (from rev 194857, brasero/trunk/PKGBUILD) brasero/repos/gnome-unstable-i686/brasero.install (from rev 194857, brasero/trunk/brasero.install) brasero/repos/gnome-unstable-i686/bug655513.patch (from rev 194857, brasero/trunk/bug655513.patch) brasero/repos/gnome-unstable-x86_64/ brasero/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194857, brasero/trunk/PKGBUILD) brasero/repos/gnome-unstable-x86_64/brasero.install (from rev 194857, brasero/trunk/brasero.install) brasero/repos/gnome-unstable-x86_64/bug655513.patch (from rev 194857, brasero/trunk/bug655513.patch) ---+ gnome-unstable-i686/PKGBUILD | 52 gnome-unstable-i686/brasero.install | 14 gnome-unstable-i686/bug655513.patch | 37 ++ gnome-unstable-x86_64/PKGBUILD| 52 gnome-unstable-x86_64/brasero.install | 14 gnome-unstable-x86_64/bug655513.patch | 37 ++ 6 files changed, 206 insertions(+) Copied: brasero/repos/gnome-unstable-i686/PKGBUILD (from rev 194857, brasero/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 20:04:59 UTC (rev 194858) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Allan McRae +# Maintainer: Jan de Groot +# Contributor: William Rea + +pkgname=brasero +pkgver=3.8.0 +pkgrel=3 +pkgdesc="A disc burning application for Gnome" +arch=('i686' 'x86_64') +url="http://www.gnome.org/projects/brasero"; +license=('GPL') +options=('!libtool' '!emptydirs') +depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info' 'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify') +makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 'docbook-xsl') +optdepends=('libburn: alternative back-end' +'libisofs: libburn back-end' +'dvdauthor: video project' +'vcdimager: video project') +replaces=('nautilus-cd-burner') +install=brasero.install +groups=('gnome-extra') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +bug655513.patch) +sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4' +'3e774040c570881fe120af7c250a91e8a69331289490c823feed87c4d00f98fb') + +prepare() { + cd "$pkgname-$pkgver" + + # Update tracker dep + sed -i '/tracker/s/0\.14/0.16/' configure.ac + + # Fix infinite loop after cancelling the burn image dialog + patch -Np1 -i ../bug655513.patch +} + +build() { + cd "$pkgname-$pkgver" + autoreconf -f -v -i + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-caches \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR=$pkgdir install +} + Copied: brasero/repos/gnome-unstable-i686/brasero.install (from rev 194857, brasero/trunk/brasero.install) === --- gnome-unstable-i686/brasero.install (rev 0) +++ gnome-unstable-i686/brasero.install 2013-09-23 20:04:59 UTC (rev 194858) @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-desktop-database -q + update-mime-database /usr/share/mime > /dev/null +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: brasero/repos/gnome-unstable-i686/bug655513.patch (from rev 194857, brasero/trunk/bug655513.patch) === --- gnome-unstable-i686/bug655513.patch (rev 0) +++ gnome-unstable-i686/bug655513.patch 2013-09-23 20:04:59 UTC (rev 194858) @@ -0,0 +1,37 @@ +From f122ee0620380b7c21edce722cfe347f10c8c827 Mon Sep 17 00:00:00 2001 +From: Joshua Lock +Date: Tue, 03 Sep 2013 10:01:26 + +Subject: brasero-app: don't try and show the main window if it hasn't been created + +It's possible to open brasero without creating the main window, such as +when opening an image file directly triggering the image burning dialogue. +In these cases trying to show the main window when the dialogue is +dismissed is an error, brasero should just exit. + +https://bugzilla.gnome.org/show_bug.cgi?id=655513 +--- +diff --git a/src/brasero-app.c b/src/brasero-app.c +index d345941..8d10781 100644 +--- a/src/brasero-a
[arch-commits] Commit in brasero/trunk (PKGBUILD bug655513.patch)
Date: Monday, September 23, 2013 @ 22:04:51 Author: jgc Revision: 194857 upgpkg: brasero 3.8.0-3 Fix FS#32503, gnome 3.10 rebuild Added: brasero/trunk/bug655513.patch Modified: brasero/trunk/PKGBUILD -+ PKGBUILD| 17 + bug655513.patch | 37 + 2 files changed, 50 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:42:01 UTC (rev 194856) +++ PKGBUILD2013-09-23 20:04:51 UTC (rev 194857) @@ -5,7 +5,7 @@ pkgname=brasero pkgver=3.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="A disc burning application for Gnome" arch=('i686' 'x86_64') url="http://www.gnome.org/projects/brasero"; @@ -20,14 +20,23 @@ replaces=('nautilus-cd-burner') install=brasero.install groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +bug655513.patch) +sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4' +'3e774040c570881fe120af7c250a91e8a69331289490c823feed87c4d00f98fb') -build() { +prepare() { cd "$pkgname-$pkgver" # Update tracker dep sed -i '/tracker/s/0\.14/0.16/' configure.ac + + # Fix infinite loop after cancelling the burn image dialog + patch -Np1 -i ../bug655513.patch +} + +build() { + cd "$pkgname-$pkgver" autoreconf -f -v -i ./configure --prefix=/usr --sysconfdir=/etc \ Added: bug655513.patch === --- bug655513.patch (rev 0) +++ bug655513.patch 2013-09-23 20:04:51 UTC (rev 194857) @@ -0,0 +1,37 @@ +From f122ee0620380b7c21edce722cfe347f10c8c827 Mon Sep 17 00:00:00 2001 +From: Joshua Lock +Date: Tue, 03 Sep 2013 10:01:26 + +Subject: brasero-app: don't try and show the main window if it hasn't been created + +It's possible to open brasero without creating the main window, such as +when opening an image file directly triggering the image burning dialogue. +In these cases trying to show the main window when the dialogue is +dismissed is an error, brasero should just exit. + +https://bugzilla.gnome.org/show_bug.cgi?id=655513 +--- +diff --git a/src/brasero-app.c b/src/brasero-app.c +index d345941..8d10781 100644 +--- a/src/brasero-app.c b/src/brasero-app.c +@@ -2013,6 +2013,9 @@ brasero_app_run_mainwin (BraseroApp *app) + + priv = BRASERO_APP_PRIVATE (app); + ++ if (!priv->mainwin) ++ return FALSE; ++ + if (priv->mainwin_running) + return TRUE; + +@@ -2055,6 +2058,8 @@ brasero_app_init (BraseroApp *object) + + priv = BRASERO_APP_PRIVATE (object); + ++ priv->mainwin = NULL; ++ + /* Load settings */ + priv->setting = brasero_setting_get_default (); + brasero_setting_load (priv->setting); +-- +cgit v0.9.2
[arch-commits] Commit in (mutter-wayland)
Date: Monday, September 23, 2013 @ 18:22:04 Author: jgc Revision: 194768 Remove, needs wayland support in cogl, which we dont enable at this moment Deleted: mutter-wayland/
[arch-commits] Commit in ttf-symbola/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:48:53 Author: thestinger Revision: 97542 upgpkg: ttf-symbola 7.12-1 Modified: ttf-symbola/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:21:53 UTC (rev 97541) +++ PKGBUILD2013-09-23 19:48:53 UTC (rev 97542) @@ -4,7 +4,7 @@ # Contributor: Jesse Jaara pkgname=ttf-symbola -pkgver=7.08 +pkgver=7.12 pkgrel=1 pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)." arch=('any') @@ -12,12 +12,11 @@ license=('custom') depends=('fontconfig' 'xorg-font-utils') install=$pkgname.install -source=(http://users.teilar.gr/~g1951d/Symbola${pkgver//./}.zip LICENSE) -md5sums=('d1bb155a94375f5530b5a26c23ccf3ca' +source=(http://users.teilar.gr/~g1951d/Symbola.ttf LICENSE) +md5sums=('75cd76e3c3ee09ec854b71eb5a19bdb3' 'bc1709dc3b1f6a7545ab366923e01a1c') package() { install -Dm644 "$srcdir/Symbola.ttf" "$pkgdir/usr/share/fonts/TTF/Symbola.ttf" install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 "$srcdir/Symbola.pdf" "$pkgdir/usr/share/doc/$pkgname/Symbola.pdf" }
[arch-commits] Commit in yelp/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 19:11:35 Author: jgc Revision: 194784 upgpkg: yelp 3.9.91-1 Modified: yelp/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:08:01 UTC (rev 194783) +++ PKGBUILD2013-09-23 17:11:35 UTC (rev 194784) @@ -3,11 +3,11 @@ # Contributor: Jan de Groot pkgname=yelp -pkgver=3.8.1 +pkgver=3.9.91 pkgrel=1 pkgdesc="A help browser for GNOME" arch=('i686' 'x86_64') -depends=('webkitgtk3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2' +depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2' 'desktop-file-utils' 'dconf') makedepends=('intltool' 'gtk-doc' 'itstool') groups=('gnome') @@ -16,7 +16,7 @@ url="http://www.gnome.org"; install=yelp.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('73b3941316194dea8ea7d1d2b1f6612424c5d80ee1871ef627455893ad15606e') +sha256sums=('8b0db4093477ffe344512f7361713bfaf23db640a470bfc87e30e580d52027dc') build() { cd $pkgname-$pkgver
[arch-commits] Commit in networkmanager-vpnc/repos (8 files)
Date: Monday, September 23, 2013 @ 19:25:00 Author: heftig Revision: 194799 archrelease: copy trunk to extra-i686, extra-x86_64 Added: networkmanager-vpnc/repos/extra-i686/PKGBUILD (from rev 194798, networkmanager-vpnc/trunk/PKGBUILD) networkmanager-vpnc/repos/extra-i686/networkmanager-vpnc.install (from rev 194798, networkmanager-vpnc/trunk/networkmanager-vpnc.install) networkmanager-vpnc/repos/extra-x86_64/PKGBUILD (from rev 194798, networkmanager-vpnc/trunk/PKGBUILD) networkmanager-vpnc/repos/extra-x86_64/networkmanager-vpnc.install (from rev 194798, networkmanager-vpnc/trunk/networkmanager-vpnc.install) Deleted: networkmanager-vpnc/repos/extra-i686/PKGBUILD networkmanager-vpnc/repos/extra-i686/networkmanager-vpnc.install networkmanager-vpnc/repos/extra-x86_64/PKGBUILD networkmanager-vpnc/repos/extra-x86_64/networkmanager-vpnc.install --+ /PKGBUILD| 62 + /networkmanager-vpnc.install | 22 ++ extra-i686/PKGBUILD | 31 -- extra-i686/networkmanager-vpnc.install | 11 - extra-x86_64/PKGBUILD| 31 -- extra-x86_64/networkmanager-vpnc.install | 11 - 6 files changed, 84 insertions(+), 84 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-09-23 17:24:22 UTC (rev 194798) +++ extra-i686/PKGBUILD 2013-09-23 17:25:00 UTC (rev 194799) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=networkmanager-vpnc -pkgver=0.9.8.2 -pkgrel=1 -pkgdesc="NetworkManager VPN plugin for vpnc" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnome.org/projects/NetworkManager/"; -depends=("networkmanager>=${pkgver}" 'vpnc' 'hicolor-icon-theme' 'gtk3' 'libgnome-keyring') -makedepends=('intltool') -optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager') -options=('!libtool') -install=networkmanager-vpnc.install -source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/0.9/NetworkManager-vpnc-${pkgver}.tar.xz) -sha256sums=('adf6f4abd29d3f0384ef55fdfea75e6cd56088a0ecdfed2454305fd9e08318a1') - -build() { - cd NetworkManager-vpnc-${pkgver} - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/networkmanager \ - --disable-static - make -} - -package() { - cd NetworkManager-vpnc-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: networkmanager-vpnc/repos/extra-i686/PKGBUILD (from rev 194798, networkmanager-vpnc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-09-23 17:25:00 UTC (rev 194799) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=networkmanager-vpnc +pkgver=0.9.8.6 +pkgrel=1 +pkgdesc="NetworkManager VPN plugin for vpnc" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnome.org/projects/NetworkManager/"; +depends=("networkmanager>=${pkgver%.*}" 'vpnc' 'hicolor-icon-theme' 'gtk3' 'libgnome-keyring') +makedepends=('intltool') +optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager') +options=('!libtool') +install=networkmanager-vpnc.install +source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-vpnc/0.9/NetworkManager-vpnc-${pkgver}.tar.xz) +sha256sums=('40306cd713d4e6e9df6a520d2992664d22173b3327e94df45a6dac23f0a8abd6') + +build() { + cd NetworkManager-vpnc-${pkgver} + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/networkmanager \ + --disable-static + make +} + +package() { + cd NetworkManager-vpnc-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/networkmanager-vpnc.install === --- extra-i686/networkmanager-vpnc.install 2013-09-23 17:24:22 UTC (rev 194798) +++ extra-i686/networkmanager-vpnc.install 2013-09-23 17:25:00 UTC (rev 194799) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: networkmanager-vpnc/repos/extra-i686/networkmanager-vpnc.install (from rev 194798, networkmanager-vpnc/trunk/networkmanager-vpnc.install) === --- extra-i686/networkmanager-vpnc.install (rev 0) +++ extra-i686/networkmanager-vpnc.install 2013-09-23 17:25:00 UTC (rev 194799) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013
[arch-commits] Commit in ttf-symbola/repos/community-any (6 files)
Date: Monday, September 23, 2013 @ 21:49:37 Author: thestinger Revision: 97543 archrelease: copy trunk to community-any Added: ttf-symbola/repos/community-any/LICENSE (from rev 97542, ttf-symbola/trunk/LICENSE) ttf-symbola/repos/community-any/PKGBUILD (from rev 97542, ttf-symbola/trunk/PKGBUILD) ttf-symbola/repos/community-any/ttf-symbola.install (from rev 97542, ttf-symbola/trunk/ttf-symbola.install) Deleted: ttf-symbola/repos/community-any/LICENSE ttf-symbola/repos/community-any/PKGBUILD ttf-symbola/repos/community-any/ttf-symbola.install -+ LICENSE |8 PKGBUILD| 45 ++--- ttf-symbola.install | 18 +- 3 files changed, 35 insertions(+), 36 deletions(-) Deleted: LICENSE === --- LICENSE 2013-09-23 19:48:53 UTC (rev 97542) +++ LICENSE 2013-09-23 19:49:37 UTC (rev 97543) @@ -1,4 +0,0 @@ -In lieu of a licence: -Fonts in this site are offered free for any use; they may be opened, -edited, modified, regenerated, posted, packaged and redistributed. -fonts designed by George Douros Copied: ttf-symbola/repos/community-any/LICENSE (from rev 97542, ttf-symbola/trunk/LICENSE) === --- LICENSE (rev 0) +++ LICENSE 2013-09-23 19:49:37 UTC (rev 97543) @@ -0,0 +1,4 @@ +In lieu of a licence: +Fonts in this site are offered free for any use; they may be opened, +edited, modified, regenerated, posted, packaged and redistributed. +fonts designed by George Douros Deleted: PKGBUILD === --- PKGBUILD2013-09-23 19:48:53 UTC (rev 97542) +++ PKGBUILD2013-09-23 19:49:37 UTC (rev 97543) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Daniel Micay -# Contributor: Elena ``of Valhalla'' Grandi -# Contributor: Jesse Jaara - -pkgname=ttf-symbola -pkgver=7.08 -pkgrel=1 -pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)." -arch=('any') -url="http://users.teilar.gr/~g1951d/"; -license=('custom') -depends=('fontconfig' 'xorg-font-utils') -install=$pkgname.install -source=(http://users.teilar.gr/~g1951d/Symbola${pkgver//./}.zip LICENSE) -md5sums=('d1bb155a94375f5530b5a26c23ccf3ca' - 'bc1709dc3b1f6a7545ab366923e01a1c') - -package() { - install -Dm644 "$srcdir/Symbola.ttf" "$pkgdir/usr/share/fonts/TTF/Symbola.ttf" - install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 "$srcdir/Symbola.pdf" "$pkgdir/usr/share/doc/$pkgname/Symbola.pdf" -} Copied: ttf-symbola/repos/community-any/PKGBUILD (from rev 97542, ttf-symbola/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-23 19:49:37 UTC (rev 97543) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Daniel Micay +# Contributor: Elena ``of Valhalla'' Grandi +# Contributor: Jesse Jaara + +pkgname=ttf-symbola +pkgver=7.12 +pkgrel=1 +pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)." +arch=('any') +url="http://users.teilar.gr/~g1951d/"; +license=('custom') +depends=('fontconfig' 'xorg-font-utils') +install=$pkgname.install +source=(http://users.teilar.gr/~g1951d/Symbola.ttf LICENSE) +md5sums=('75cd76e3c3ee09ec854b71eb5a19bdb3' + 'bc1709dc3b1f6a7545ab366923e01a1c') + +package() { + install -Dm644 "$srcdir/Symbola.ttf" "$pkgdir/usr/share/fonts/TTF/Symbola.ttf" + install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: ttf-symbola.install === --- ttf-symbola.install 2013-09-23 19:48:53 UTC (rev 97542) +++ ttf-symbola.install 2013-09-23 19:49:37 UTC (rev 97543) @@ -1,9 +0,0 @@ -post_install() { - fc-cache -fs - mkfontscale /usr/share/fonts/TTF - mkfontdir /usr/share/fonts/TTF -} - -post_upgrade() { - post_install -} Copied: ttf-symbola/repos/community-any/ttf-symbola.install (from rev 97542, ttf-symbola/trunk/ttf-symbola.install) === --- ttf-symbola.install (rev 0) +++ ttf-symbola.install 2013-09-23 19:49:37 UTC (rev 97543) @@ -0,0 +1,9 @@ +post_install() { + fc-cache -fs + mkfontscale /usr/share/fonts/TTF + mkfontdir /usr/share/fonts/TTF +} + +post_upgrade() { + post_install +}
[arch-commits] Commit in tracker/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:41:55 Author: jgc Revision: 194855 upgpkg: tracker 0.16.2-2 GNOME 3.10 rebuild Modified: tracker/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:34:19 UTC (rev 194854) +++ PKGBUILD2013-09-23 19:41:55 UTC (rev 194855) @@ -7,7 +7,7 @@ pkgname=(tracker libtracker-sparql) pkgver=0.16.2 _tver=${pkgver%.*} -pkgrel=1 +pkgrel=2 pkgdesc="All-in-one indexer, search tool and metadata database" arch=(i686 x86_64) license=(GPL)
[arch-commits] Commit in tracker/repos (6 files)
Date: Monday, September 23, 2013 @ 21:42:01 Author: jgc Revision: 194856 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: tracker/repos/gnome-unstable-i686/ tracker/repos/gnome-unstable-i686/PKGBUILD (from rev 194855, tracker/trunk/PKGBUILD) tracker/repos/gnome-unstable-i686/tracker.install (from rev 194855, tracker/trunk/tracker.install) tracker/repos/gnome-unstable-x86_64/ tracker/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194855, tracker/trunk/PKGBUILD) tracker/repos/gnome-unstable-x86_64/tracker.install (from rev 194855, tracker/trunk/tracker.install) ---+ gnome-unstable-i686/PKGBUILD | 84 gnome-unstable-i686/tracker.install | 13 gnome-unstable-x86_64/PKGBUILD| 84 gnome-unstable-x86_64/tracker.install | 13 4 files changed, 194 insertions(+) Copied: tracker/repos/gnome-unstable-i686/PKGBUILD (from rev 194855, tracker/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:42:01 UTC (rev 194856) @@ -0,0 +1,84 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Sergej Pupykin +# Contributor: Alexander Fehr + +pkgbase=tracker +pkgname=(tracker libtracker-sparql) +pkgver=0.16.2 +_tver=${pkgver%.*} +pkgrel=2 +pkgdesc="All-in-one indexer, search tool and metadata database" +arch=(i686 x86_64) +license=(GPL) +makedepends=(libgee libsecret upower libexif exempi + poppler-glib libgsf icu enca networkmanager gtk3 + desktop-file-utils hicolor-icon-theme gobject-introspection + intltool giflib gst-plugins-base-libs totem-plparser + taglib libvorbis flac vala libgxps libnautilus-extension) +url="http://www.gnome.org"; +options=('!libtool' '!emptydirs') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz) +sha256sums=('033394636835628e01eb90efb55883fd88ec581910915b5948081f8f41df7409') + +build() { + cd $pkgbase-$pkgver + + ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--libexecdir=/usr/lib/tracker \ +--disable-unit-tests \ +--enable-libflac \ +--enable-libvorbis + + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool + + make +} + +package_tracker() { + depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret + upower libexif exempi poppler-glib libgsf enca + networkmanager gtk3 desktop-file-utils hicolor-icon-theme) + optdepends=('giflib: extractor for GIF data' + 'gst-plugins-base-libs: video extractor' + 'totem-plparser: playlist support' + 'libvorbis: Vorbis metadata extractor' + 'flac: FLAC metadata extractor' + 'taglib: writeback for audio files' + "nautilus: edit files' tracker tags" + 'libgxps: XPS extractor') + groups=('gnome') + install=tracker.install + + cd $pkgbase-$pkgver + make DESTDIR="$pkgdir" install + +### Split libtracker-sparql + + mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver + mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig} + mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi} + + mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib" + + mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \ +"$srcdir/sparql/usr/lib/tracker-$_tver" + + mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \ +"$srcdir/sparql/usr/share/vala/vapi" + + mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql + mv {"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib + mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc + mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir +} + +package_libtracker-sparql() { + pkgdesc="$pkgdesc (SPARQL library)" + depends=(sqlite icu glib2 libffi pcre util-linux) + + mv "$srcdir"/sparql/* "$pkgdir" +} Copied: tracker/repos/gnome-unstable-i686/tracker.install (from rev 194855, tracker/trunk/tracker.install) === --- gnome-unstable-i686/tracker.install (rev 0) +++ gnome-unstable-i686/tracker.install 2013-09-23 19:42:01 UTC (rev 194856) @@ -0,0 +1,13 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied:
[arch-commits] Commit in gtksourceview3/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 19:46:02 Author: jgc Revision: 194808 upgpkg: gtksourceview3 3.10.0-1 Modified: gtksourceview3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:42:02 UTC (rev 194807) +++ PKGBUILD2013-09-23 17:46:02 UTC (rev 194808) @@ -3,7 +3,7 @@ pkgname=gtksourceview3 _pkgbasename=gtksourceview -pkgver=3.9.91 +pkgver=3.10.0 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) -sha256sums=('84ad3c843f924e46070be00be83ba31e2d2278abbe0868b25135984f88034366') +sha256sums=('5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776') build() { cd "$_pkgbasename-$pkgver"
[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:34:13 Author: jgc Revision: 194853 upgpkg: rhythmbox 3.0-2 Rebuild Modified: rhythmbox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:30:18 UTC (rev 194852) +++ PKGBUILD2013-09-23 19:34:13 UTC (rev 194853) @@ -4,7 +4,7 @@ pkgname=rhythmbox pkgver=3.0 -pkgrel=1 +pkgrel=2 pkgdesc="An iTunes-like music playback and management application" arch=(i686 x86_64) license=(GPL)
[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)
Date: Monday, September 23, 2013 @ 21:27:51 Author: heftig Revision: 194848 0.9 Modified: libquvi-scripts/trunk/PKGBUILD Deleted: libquvi-scripts/trunk/PKGBUILD-0.9 --+ PKGBUILD |9 - PKGBUILD-0.9 | 25 - 2 files changed, 4 insertions(+), 30 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:27:05 UTC (rev 194847) +++ PKGBUILD2013-09-23 19:27:51 UTC (rev 194848) @@ -2,21 +2,20 @@ # Maintainer: Lukas Fleischer pkgname=libquvi-scripts -pkgver=0.4.17 +pkgver=0.9.20130903 pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('any') url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('curl' 'lua') +license=('AGPL3') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) -md5sums=('8a887905a368bf31e0ace28e49b5c800' +md5sums=('5cd6fd297ded480bf1eccb2ced8962f0' 'SKIP') build() { cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-nsfw --with-nlfy + ./configure --prefix=/usr --with-nsfw --with-geoblocked make } Deleted: PKGBUILD-0.9 === --- PKGBUILD-0.92013-09-23 19:27:05 UTC (rev 194847) +++ PKGBUILD-0.92013-09-23 19:27:51 UTC (rev 194848) @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $ -# Maintainer: Lukas Fleischer - -pkgname=libquvi-scripts -pkgver=0.9.20130619 -pkgrel=1 -pkgdesc='Library for parsing video download links.' -arch=('any') -url='http://quvi.sourceforge.net/' -license=('LGPL') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) -md5sums=('7030104f089320fe3c2b74b1fe0d6447' - 'SKIP') - -build() { - cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-nsfw --with-geoblocked - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -}
[arch-commits] Commit in libquvi/trunk (PKGBUILD PKGBUILD-0.9)
Date: Monday, September 23, 2013 @ 21:28:01 Author: heftig Revision: 194849 0.9 Modified: libquvi/trunk/PKGBUILD Deleted: libquvi/trunk/PKGBUILD-0.9 --+ PKGBUILD | 16 PKGBUILD-0.9 | 28 2 files changed, 8 insertions(+), 36 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:27:51 UTC (rev 194848) +++ PKGBUILD2013-09-23 19:28:01 UTC (rev 194849) @@ -2,18 +2,18 @@ # Maintainer: Lukas Fleischer pkgname=libquvi -pkgver=0.4.1 -pkgrel=2 +pkgver=0.9.3 +pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('libquvi-scripts' 'curl' 'lua') -conflicts=('quvi<0.4.0') +license=('AGPL3') +depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2') +conflicts=('quvi<0.9.0') options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig}) -md5sums=('a5fa8860c23655a529b3166f6e25c83a' - 'cc7f15518f8ab2fc134bc64f0e9d584b') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('12a62c4fcde9b6109193191b7bd3d685' + 'SKIP') build() { cd "${pkgname}-${pkgver}" Deleted: PKGBUILD-0.9 === --- PKGBUILD-0.92013-09-23 19:27:51 UTC (rev 194848) +++ PKGBUILD-0.92013-09-23 19:28:01 UTC (rev 194849) @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 170942 2012-11-13 21:14:25Z heftig $ -# Maintainer: Lukas Fleischer - -pkgname=libquvi -pkgver=0.9.2 -pkgrel=1 -pkgdesc='Library for parsing video download links.' -arch=('i686' 'x86_64') -url='http://quvi.sourceforge.net/' -license=('LGPL') -depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2') -conflicts=('quvi<0.9.0') -options=('!libtool') -source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) -md5sums=('6474cdcce8b4d0d6ed86617313cd1cdf' - 'SKIP') - -build() { - cd "${pkgname}-${pkgver}" - - ./configure --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -}
[arch-commits] Commit in rhythmbox/repos (6 files)
Date: Monday, September 23, 2013 @ 21:34:19 Author: jgc Revision: 194854 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: rhythmbox/repos/gnome-unstable-i686/ rhythmbox/repos/gnome-unstable-i686/PKGBUILD (from rev 194853, rhythmbox/trunk/PKGBUILD) rhythmbox/repos/gnome-unstable-i686/rhythmbox.install (from rev 194853, rhythmbox/trunk/rhythmbox.install) rhythmbox/repos/gnome-unstable-x86_64/ rhythmbox/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194853, rhythmbox/trunk/PKGBUILD) rhythmbox/repos/gnome-unstable-x86_64/rhythmbox.install (from rev 194853, rhythmbox/trunk/rhythmbox.install) -+ gnome-unstable-i686/PKGBUILD| 42 ++ gnome-unstable-i686/rhythmbox.install | 13 + gnome-unstable-x86_64/PKGBUILD | 42 ++ gnome-unstable-x86_64/rhythmbox.install | 13 + 4 files changed, 110 insertions(+) Copied: rhythmbox/repos/gnome-unstable-i686/PKGBUILD (from rev 194853, rhythmbox/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:34:19 UTC (rev 194854) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Giovanni Scafora + +pkgname=rhythmbox +pkgver=3.0 +pkgrel=2 +pkgdesc="An iTunes-like music playback and management application" +arch=(i686 x86_64) +license=(GPL) +url="http://www.rhythmbox.org"; +depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 python-gobject) +makedepends=(itstool intltool brasero gobject-introspection vala grilo libdmapsharing lirc-utils libgpod libmtp) +optdepends=('gst-plugins-ugly: Extra media codecs' +'gst-plugins-bad: Extra media codecs' +'gst-libav: Extra media codecs' +'brasero: Audio CD Recorder plugin' +'libdmapsharing: DAAP Music Sharing plugin' +'grilo-plugins: Grilo media browser plugin' +'lirc-utils: LIRC plugin' +'libgpod: Portable Players - iPod plugin' +'libmtp: Portable Players - MTP plugin' +'zeitgeist: Zeitgeist plugin') +options=('!libtool' '!emptydirs') +install=rhythmbox.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) +sha256sums=('bf6f35c1a46867d16e45969f97f01630d936bfa92baf940c442f3a19fb6820e4') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/rhythmbox \ + --localstatedir=/var --disable-static \ + --enable-daap --enable-python --enable-vala + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins" +} Copied: rhythmbox/repos/gnome-unstable-i686/rhythmbox.install (from rev 194853, rhythmbox/trunk/rhythmbox.install) === --- gnome-unstable-i686/rhythmbox.install (rev 0) +++ gnome-unstable-i686/rhythmbox.install 2013-09-23 19:34:19 UTC (rev 194854) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: rhythmbox/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194853, rhythmbox/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:34:19 UTC (rev 194854) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Giovanni Scafora + +pkgname=rhythmbox +pkgver=3.0 +pkgrel=2 +pkgdesc="An iTunes-like music playback and management application" +arch=(i686 x86_64) +license=(GPL) +url="http://www.rhythmbox.org"; +depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 python-gobject) +makedepends=(itstool intltool brasero gobject-introspection vala grilo libdmapsharing lirc-utils libgpod libmtp) +optdepends=('gst-plugins-ugly: Extra media codecs' +'gst-plugins-bad: Extra media codecs' +'gst-libav: Extra media codecs' +'brasero: Audio CD Recorder plugin' +'libdmapsharing: DAAP Music Sharing plugin' +'grilo-plugins: Grilo media browser plugin' +'lirc-utils: LIRC plugin' +'libgpod: Portable Players - iPod plugin' +'libmtp: Portable Players - MTP plugin' +'zeitgeist: Zeitgeist plugin') +options=('!libtool' '
[arch-commits] Commit in totem-plparser/repos (4 files)
Date: Monday, September 23, 2013 @ 21:30:18 Author: heftig Revision: 194852 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD) totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD) Deleted: totem-plparser/repos/gnome-unstable-i686/PKGBUILD totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 58 +++ gnome-unstable-i686/PKGBUILD | 30 gnome-unstable-x86_64/PKGBUILD | 30 3 files changed, 58 insertions(+), 60 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 19:29:34 UTC (rev 194851) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:30:18 UTC (rev 194852) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=totem-plparser -pkgver=3.10.0 -pkgrel=1 -url="http://www.gnome.org"; -pkgdesc="Totem playlist parser library" -license=('LGPL') -arch=(i686 x86_64) -depends=('gmime' 'libsoup' 'libarchive') -makedepends=('intltool' 'gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) -sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') - -build() { - cd totem-pl-parser-$pkgver - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static - make -} - -package(){ - cd totem-pl-parser-$pkgver - make DESTDIR="$pkgdir" install -} Copied: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:30:18 UTC (rev 194852) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=totem-plparser +pkgver=3.10.0 +pkgrel=2 +url="http://www.gnome.org"; +pkgdesc="Totem playlist parser library" +license=('LGPL') +arch=(i686 x86_64) +depends=('gmime' 'libsoup' 'libarchive') +makedepends=('intltool' 'gobject-introspection' 'libquvi') +optdepends=('libquvi: video site handling (Youtube etc.)') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) +sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') + +build() { + cd totem-pl-parser-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/$pkgname --disable-static + make +} + +package(){ + cd totem-pl-parser-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:29:34 UTC (rev 194851) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=totem-plparser -pkgver=3.10.0 -pkgrel=1 -url="http://www.gnome.org"; -pkgdesc="Totem playlist parser library" -license=('LGPL') -arch=(i686 x86_64) -depends=('gmime' 'libsoup' 'libarchive') -makedepends=('intltool' 'gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) -sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') - -build() { - cd totem-pl-parser-$pkgver - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static - make -} - -package(){ - cd totem-pl-parser-$pkgver - make DESTDIR="$pkgdir" install -} Copied: totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=totem-plparser +pkgver=3.10.0 +pkgrel=2 +url="http://www.gnome.org"; +pkgdesc="Totem playlist parser library" +license=('LGPL') +arch=(i686 x86_64) +depends=('gmime' 'libsoup' 'libarchive') +makedepends=('intltool' 'gobject-introspection' 'libquvi') +optdepends=('libquvi: video site handling (Youtube etc.)') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/to
[arch-commits] Commit in libquvi/repos (4 files)
Date: Monday, September 23, 2013 @ 21:29:34 Author: heftig Revision: 194851 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libquvi/repos/gnome-unstable-i686/ libquvi/repos/gnome-unstable-i686/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD) libquvi/repos/gnome-unstable-x86_64/ libquvi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD) + gnome-unstable-i686/PKGBUILD | 28 gnome-unstable-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: libquvi/repos/gnome-unstable-i686/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:29:34 UTC (rev 194851) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Lukas Fleischer + +pkgname=libquvi +pkgver=0.9.3 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('i686' 'x86_64') +url='http://quvi.sourceforge.net/' +license=('AGPL3') +depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2') +conflicts=('quvi<0.9.0') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('12a62c4fcde9b6109193191b7bd3d685' + 'SKIP') + +build() { + cd "${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: libquvi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:29:34 UTC (rev 194851) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Lukas Fleischer + +pkgname=libquvi +pkgver=0.9.3 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('i686' 'x86_64') +url='http://quvi.sourceforge.net/' +license=('AGPL3') +depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2') +conflicts=('quvi<0.9.0') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('12a62c4fcde9b6109193191b7bd3d685' + 'SKIP') + +build() { + cd "${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libquvi-scripts/repos (2 files)
Date: Monday, September 23, 2013 @ 21:29:04 Author: heftig Revision: 194850 archrelease: copy trunk to gnome-unstable-any Added: libquvi-scripts/repos/gnome-unstable-any/ libquvi-scripts/repos/gnome-unstable-any/PKGBUILD (from rev 194849, libquvi-scripts/trunk/PKGBUILD) --+ PKGBUILD | 25 + 1 file changed, 25 insertions(+) Copied: libquvi-scripts/repos/gnome-unstable-any/PKGBUILD (from rev 194849, libquvi-scripts/trunk/PKGBUILD) === --- gnome-unstable-any/PKGBUILD (rev 0) +++ gnome-unstable-any/PKGBUILD 2013-09-23 19:29:04 UTC (rev 194850) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Lukas Fleischer + +pkgname=libquvi-scripts +pkgver=0.9.20130903 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('any') +url='http://quvi.sourceforge.net/' +license=('AGPL3') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('5cd6fd297ded480bf1eccb2ced8962f0' + 'SKIP') + +build() { + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-nsfw --with-geoblocked + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in totem-plparser/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:27:05 Author: heftig Revision: 194847 readd quvi support Modified: totem-plparser/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:24:43 UTC (rev 194846) +++ PKGBUILD2013-09-23 19:27:05 UTC (rev 194847) @@ -4,13 +4,14 @@ pkgname=totem-plparser pkgver=3.10.0 -pkgrel=1 +pkgrel=2 url="http://www.gnome.org"; pkgdesc="Totem playlist parser library" license=('LGPL') arch=(i686 x86_64) depends=('gmime' 'libsoup' 'libarchive') -makedepends=('intltool' 'gobject-introspection') +makedepends=('intltool' 'gobject-introspection' 'libquvi') +optdepends=('libquvi: video site handling (Youtube etc.)') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz) sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9') @@ -17,10 +18,8 @@ build() { cd totem-pl-parser-$pkgver - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib/$pkgname --disable-static make }
[arch-commits] Commit in gnome-clocks/repos (6 files)
Date: Monday, September 23, 2013 @ 21:24:43 Author: jgc Revision: 194846 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-clocks/repos/gnome-unstable-i686/ gnome-clocks/repos/gnome-unstable-i686/PKGBUILD (from rev 194845, gnome-clocks/trunk/PKGBUILD) gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install (from rev 194845, gnome-clocks/trunk/gnome-clocks.install) gnome-clocks/repos/gnome-unstable-x86_64/ gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194845, gnome-clocks/trunk/PKGBUILD) gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install (from rev 194845, gnome-clocks/trunk/gnome-clocks.install) + gnome-unstable-i686/PKGBUILD | 34 +++ gnome-unstable-i686/gnome-clocks.install | 13 ++ gnome-unstable-x86_64/PKGBUILD | 34 +++ gnome-unstable-x86_64/gnome-clocks.install | 13 ++ 4 files changed, 94 insertions(+) Copied: gnome-clocks/repos/gnome-unstable-i686/PKGBUILD (from rev 194845, gnome-clocks/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:24:43 UTC (rev 194846) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-clocks +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Clocks applications for GNOME" +arch=(i686 x86_64) +url="https://www.gnome.org/"; +license=(GPL) +depends=(gtk3 libcanberra libgweather gnome-desktop libnotify + hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib) +makedepends=(intltool vala gobject-introspection itstool) +options=(!libtool) +groups=(gnome-extra) +install=gnome-clocks.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f6418272e8d3a9ad41fba49712917130b09db925b6caecd78653541aedee3e2d') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install (from rev 194845, gnome-clocks/trunk/gnome-clocks.install) === --- gnome-unstable-i686/gnome-clocks.install(rev 0) +++ gnome-unstable-i686/gnome-clocks.install2013-09-23 19:24:43 UTC (rev 194846) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194845, gnome-clocks/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:24:43 UTC (rev 194846) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-clocks +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Clocks applications for GNOME" +arch=(i686 x86_64) +url="https://www.gnome.org/"; +license=(GPL) +depends=(gtk3 libcanberra libgweather gnome-desktop libnotify + hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib) +makedepends=(intltool vala gobject-introspection itstool) +options=(!libtool) +groups=(gnome-extra) +install=gnome-clocks.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f6418272e8d3a9ad41fba49712917130b09db925b6caecd78653541aedee3e2d') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install (from rev 194845, gnome-clocks/trunk/gnome-clocks.install) === --- gnome-unstable-x86_64/gnome-clocks.install (rev 0) +++ gnome-unstable-x86_64/gnome-clocks.install 2013-09-23 19:24:43 UTC (rev 194846) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in gnome-clocks/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:24:38 Author: jgc Revision: 194845 upgpkg: gnome-clocks 3.10.0-1 Modified: gnome-clocks/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:16:28 UTC (rev 194844) +++ PKGBUILD2013-09-23 19:24:38 UTC (rev 194845) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-clocks -pkgver=3.8.2 +pkgver=3.10.0 pkgrel=1 pkgdesc="Clocks applications for GNOME" arch=(i686 x86_64) @@ -9,13 +9,13 @@ url="https://www.gnome.org/"; license=(GPL) depends=(gtk3 libcanberra libgweather gnome-desktop libnotify - hicolor-icon-theme gnome-themes-standard) -makedepends=(intltool vala gobject-introspection) + hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib) +makedepends=(intltool vala gobject-introspection itstool) options=(!libtool) groups=(gnome-extra) install=gnome-clocks.install -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('afe8405e41d8d2ac570642c2d73a43a2a45f8c6e521640d0a266e0fe0a55410f') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f6418272e8d3a9ad41fba49712917130b09db925b6caecd78653541aedee3e2d') build() { cd $pkgname-$pkgver
[arch-commits] Commit in baobab/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:32:07 Author: jgc Revision: 194822 upgpkg: baobab 3.10-1 Modified: baobab/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:29:03 UTC (rev 194821) +++ PKGBUILD2013-09-23 18:32:07 UTC (rev 194822) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=baobab -pkgver=3.8.2 +pkgver=3.10 pkgrel=1 pkgdesc="A graphical directory tree analyzer" arch=(i686 x86_64) @@ -12,8 +12,8 @@ makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection') groups=('gnome') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('68ce73e34378909a384d17355d2b80c14423dc54ace6a363dc93653cf608614a') +source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz) +sha256sums=('6f4e309073c3834f957b957b03d388fd89900a1622a001d238ad6105c6e303ee') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in baobab/repos (6 files)
Date: Monday, September 23, 2013 @ 20:32:14 Author: jgc Revision: 194823 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: baobab/repos/gnome-unstable-i686/ baobab/repos/gnome-unstable-i686/PKGBUILD (from rev 194822, baobab/trunk/PKGBUILD) baobab/repos/gnome-unstable-i686/baobab.install (from rev 194822, baobab/trunk/baobab.install) baobab/repos/gnome-unstable-x86_64/ baobab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194822, baobab/trunk/PKGBUILD) baobab/repos/gnome-unstable-x86_64/baobab.install (from rev 194822, baobab/trunk/baobab.install) --+ gnome-unstable-i686/PKGBUILD | 32 gnome-unstable-i686/baobab.install | 13 + gnome-unstable-x86_64/PKGBUILD | 32 gnome-unstable-x86_64/baobab.install | 13 + 4 files changed, 90 insertions(+) Copied: baobab/repos/gnome-unstable-i686/PKGBUILD (from rev 194822, baobab/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:32:14 UTC (rev 194823) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=baobab +pkgver=3.10 +pkgrel=1 +pkgdesc="A graphical directory tree analyzer" +arch=(i686 x86_64) +url="http://gnome.org"; +license=('GPL2') +depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection') +groups=('gnome') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz) +sha256sums=('6f4e309073c3834f957b957b03d388fd89900a1622a001d238ad6105c6e303ee') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # https://bugs.archlinux.org/task/31861 + sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop" +} + +# vim:set ts=2 sw=2 et: Copied: baobab/repos/gnome-unstable-i686/baobab.install (from rev 194822, baobab/trunk/baobab.install) === --- gnome-unstable-i686/baobab.install (rev 0) +++ gnome-unstable-i686/baobab.install 2013-09-23 18:32:14 UTC (rev 194823) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: baobab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194822, baobab/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:32:14 UTC (rev 194823) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=baobab +pkgver=3.10 +pkgrel=1 +pkgdesc="A graphical directory tree analyzer" +arch=(i686 x86_64) +url="http://gnome.org"; +license=('GPL2') +depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection') +groups=('gnome') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz) +sha256sums=('6f4e309073c3834f957b957b03d388fd89900a1622a001d238ad6105c6e303ee') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # https://bugs.archlinux.org/task/31861 + sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop" +} + +# vim:set ts=2 sw=2 et: Copied: baobab/repos/gnome-unstable-x86_64/baobab.install (from rev 194822, baobab/trunk/baobab.install) === --- gnome-unstable-x86_64/baobab.install(rev 0) +++ gnome-unstable-x86_64/baobab.install2013-09-23 18:32:14 UTC (rev 194823) @@ -0,0 +1,13 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +update-desktop-database -q +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +}
[arch-commits] Commit in gcr/repos (12 files)
Date: Monday, September 23, 2013 @ 21:16:28 Author: jgc Revision: 194844 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 194843, gcr/trunk/10-gcr.conf) gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 194843, gcr/trunk/PKGBUILD) gcr/repos/gnome-unstable-i686/gcr.install (from rev 194843, gcr/trunk/gcr.install) gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 194843, gcr/trunk/10-gcr.conf) gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194843, gcr/trunk/PKGBUILD) gcr/repos/gnome-unstable-x86_64/gcr.install (from rev 194843, gcr/trunk/gcr.install) Deleted: gcr/repos/gnome-unstable-i686/10-gcr.conf gcr/repos/gnome-unstable-i686/PKGBUILD gcr/repos/gnome-unstable-i686/gcr.install gcr/repos/gnome-unstable-x86_64/10-gcr.conf gcr/repos/gnome-unstable-x86_64/PKGBUILD gcr/repos/gnome-unstable-x86_64/gcr.install ---+ /10-gcr.conf |6 ++ /PKGBUILD | 80 /gcr.install | 28 gnome-unstable-i686/10-gcr.conf |3 - gnome-unstable-i686/PKGBUILD | 40 -- gnome-unstable-i686/gcr.install | 14 -- gnome-unstable-x86_64/10-gcr.conf |3 - gnome-unstable-x86_64/PKGBUILD| 40 -- gnome-unstable-x86_64/gcr.install | 14 -- 9 files changed, 114 insertions(+), 114 deletions(-) Deleted: gnome-unstable-i686/10-gcr.conf === --- gnome-unstable-i686/10-gcr.conf 2013-09-23 19:16:21 UTC (rev 194843) +++ gnome-unstable-i686/10-gcr.conf 2013-09-23 19:16:28 UTC (rev 194844) @@ -1,3 +0,0 @@ -@users - memlock 1024 - -# vim:set ft=limits: Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 194843, gcr/trunk/10-gcr.conf) === --- gnome-unstable-i686/10-gcr.conf (rev 0) +++ gnome-unstable-i686/10-gcr.conf 2013-09-23 19:16:28 UTC (rev 194844) @@ -0,0 +1,3 @@ +@users - memlock 1024 + +# vim:set ft=limits: Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 19:16:21 UTC (rev 194843) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:16:28 UTC (rev 194844) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gcr -pkgver=3.9.91 -pkgrel=1 -pkgdesc="A library for bits of crypto UI and parsing" -arch=(i686 x86_64) -url="http://www.gnome.org"; -license=('GPL2') -depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt') -makedepends=('intltool' 'gobject-introspection' 'python') -options=(!libtool) -install=gcr.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz -10-gcr.conf) -sha256sums=('c50f3e333611f26e1ac18524b721ae591e221cabf2ee9ffaea47d6d4f728d5cc' -'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ ---libexec=/usr/lib/gcr \ ---disable-static \ ---disable-update-mime \ ---disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # gcr wants to lock some memory to prevent swapping out private keys - # https://bugs.archlinux.org/task/32616 - # https://bugzilla.gnome.org/show_bug.cgi?id=688161 - install -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf" -} - -# vim:set ts=2 sw=2 et: Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 194843, gcr/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:16:28 UTC (rev 194844) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gcr +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A library for bits of crypto UI and parsing" +arch=(i686 x86_64) +url="http://www.gnome.org"; +license=('GPL2') +depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt') +makedepends=('intltool' 'gobject-introspection' 'python') +options=(!libtool) +install=gcr.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +10-gcr.conf) +sha256sums=('b689c679b244c1f47d773002c33dadc4111cddeb05bc2f3651826893fd43ff1b' +'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ +--libexec=/usr/lib/gcr \ +--disable-static \ +--disable-update-mime \ +--disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # gcr wants to lock some memory to prevent s
[arch-commits] Commit in gcr/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:16:21 Author: jgc Revision: 194843 upgpkg: gcr 3.10.0-1 Modified: gcr/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:12:56 UTC (rev 194842) +++ PKGBUILD2013-09-23 19:16:21 UTC (rev 194843) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gcr -pkgver=3.9.91 +pkgver=3.10.0 pkgrel=1 pkgdesc="A library for bits of crypto UI and parsing" arch=(i686 x86_64) @@ -12,9 +12,9 @@ makedepends=('intltool' 'gobject-introspection' 'python') options=(!libtool) install=gcr.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz 10-gcr.conf) -sha256sums=('c50f3e333611f26e1ac18524b721ae591e221cabf2ee9ffaea47d6d4f728d5cc' +sha256sums=('b689c679b244c1f47d773002c33dadc4111cddeb05bc2f3651826893fd43ff1b' '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc') build() {
[arch-commits] Commit in vte3/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:45:04 Author: heftig Revision: 194826 0.34.8 Modified: vte3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:41:29 UTC (rev 194825) +++ PKGBUILD2013-09-23 18:45:04 UTC (rev 194826) @@ -3,7 +3,7 @@ pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.34.7 +pkgver=0.34.8 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget for use with GTK3" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool' 'gobject-introspection' 'gtk3') url="http://www.gnome.org"; source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932') +sha256sums=('126ffb7d5a5da35639df003c84ff11ccc92f3fc8b1556d3e8b0f7314c8d909d0') build() { cd "vte-$pkgver"
[arch-commits] Commit in yelp/repos (8 files)
Date: Monday, September 23, 2013 @ 20:29:03 Author: jgc Revision: 194821 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: yelp/repos/gnome-unstable-i686/PKGBUILD (from rev 194820, yelp/trunk/PKGBUILD) yelp/repos/gnome-unstable-i686/yelp.install (from rev 194820, yelp/trunk/yelp.install) yelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194820, yelp/trunk/PKGBUILD) yelp/repos/gnome-unstable-x86_64/yelp.install (from rev 194820, yelp/trunk/yelp.install) Deleted: yelp/repos/gnome-unstable-i686/PKGBUILD yelp/repos/gnome-unstable-i686/yelp.install yelp/repos/gnome-unstable-x86_64/PKGBUILD yelp/repos/gnome-unstable-x86_64/yelp.install + /PKGBUILD | 62 +++ /yelp.install | 26 ++ gnome-unstable-i686/PKGBUILD | 31 - gnome-unstable-i686/yelp.install | 13 --- gnome-unstable-x86_64/PKGBUILD | 31 - gnome-unstable-x86_64/yelp.install | 13 --- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 18:28:57 UTC (rev 194820) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:29:03 UTC (rev 194821) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=yelp -pkgver=3.9.91 -pkgrel=1 -pkgdesc="A help browser for GNOME" -arch=('i686' 'x86_64') -depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2' - 'desktop-file-utils' 'dconf') -makedepends=('intltool' 'gtk-doc' 'itstool') -groups=('gnome') -license=('GPL') -options=('!emptydirs' '!libtool') -url="http://www.gnome.org"; -install=yelp.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8b0db4093477ffe344512f7361713bfaf23db640a470bfc87e30e580d52027dc') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: yelp/repos/gnome-unstable-i686/PKGBUILD (from rev 194820, yelp/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:29:03 UTC (rev 194821) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=yelp +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A help browser for GNOME" +arch=('i686' 'x86_64') +depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2' + 'desktop-file-utils' 'dconf') +makedepends=('intltool' 'gtk-doc' 'itstool') +groups=('gnome') +license=('GPL') +options=('!emptydirs' '!libtool') +url="http://www.gnome.org"; +install=yelp.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('146f64a9b69409bedc5a0af9376ff2a38e5a4adcfa93c52c95d4ea4dc868cbd2') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-i686/yelp.install === --- gnome-unstable-i686/yelp.install2013-09-23 18:28:57 UTC (rev 194820) +++ gnome-unstable-i686/yelp.install2013-09-23 18:29:03 UTC (rev 194821) @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: yelp/repos/gnome-unstable-i686/yelp.install (from rev 194820, yelp/trunk/yelp.install) === --- gnome-unstable-i686/yelp.install(rev 0) +++ gnome-unstable-i686/yelp.install2013-09-23 18:29:03 UTC (rev 194821) @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:28:57 UTC (rev 194820) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:29:03 UTC (rev 194821) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=yelp -pkgver=3.9.91 -pkgrel=1 -pkgdesc="A hel
[arch-commits] Commit in gnome-python-desktop/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:56:13 Author: jgc Revision: 194832 upgpkg: gnome-python-desktop 2.32.0-13 GNOME 3.10 rebuild Modified: gnome-python-desktop/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:54:57 UTC (rev 194831) +++ PKGBUILD2013-09-23 18:56:13 UTC (rev 194832) @@ -6,7 +6,7 @@ pkgbase=gnome-python-desktop pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck') pkgver=2.32.0 -pkgrel=12 +pkgrel=13 arch=(i686 x86_64) license=('GPL' 'LGPL') options=('!libtool')
[arch-commits] Commit in network-manager-applet/repos (6 files)
Date: Monday, September 23, 2013 @ 21:12:56 Author: heftig Revision: 194842 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: network-manager-applet/repos/gnome-unstable-i686/ network-manager-applet/repos/gnome-unstable-i686/PKGBUILD (from rev 194841, network-manager-applet/trunk/PKGBUILD) network-manager-applet/repos/gnome-unstable-i686/network-manager-applet.install (from rev 194841, network-manager-applet/trunk/network-manager-applet.install) network-manager-applet/repos/gnome-unstable-x86_64/ network-manager-applet/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194841, network-manager-applet/trunk/PKGBUILD) network-manager-applet/repos/gnome-unstable-x86_64/network-manager-applet.install (from rev 194841, network-manager-applet/trunk/network-manager-applet.install) --+ gnome-unstable-i686/PKGBUILD | 43 + gnome-unstable-i686/network-manager-applet.install | 18 +++ gnome-unstable-x86_64/PKGBUILD | 43 + gnome-unstable-x86_64/network-manager-applet.install | 18 +++ 4 files changed, 122 insertions(+) Copied: network-manager-applet/repos/gnome-unstable-i686/PKGBUILD (from rev 194841, network-manager-applet/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:12:56 UTC (rev 194842) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Arjan Timmerman +# Contributor: Wael Nasreddine +# Contributor: Tor Krill +# Contributor: Will Rea + +pkgname=network-manager-applet +pkgver=0.9.8.4 +pkgrel=2 +pkgdesc="GNOME frontends to NetWorkmanager" +arch=(i686 x86_64) +license=(GPL) +url="http://www.gnome.org/projects/NetworkManager/"; +depends=("networkmanager>=${pkgver%.*}" libsecret gtk3 libnotify + gnome-icon-theme mobile-broadband-provider-info iso-codes) +makedepends=(intltool gnome-bluetooth gobject-introspection) +optdepends=('gnome-bluetooth: for PAN/DUN support') +options=('!libtool' '!emptydirs') +install=network-manager-applet.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.9/$pkgname-$pkgver.tar.xz) +sha256sums=('f68849291047c94487279aab4a6cb90945ad351df02da621a73b413e6c6c198c') + +build() { + cd ${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/networkmanager \ + --disable-static \ + --disable-maintainer-mode \ + --disable-migration \ + --with-modem-manager-1 + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Property changes on: network-manager-applet/repos/gnome-unstable-i686/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: svn:mergeinfo Copied: network-manager-applet/repos/gnome-unstable-i686/network-manager-applet.install (from rev 194841, network-manager-applet/trunk/network-manager-applet.install) === --- gnome-unstable-i686/network-manager-applet.install (rev 0) +++ gnome-unstable-i686/network-manager-applet.install 2013-09-23 19:12:56 UTC (rev 194842) @@ -0,0 +1,18 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor +} + +pre_upgrade() { + if (( $(vercmp $2 0.9.6.0) < 0 )); then +gconfpkg --uninstall network-manager-applet + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: network-manager-applet/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194841, network-manager-applet/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:12:56 UTC (rev 194842) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Arjan Timmerman +# Contributor: Wael Nasreddine +# Contributor: Tor Krill +# Contributor: Will Rea + +pkgname=network-manager-applet +pkgver=0.9.8.4 +pkgrel=2 +pkgdesc="GNOME frontends to NetWorkmanager" +arch=(i686 x86_64) +license=(GPL) +url="http://www.gnome.org/projects/NetworkManager/"; +depends=("networkmanager>=${pkgver%.*}" libsecret gtk3 libnotify + gnome-icon-theme mobile-broadband-provider-info iso-codes) +makedepends=(intltool gnome-bluetooth gobject-introspection) +optdepends=('gnome-bluetooth: for PAN/DUN support') +options=('!libtool' '!emptydirs') +install=network-manager-applet.install +source=(http://ftp.gno
[arch-commits] Commit in clutter/repos (4 files)
Date: Monday, September 23, 2013 @ 21:12:08 Author: heftig Revision: 194841 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 194840, clutter/trunk/PKGBUILD) clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194840, clutter/trunk/PKGBUILD) Deleted: clutter/repos/gnome-unstable-i686/PKGBUILD clutter/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 68 +++ gnome-unstable-i686/PKGBUILD | 33 -- gnome-unstable-x86_64/PKGBUILD | 33 -- 3 files changed, 68 insertions(+), 66 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 19:11:33 UTC (rev 194840) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:12:08 UTC (rev 194841) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.15.96 -pkgrel=1 -pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" -arch=('i686' 'x86_64') -url="http://clutter-project.org/"; -options=('!libtool') -license=('LGPL') -depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev') -makedepends=('gobject-introspection') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7b8383f49e596be3dae6ba5d6dd6f3708b2530d6cab8a6fd425206ecd900284f') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --enable-introspection \ ---enable-wayland-backend --enable-egl-backend --enable-evdev-input - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 194840, clutter/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:12:08 UTC (rev 194841) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Sergej Pupykin +# Contributor: William Rea + +pkgname=clutter +pkgver=1.15.96 +pkgrel=2 +pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" +arch=('i686' 'x86_64') +url="http://clutter-project.org/"; +options=('!libtool') +license=('LGPL') +depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev') +makedepends=('gobject-introspection') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('7b8383f49e596be3dae6ba5d6dd6f3708b2530d6cab8a6fd425206ecd900284f') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --enable-introspection \ +--enable-wayland-backend --enable-egl-backend --enable-evdev-input \ +--enable-wayland-compositor + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:11:33 UTC (rev 194840) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:12:08 UTC (rev 194841) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.15.96 -pkgrel=1 -pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" -arch=('i686' 'x86_64') -url="http://clutter-project.org/"; -options=('!libtool') -license=('LGPL') -depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev') -makedepends=('gobject-introspection') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7b8383f49e596be3dae6ba5d6dd6f3708b2530d6cab8a6fd425206ecd900284f') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --enable-introspection \ ---enable-wayland-backend --enable-egl-backend --enable-evdev-input - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194840, clutter/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:12:08 UTC (rev 194841) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan de
[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:10:46 Author: heftig Revision: 194837 gnome-unstable rebuild Modified: network-manager-applet/trunk/PKGBUILD --+ PKGBUILD |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:06:37 UTC (rev 194836) +++ PKGBUILD2013-09-23 19:10:46 UTC (rev 194837) @@ -7,12 +7,12 @@ pkgname=network-manager-applet pkgver=0.9.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME frontends to NetWorkmanager" arch=(i686 x86_64) license=(GPL) url="http://www.gnome.org/projects/NetworkManager/"; -depends=("networkmanager>=${pkgver::5}" libsecret gtk3 libnotify +depends=("networkmanager>=${pkgver%.*}" libsecret gtk3 libnotify gnome-icon-theme mobile-broadband-provider-info iso-codes) makedepends=(intltool gnome-bluetooth gobject-introspection) optdepends=('gnome-bluetooth: for PAN/DUN support') @@ -30,6 +30,10 @@ --disable-maintainer-mode \ --disable-migration \ --with-modem-manager-1 + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make }
[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:11:33 Author: dreisner Revision: 194840 link to the git repo, not the arch homepage (FS#37019) Modified: mkinitcpio/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:11:04 UTC (rev 194839) +++ PKGBUILD2013-09-23 19:11:33 UTC (rev 194840) @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=('any') -url="http://www.archlinux.org/"; +url="https://projects.archlinux.org/mkinitcpio.git/"; license=('GPL') depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 'libarchive' 'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 'systemd')
[arch-commits] Commit in gnome-contacts/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 19:52:14 Author: jgc Revision: 194810 upgpkg: gnome-contacts 3.10-1 Modified: gnome-contacts/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:46:09 UTC (rev 194809) +++ PKGBUILD2013-09-23 17:52:14 UTC (rev 194810) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-contacts -pkgver=3.9.92 +pkgver=3.10 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -12,8 +12,8 @@ depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese') makedepends=('intltool' 'vala' 'gobject-introspection') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('dba9d90b100affa461d6b38273946d9e86d168687ecf5508c2ed2c528fede2be') +source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz) +sha256sums=('1cb57d81455ee44e50745452bfefdf74f9ad4e393661199005c665284cda20cf') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libgnome-keyring/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:10:56 Author: jgc Revision: 194838 upgpkg: libgnome-keyring 3.10.0-1 Modified: libgnome-keyring/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:10:46 UTC (rev 194837) +++ PKGBUILD2013-09-23 19:10:56 UTC (rev 194838) @@ -2,7 +2,7 @@ #Maintainer: Jan De Groot pkgname=libgnome-keyring -pkgver=3.9.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="GNOME keyring client library" arch=(i686 x86_64) @@ -13,7 +13,7 @@ options=('!libtool' '!emptydirs') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8eaca3d4f04ba834acb6c5037b26c3f0837ee4b71ccb380e7810052f7cde381b') +sha256sums=('3984e99338e6e610af320a637fa84fb9e795226cfd633d7c0db452c5ae43b560') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in vte3/repos (4 files)
Date: Monday, September 23, 2013 @ 20:45:48 Author: heftig Revision: 194827 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vte3/repos/extra-i686/PKGBUILD (from rev 194826, vte3/trunk/PKGBUILD) vte3/repos/extra-x86_64/PKGBUILD (from rev 194826, vte3/trunk/PKGBUILD) Deleted: vte3/repos/extra-i686/PKGBUILD vte3/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 40 extra-x86_64/PKGBUILD | 40 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-09-23 18:45:04 UTC (rev 194826) +++ extra-i686/PKGBUILD 2013-09-23 18:45:48 UTC (rev 194827) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgbase=vte3 -pkgname=(vte3 vte-common) -pkgver=0.34.7 -pkgrel=1 -pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -arch=('i686' 'x86_64') -license=('LGPL') -options=('!libtool' '!emptydirs') -makedepends=('intltool' 'gobject-introspection' 'gtk3') -url="http://www.gnome.org"; -source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932') - -build() { - cd "vte-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vte \ - --localstatedir=/var --disable-static \ - --enable-introspection - make -} - -package_vte3(){ - depends=('gtk3' 'vte-common') - cd "vte-$pkgver" - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/usr/lib/vte/gnome-pty-helper -} - -package_vte-common() { - pkgdesc="Common files used by vte and vte3" - depends=('glibc') - cd "vte-$pkgver" - - make -C gnome-pty-helper DESTDIR="$pkgdir" install -} Copied: vte3/repos/extra-i686/PKGBUILD (from rev 194826, vte3/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-09-23 18:45:48 UTC (rev 194827) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=vte3 +pkgname=(vte3 vte-common) +pkgver=0.34.8 +pkgrel=1 +pkgdesc="Virtual Terminal Emulator widget for use with GTK3" +arch=('i686' 'x86_64') +license=('LGPL') +options=('!libtool' '!emptydirs') +makedepends=('intltool' 'gobject-introspection' 'gtk3') +url="http://www.gnome.org"; +source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) +sha256sums=('126ffb7d5a5da35639df003c84ff11ccc92f3fc8b1556d3e8b0f7314c8d909d0') + +build() { + cd "vte-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/vte \ + --localstatedir=/var --disable-static \ + --enable-introspection + make +} + +package_vte3(){ + depends=('gtk3' 'vte-common') + cd "vte-$pkgver" + make DESTDIR="$pkgdir" install + + rm "$pkgdir"/usr/lib/vte/gnome-pty-helper +} + +package_vte-common() { + pkgdesc="Common files used by vte and vte3" + depends=('glibc') + cd "vte-$pkgver" + + make -C gnome-pty-helper DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-09-23 18:45:04 UTC (rev 194826) +++ extra-x86_64/PKGBUILD 2013-09-23 18:45:48 UTC (rev 194827) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgbase=vte3 -pkgname=(vte3 vte-common) -pkgver=0.34.7 -pkgrel=1 -pkgdesc="Virtual Terminal Emulator widget for use with GTK3" -arch=('i686' 'x86_64') -license=('LGPL') -options=('!libtool' '!emptydirs') -makedepends=('intltool' 'gobject-introspection' 'gtk3') -url="http://www.gnome.org"; -source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz) -sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932') - -build() { - cd "vte-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vte \ - --localstatedir=/var --disable-static \ - --enable-introspection - make -} - -package_vte3(){ - depends=('gtk3' 'vte-common') - cd "vte-$pkgver" - make DESTDIR="$pkgdir" install - - rm "$pkgdir"/usr/lib/vte/gnome-pty-helper -} - -package_vte-common() { - pkgdesc="Common files used by vte and vte3" - depends=('glibc') - cd "vte-$pkgver" - - make -C gnome-pty-helper DESTDIR="$pkgdir" install -} Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 194826, vte3/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-09-23 18:45:48 UTC (rev 194827) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgbase=vte3 +pkgname=(vte3 vte-common) +pkgver=0.34.8 +pkgrel=1 +pkgdesc="Virtual Terminal Emulator widget for use with GTK3" +arch=('i686' 'x86_64') +license=('LGPL') +options=(
[arch-commits] Commit in libgnome-keyring/repos (4 files)
Date: Monday, September 23, 2013 @ 21:11:04 Author: jgc Revision: 194839 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194838, libgnome-keyring/trunk/PKGBUILD) libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194838, libgnome-keyring/trunk/PKGBUILD) Deleted: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 58 +++ gnome-unstable-i686/PKGBUILD | 29 --- gnome-unstable-x86_64/PKGBUILD | 29 --- 3 files changed, 58 insertions(+), 58 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 19:10:56 UTC (rev 194838) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:11:04 UTC (rev 194839) @@ -1,29 +0,0 @@ -#$Id$ -#Maintainer: Jan De Groot - -pkgname=libgnome-keyring -pkgver=3.9.1 -pkgrel=1 -pkgdesc="GNOME keyring client library" -arch=(i686 x86_64) -license=('GPL' 'LGPL') -depends=('dbus-core' 'glib2' 'libgcrypt') -makedepends=('intltool' 'gobject-introspection') -optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)') -options=('!libtool' '!emptydirs') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8eaca3d4f04ba834acb6c5037b26c3f0837ee4b71ccb380e7810052f7cde381b') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --libexecdir=/usr/lib/gnome-keyring - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 194838, libgnome-keyring/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:11:04 UTC (rev 194839) @@ -0,0 +1,29 @@ +#$Id$ +#Maintainer: Jan De Groot + +pkgname=libgnome-keyring +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GNOME keyring client library" +arch=(i686 x86_64) +license=('GPL' 'LGPL') +depends=('dbus-core' 'glib2' 'libgcrypt') +makedepends=('intltool' 'gobject-introspection') +optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('3984e99338e6e610af320a637fa84fb9e795226cfd633d7c0db452c5ae43b560') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/gnome-keyring + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:10:56 UTC (rev 194838) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:11:04 UTC (rev 194839) @@ -1,29 +0,0 @@ -#$Id$ -#Maintainer: Jan De Groot - -pkgname=libgnome-keyring -pkgver=3.9.1 -pkgrel=1 -pkgdesc="GNOME keyring client library" -arch=(i686 x86_64) -license=('GPL' 'LGPL') -depends=('dbus-core' 'glib2' 'libgcrypt') -makedepends=('intltool' 'gobject-introspection') -optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)') -options=('!libtool' '!emptydirs') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8eaca3d4f04ba834acb6c5037b26c3f0837ee4b71ccb380e7810052f7cde381b') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --libexecdir=/usr/lib/gnome-keyring - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194838, libgnome-keyring/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:11:04 UTC (rev 194839) @@ -0,0 +1,29 @@ +#$Id$ +#Maintainer: Jan De Groot + +pkgname=libgnome-keyring +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GNOME keyring client library" +arch=(i686 x86_64) +license=('GPL' 'LGPL') +depends=('dbus-core' 'glib2' 'libgcrypt') +makedepends=('intltool' 'gobject-introspection') +optdepends=('gnome-keyring: key storage se
[arch-commits] Commit in yelp/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:28:57 Author: jgc Revision: 194820 upgpkg: yelp 3.10.0-1 Modified: yelp/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:25:37 UTC (rev 194819) +++ PKGBUILD2013-09-23 18:28:57 UTC (rev 194820) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=yelp -pkgver=3.9.91 +pkgver=3.10.0 pkgrel=1 pkgdesc="A help browser for GNOME" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ url="http://www.gnome.org"; install=yelp.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8b0db4093477ffe344512f7361713bfaf23db640a470bfc87e30e580d52027dc') +sha256sums=('146f64a9b69409bedc5a0af9376ff2a38e5a4adcfa93c52c95d4ea4dc868cbd2') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gtk3/repos (12 files)
Date: Monday, September 23, 2013 @ 21:06:37 Author: jgc Revision: 194836 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 194835, gtk3/trunk/PKGBUILD) gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 194835, gtk3/trunk/gtk3.install) gtk3/repos/gnome-unstable-i686/settings.ini (from rev 194835, gtk3/trunk/settings.ini) gtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194835, gtk3/trunk/PKGBUILD) gtk3/repos/gnome-unstable-x86_64/gtk3.install (from rev 194835, gtk3/trunk/gtk3.install) gtk3/repos/gnome-unstable-x86_64/settings.ini (from rev 194835, gtk3/trunk/settings.ini) Deleted: gtk3/repos/gnome-unstable-i686/PKGBUILD gtk3/repos/gnome-unstable-i686/gtk3.install gtk3/repos/gnome-unstable-i686/settings.ini gtk3/repos/gnome-unstable-x86_64/PKGBUILD gtk3/repos/gnome-unstable-x86_64/gtk3.install gtk3/repos/gnome-unstable-x86_64/settings.ini + /PKGBUILD | 88 +++ /gtk3.install | 32 /settings.ini |4 + gnome-unstable-i686/PKGBUILD | 44 - gnome-unstable-i686/gtk3.install | 16 -- gnome-unstable-i686/settings.ini |2 gnome-unstable-x86_64/PKGBUILD | 44 - gnome-unstable-x86_64/gtk3.install | 16 -- gnome-unstable-x86_64/settings.ini |2 9 files changed, 124 insertions(+), 124 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 19:06:29 UTC (rev 194835) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:06:37 UTC (rev 194836) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gtk3 -pkgver=3.9.16 -pkgrel=1 -pkgdesc="GObject-based multi-platform GUI toolkit (v3)" -arch=(i686 x86_64) -url="http://www.gtk.org/"; -install=gtk3.install -depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon) -makedepends=(gobject-introspection) -options=('!libtool') -backup=(etc/gtk-3.0/settings.ini) -license=(LGPL) -source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz -settings.ini) -sha256sums=('1a894c0262c71809fd34be6f47c0493bd62953666b2eb14971e73de9c42bd6dc' -'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') - -build() { -cd "gtk+-$pkgver" - -CXX=/bin/false ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-gtk2-dependency \ ---disable-schemas-compile \ ---enable-x11-backend \ ---enable-broadway-backend \ ---enable-wayland-backend - -#https://bugzilla.gnome.org/show_bug.cgi?id=655517 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd "gtk+-$pkgver" -make DESTDIR="$pkgdir" install - -install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini" -} Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 194835, gtk3/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 19:06:37 UTC (rev 194836) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gtk3 +pkgver=3.10.0 +pkgrel=1 +pkgdesc="GObject-based multi-platform GUI toolkit (v3)" +arch=(i686 x86_64) +url="http://www.gtk.org/"; +install=gtk3.install +depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk wayland libxkbcommon) +makedepends=(gobject-introspection) +options=('!libtool') +backup=(etc/gtk-3.0/settings.ini) +license=(LGPL) +source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz +settings.ini) +sha256sums=('6559feb360cd935d341cd7a0b69a72f8f4346ed6ee9b7c4040c02b73b75c53fe' +'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') + +build() { +cd "gtk+-$pkgver" + +CXX=/bin/false ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-gtk2-dependency \ +--disable-schemas-compile \ +--enable-x11-backend \ +--enable-broadway-backend \ +--enable-wayland-backend + +#https://bugzilla.gnome.org/show_bug.cgi?id=655517 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd "gtk+-$pkgver" +make DESTDIR="$pkgdir" install + +install -Dm644 "$srcdir/settings.ini" "$pkgdir/etc/gtk-3.0/settings.ini" +} Deleted: gnome-unstable-i686/gtk3.install ===
[arch-commits] Commit in gnome-font-viewer/repos (6 files)
Date: Monday, September 23, 2013 @ 20:41:29 Author: jgc Revision: 194825 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-font-viewer/repos/gnome-unstable-i686/ gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD (from rev 194824, gnome-font-viewer/trunk/PKGBUILD) gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install (from rev 194824, gnome-font-viewer/trunk/gnome-font-viewer.install) gnome-font-viewer/repos/gnome-unstable-x86_64/ gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194824, gnome-font-viewer/trunk/PKGBUILD) gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install (from rev 194824, gnome-font-viewer/trunk/gnome-font-viewer.install) -+ gnome-unstable-i686/PKGBUILD| 28 ++ gnome-unstable-i686/gnome-font-viewer.install | 11 gnome-unstable-x86_64/PKGBUILD | 28 ++ gnome-unstable-x86_64/gnome-font-viewer.install | 11 4 files changed, 78 insertions(+) Copied: gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD (from rev 194824, gnome-font-viewer/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:41:29 UTC (rev 194825) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-font-viewer +pkgver=3.9.90 +pkgrel=1 +pkgdesc="GNOME font viewer and thumbnailer" +arch=(i686 x86_64) +license=('GPL') +depends=('gtk3' 'desktop-file-utils' 'gnome-desktop') +makedepends=('intltool') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-font-viewer.install +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f981d5c5ce96bb1f6723bc967e1b24569390753e8fd50b1ad4b6a9ef779edfb0') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install (from rev 194824, gnome-font-viewer/trunk/gnome-font-viewer.install) === --- gnome-unstable-i686/gnome-font-viewer.install (rev 0) +++ gnome-unstable-i686/gnome-font-viewer.install 2013-09-23 18:41:29 UTC (rev 194825) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194824, gnome-font-viewer/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:41:29 UTC (rev 194825) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=gnome-font-viewer +pkgver=3.9.90 +pkgrel=1 +pkgdesc="GNOME font viewer and thumbnailer" +arch=(i686 x86_64) +license=('GPL') +depends=('gtk3' 'desktop-file-utils' 'gnome-desktop') +makedepends=('intltool') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-font-viewer.install +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('f981d5c5ce96bb1f6723bc967e1b24569390753e8fd50b1ad4b6a9ef779edfb0') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install (from rev 194824, gnome-font-viewer/trunk/gnome-font-viewer.install) === --- gnome-unstable-x86_64/gnome-font-viewer.install (rev 0) +++ gnome-unstable-x86_64/gnome-font-viewer.install 2013-09-23 18:41:29 UTC (rev 194825) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in flightgear-data/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, September 23, 2013 @ 20:21:53 Author: spupykin Revision: 97541 archrelease: copy trunk to community-any Added: flightgear-data/repos/community-any/PKGBUILD (from rev 97540, flightgear-data/trunk/PKGBUILD) Deleted: flightgear-data/repos/community-any/PKGBUILD --+ PKGBUILD | 48 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-23 18:21:22 UTC (rev 97540) +++ PKGBUILD2013-09-23 18:21:53 UTC (rev 97541) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: William Rea -# Contributor: Hans Janssen - -pkgname=flightgear-data -pkgver=2.10.0 -pkgrel=1 -pkgdesc="Base-Data for the opensource flight-simulator." -arch=(any) -license=(GPL) -url="http://www.flightgear.org"; -options=(!strip) -#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/fgdata/archive-tarball/release/$pkgver";) -#source=("ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/FlightGear-data-$pkgver.tar.bz2";) -source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2";) -md5sums=('82a9cbc81313195a7ed1aa87a9a2a0b3') - -package() { - cd $srcdir - mkdir -p $pkgdir/usr/share/flightgear - mv data/ $pkgdir/usr/share/flightgear/data - chown root:root $pkgdir/usr/share/flightgear/data -} Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 97540, flightgear-data/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-23 18:21:53 UTC (rev 97541) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: William Rea +# Contributor: Hans Janssen + +pkgname=flightgear-data +pkgver=2.12.0 +pkgrel=1 +pkgdesc="Base-Data for the opensource flight-simulator." +arch=(any) +license=(GPL) +url="http://www.flightgear.org"; +options=(!strip) +#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/fgdata/archive-tarball/release/$pkgver";) +#source=("ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/FlightGear-data-$pkgver.tar.bz2";) +source=("FlightGear-data-$pkgver.tar.bz2::http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz";) +md5sums=('049cfa1f7bc7de528630c2a41c6ad6eb') + +package() { + cd $srcdir + mkdir -p $pkgdir/usr/share/flightgear + mv fgdata/ $pkgdir/usr/share/flightgear/data + chown root:root $pkgdir/usr/share/flightgear/data +}
[arch-commits] Commit in gnome-python-desktop/repos (6 files)
Date: Monday, September 23, 2013 @ 20:56:18 Author: jgc Revision: 194833 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-python-desktop/repos/gnome-unstable-i686/ gnome-python-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194832, gnome-python-desktop/trunk/PKGBUILD) gnome-python-desktop/repos/gnome-unstable-i686/gnome-python-desktop-2.32.0-metacity-build.patch (from rev 194832, gnome-python-desktop/trunk/gnome-python-desktop-2.32.0-metacity-build.patch) gnome-python-desktop/repos/gnome-unstable-x86_64/ gnome-python-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194832, gnome-python-desktop/trunk/PKGBUILD) gnome-python-desktop/repos/gnome-unstable-x86_64/gnome-python-desktop-2.32.0-metacity-build.patch (from rev 194832, gnome-python-desktop/trunk/gnome-python-desktop-2.32.0-metacity-build.patch) + gnome-unstable-i686/PKGBUILD | 107 ++ gnome-unstable-i686/gnome-python-desktop-2.32.0-metacity-build.patch | 42 +++ gnome-unstable-x86_64/PKGBUILD | 107 ++ gnome-unstable-x86_64/gnome-python-desktop-2.32.0-metacity-build.patch | 42 +++ 4 files changed, 298 insertions(+) Copied: gnome-python-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 194832, gnome-python-desktop/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:56:18 UTC (rev 194833) @@ -0,0 +1,107 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Arjan Timmerman +# Contributor: Wael Nasreddine + +pkgbase=gnome-python-desktop +pkgname=('gnome-python-desktop' 'python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck') +pkgver=2.32.0 +pkgrel=13 +arch=(i686 x86_64) +license=('GPL' 'LGPL') +options=('!libtool') +makedepends=('intltool' 'pkg-config' 'gnome-python' 'libgtop' 'totem-plparser' 'gnome-desktop2' 'metacity' 'librsvg' 'libwnck') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2 +gnome-python-desktop-2.32.0-metacity-build.patch) +sha256sums=('09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9' +'f012f9bd2f9baa527f07ad2f6e312c875bb6f2d3204270a1b053278a3a0c86b3') + +build() { + cd "${srcdir}/${pkgbase}-${pkgver}" + patch -p1 -i ../gnome-python-desktop-2.32.0-metacity-build.patch + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-metacity + make +} + +package_gnome-python-desktop() { + depends=('python2-gnomedesktop' 'python2-gnomekeyring' 'python2-gtop' 'python2-metacity' 'python2-rsvg' 'python2-totem-plparser' 'python2-wnck' 'gnome-python') + pkgdesc="Python bindings for the GNOME desktop environment" + + cd "${srcdir}/${pkgbase}-${pkgver}" + make install-pkgconfigDATA DESTDIR="${pkgdir}" +} + +package_python2-gnomedesktop() { + depends=('pygtk' 'gnome-desktop2' 'python2-gnomevfs') + pkgdesc="Python bindings for gnome-desktop 2.x" + conflicts=('python-gnomedesktop<=2.32.0-10') + replaces=('python-gnomedesktop<=2.32.0-10') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make -C gnomedesktop install DESTDIR="${pkgdir}" +} + +package_python2-gnomekeyring() { + depends=('pygtk' 'libgnome-keyring') + pkgdesc="Python bindings for libgnome-keyring" + conflicts=('python-gnomekeyring<=2.32.0-10') + replaces=('python-gnomekeyring<=2.32.0-10') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make -C gnomekeyring install DESTDIR="${pkgdir}" +} + +package_python2-gtop() { + depends=('pygtk' 'libgtop') + pkgdesc="Python bindings for libgtop" + conflicts=('python-gtop<=2.32.0-10') + replaces=('python-gtop<=2.32.0-10') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make -C gtop install DESTDIR="${pkgdir}" +} + +package_python2-metacity() { + depends=('pygtk' 'metacity') + pkgdesc="Python bindings for metacity" + conflicts=('python-metacity<=2.32.0-10') + replaces=('python-metacity<=2.32.0-10') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make -C metacity install DESTDIR="${pkgdir}" +} + +package_python2-rsvg() { + depends=('pygtk' 'librsvg') + pkgdesc="Python bindings for librsvg" + conflicts=('python-rsvg<=2.32.0-10') + replaces=('python-rsvg<=2.32.0-10') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make -C rsvg install DESTDIR="${pkgdir}" + install -m755 -d "${pkgdir}/usr/share/pygtk/2.0/defs" + install -m644 rsvg/rsvg.defs "${pkgdir}/usr/share/pygtk/2.0/defs/" +} + +package_python2-totem-plparser() { + depends=('pygtk' 'totem-plparser' 'python2-gnomevfs') + pkgdesc="Python bindings for totem-plparser" + conflicts=('python-totem-plparser<=2.32.0-10') + replaces=('python-totem-plparser<=2.32.0-10') + + cd "${src
[arch-commits] Commit in gtk3/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:06:29 Author: jgc Revision: 194835 upgpkg: gtk3 3.10.0-1 Modified: gtk3/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 19:06:13 UTC (rev 194834) +++ PKGBUILD2013-09-23 19:06:29 UTC (rev 194835) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gtk3 -pkgver=3.9.16 +pkgver=3.10.0 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit (v3)" arch=(i686 x86_64) @@ -15,7 +15,7 @@ license=(LGPL) source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz settings.ini) -sha256sums=('1a894c0262c71809fd34be6f47c0493bd62953666b2eb14971e73de9c42bd6dc' +sha256sums=('6559feb360cd935d341cd7a0b69a72f8f4346ed6ee9b7c4040c02b73b75c53fe' 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621') build() {
[arch-commits] Commit in clutter/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 21:06:13 Author: heftig Revision: 194834 enable compositor support Modified: clutter/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:56:18 UTC (rev 194833) +++ PKGBUILD2013-09-23 19:06:13 UTC (rev 194834) @@ -5,7 +5,7 @@ pkgname=clutter pkgver=1.15.96 -pkgrel=1 +pkgrel=2 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') url="http://clutter-project.org/"; @@ -19,7 +19,8 @@ build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --enable-introspection \ ---enable-wayland-backend --enable-egl-backend --enable-evdev-input +--enable-wayland-backend --enable-egl-backend --enable-evdev-input \ +--enable-wayland-compositor # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
[arch-commits] Commit in gnome-terminal/repos (6 files)
Date: Monday, September 23, 2013 @ 20:54:57 Author: heftig Revision: 194831 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-terminal/repos/gnome-unstable-i686/ gnome-terminal/repos/gnome-unstable-i686/PKGBUILD (from rev 194830, gnome-terminal/trunk/PKGBUILD) gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install (from rev 194830, gnome-terminal/trunk/gnome-terminal.install) gnome-terminal/repos/gnome-unstable-x86_64/ gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194830, gnome-terminal/trunk/PKGBUILD) gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install (from rev 194830, gnome-terminal/trunk/gnome-terminal.install) --+ gnome-unstable-i686/PKGBUILD | 35 + gnome-unstable-i686/gnome-terminal.install | 13 + gnome-unstable-x86_64/PKGBUILD | 35 + gnome-unstable-x86_64/gnome-terminal.install | 13 + 4 files changed, 96 insertions(+) Copied: gnome-terminal/repos/gnome-unstable-i686/PKGBUILD (from rev 194830, gnome-terminal/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:54:57 UTC (rev 194831) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-terminal +pkgver=3.9.92 +pkgrel=1 +pkgdesc="The GNOME Terminal Emulator" +arch=(i686 x86_64) +license=(GPL) +depends=(vte3 gsettings-desktop-schemas dconf) +makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf) +optdepends=('gconf: settings migration when upgrading from older version') +options=('!emptydirs' '!libtool') +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-terminal.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('fe0917efcfa3825a14694bdf9d400d6eef7b8617ece7e851cce232b79a3c1ede') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install (from rev 194830, gnome-terminal/trunk/gnome-terminal.install) === --- gnome-unstable-i686/gnome-terminal.install (rev 0) +++ gnome-unstable-i686/gnome-terminal.install 2013-09-23 18:54:57 UTC (rev 194831) @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then +gconfpkg --uninstall gnome-terminal + fi +} + +post_upgrade() { + post_install $1 +} Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194830, gnome-terminal/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:54:57 UTC (rev 194831) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-terminal +pkgver=3.9.92 +pkgrel=1 +pkgdesc="The GNOME Terminal Emulator" +arch=(i686 x86_64) +license=(GPL) +depends=(vte3 gsettings-desktop-schemas dconf) +makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf) +optdepends=('gconf: settings migration when upgrading from older version') +options=('!emptydirs' '!libtool') +url="http://www.gnome.org"; +groups=('gnome') +install=gnome-terminal.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('fe0917efcfa3825a14694bdf9d400d6eef7b8617ece7e851cce232b79a3c1ede') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--libexecdir=/usr/lib/$pkgname --disable-static + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install (from rev 194830, gnome-terminal/trunk/gnome-terminal.install) === --- gnome-unstable-x86_64/gnome-terminal.install (rev 0) +++ gnome-unstable-x86_64/gnome-terminal.install2013-09-23 18:54:57 UTC (rev 194831) @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +pre_upgrade() { + if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then +gconfpkg --uninstall gnome-terminal + fi +} + +post_upgrade() { + post_install
[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:54:02 Author: heftig Revision: 194830 3.9.92 Modified: gnome-terminal/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:51:53 UTC (rev 194829) +++ PKGBUILD2013-09-23 18:54:02 UTC (rev 194830) @@ -2,13 +2,13 @@ # Maintainer: Jan de Groot pkgname=gnome-terminal -pkgver=3.8.4 +pkgver=3.9.92 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=(GPL) -depends=(vte3 gsettings-desktop-schemas libsm dconf) -makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils python2 gconf) +depends=(vte3 gsettings-desktop-schemas dconf) +makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf) optdepends=('gconf: settings migration when upgrading from older version') options=('!emptydirs' '!libtool') url="http://www.gnome.org"; @@ -15,7 +15,7 @@ groups=('gnome') install=gnome-terminal.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('5c1a1db9b4c5eb5780137bed5ed6a05afd82053bd5b2ad41180d4617c56a3f22') +sha256sums=('fe0917efcfa3825a14694bdf9d400d6eef7b8617ece7e851cce232b79a3c1ede') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-user-share/repos (6 files)
Date: Monday, September 23, 2013 @ 20:51:53 Author: jgc Revision: 194829 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: gnome-user-share/repos/gnome-unstable-i686/ gnome-user-share/repos/gnome-unstable-i686/PKGBUILD (from rev 194828, gnome-user-share/trunk/PKGBUILD) gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install (from rev 194828, gnome-user-share/trunk/gnome-user-share.install) gnome-user-share/repos/gnome-unstable-x86_64/ gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194828, gnome-user-share/trunk/PKGBUILD) gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install (from rev 194828, gnome-user-share/trunk/gnome-user-share.install) + gnome-unstable-i686/PKGBUILD | 30 +++ gnome-unstable-i686/gnome-user-share.install | 12 + gnome-unstable-x86_64/PKGBUILD | 30 +++ gnome-unstable-x86_64/gnome-user-share.install | 12 + 4 files changed, 84 insertions(+) Copied: gnome-user-share/repos/gnome-unstable-i686/PKGBUILD (from rev 194828, gnome-user-share/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:51:53 UTC (rev 194829) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Roman Kyrylych + +pkgname=gnome-user-share +pkgver=3.9.91 +pkgrel=1 +pkgdesc="Easy to use user-level file sharing for GNOME." +arch=('i686' 'x86_64') +url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/"; +license=('GPL') +depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra') +makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 'dbus-glib') +options=('!emptydirs' '!libtool') +groups=('gnome') +install=gnome-user-share.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('a996edfb2c0dfc27d042c796cfdf009b482bed162ae1ae4239245f0f36660656') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/gnome-user-share \ + --localstatedir=/var --enable-bluetooth + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install (from rev 194828, gnome-user-share/trunk/gnome-user-share.install) === --- gnome-unstable-i686/gnome-user-share.install (rev 0) +++ gnome-unstable-i686/gnome-user-share.install2013-09-23 18:51:53 UTC (rev 194829) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194828, gnome-user-share/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:51:53 UTC (rev 194829) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Roman Kyrylych + +pkgname=gnome-user-share +pkgver=3.9.91 +pkgrel=1 +pkgdesc="Easy to use user-level file sharing for GNOME." +arch=('i686' 'x86_64') +url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/"; +license=('GPL') +depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra') +makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 'dbus-glib') +options=('!emptydirs' '!libtool') +groups=('gnome') +install=gnome-user-share.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('a996edfb2c0dfc27d042c796cfdf009b482bed162ae1ae4239245f0f36660656') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/gnome-user-share \ + --localstatedir=/var --enable-bluetooth + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install (from rev 194828, gnome-user-share/trunk/gnome-user-share.install) === --- gnome-unstable-x86_64/gnome-user-share.install (rev 0) +++ gnome-unstable-x86_64/gnome-user-share.install 2013-09-23 18:51:53 UTC (rev 194829) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f
[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:51:47 Author: jgc Revision: 194828 upgpkg: gnome-user-share 3.9.91-1 Modified: gnome-user-share/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:45:48 UTC (rev 194827) +++ PKGBUILD2013-09-23 18:51:47 UTC (rev 194828) @@ -2,25 +2,25 @@ # Maintainer: Roman Kyrylych pkgname=gnome-user-share -pkgver=3.8.3 +pkgver=3.9.91 pkgrel=1 pkgdesc="Easy to use user-level file sharing for GNOME." arch=('i686' 'x86_64') url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/"; license=('GPL') -depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra' 'dbus-glib') -makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl') +depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra') +makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 'dbus-glib') options=('!emptydirs' '!libtool') groups=('gnome') install=gnome-user-share.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('e6f36eaf66fafad2f6ec959ba2cb143b60ff00eb9a94a65b181411b366f2a26f') +sha256sums=('a996edfb2c0dfc27d042c796cfdf009b482bed162ae1ae4239245f0f36660656') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/gnome-user-share \ - --localstatedir=/var + --localstatedir=/var --enable-bluetooth make }
[arch-commits] Commit in yelp-tools/repos/gnome-unstable-any (PKGBUILD PKGBUILD)
Date: Monday, September 23, 2013 @ 20:25:37 Author: jgc Revision: 194819 archrelease: copy trunk to gnome-unstable-any Added: yelp-tools/repos/gnome-unstable-any/PKGBUILD (from rev 194818, yelp-tools/trunk/PKGBUILD) Deleted: yelp-tools/repos/gnome-unstable-any/PKGBUILD --+ PKGBUILD | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-23 18:25:32 UTC (rev 194818) +++ PKGBUILD2013-09-23 18:25:37 UTC (rev 194819) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=yelp-tools -pkgver=3.9.90 -pkgrel=1 -pkgdesc="Tools for creating Yelp documentation" -arch=('any') -depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool') -license=('GPL') -options=('!emptydirs' '!libtool') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0c4b84cc33806570c7d745807ca881638d6bff6c8034ce775b0475a9f5078137') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: yelp-tools/repos/gnome-unstable-any/PKGBUILD (from rev 194818, yelp-tools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-23 18:25:37 UTC (rev 194819) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=yelp-tools +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Tools for creating Yelp documentation" +arch=('any') +depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool') +license=('GPL') +options=('!emptydirs' '!libtool') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('ff5e1102631049b08e3ef0ade2cd10e63a62a812690e3d8558ed1413baef2611') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in yelp-tools/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:25:32 Author: jgc Revision: 194818 upgpkg: yelp-tools 3.10.0-1 Modified: yelp-tools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:22:39 UTC (rev 194817) +++ PKGBUILD2013-09-23 18:25:32 UTC (rev 194818) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=yelp-tools -pkgver=3.9.90 +pkgver=3.10.0 pkgrel=1 pkgdesc="Tools for creating Yelp documentation" arch=('any') @@ -12,7 +12,7 @@ options=('!emptydirs' '!libtool') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0c4b84cc33806570c7d745807ca881638d6bff6c8034ce775b0475a9f5078137') +sha256sums=('ff5e1102631049b08e3ef0ade2cd10e63a62a812690e3d8558ed1413baef2611') build() { cd $pkgname-$pkgver
[arch-commits] Commit in yelp-xsl/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:22:34 Author: jgc Revision: 194816 upgpkg: yelp-xsl 3.10.0-1 Modified: yelp-xsl/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 18:20:12 UTC (rev 194815) +++ PKGBUILD2013-09-23 18:22:34 UTC (rev 194816) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) pkgname=yelp-xsl -pkgver=3.9.90 +pkgver=3.10.0 pkgrel=1 pkgdesc="Stylesheets for Yelp" arch=(any) @@ -11,7 +11,7 @@ options=('!emptydirs') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('315ec5d54da040d5206273c8d65c254fe70deebb0bb5ae7f9838a294129e0731') +sha256sums=('cf5af9978b86e32e4adef01d128f491badb3b24b1f16569ad7bced1bfbbde502') build() { cd $pkgname-$pkgver
[arch-commits] Commit in yelp-xsl/repos/gnome-unstable-any (PKGBUILD PKGBUILD)
Date: Monday, September 23, 2013 @ 20:22:39 Author: jgc Revision: 194817 archrelease: copy trunk to gnome-unstable-any Added: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 194816, yelp-xsl/trunk/PKGBUILD) Deleted: yelp-xsl/repos/gnome-unstable-any/PKGBUILD --+ PKGBUILD | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-23 18:22:34 UTC (rev 194816) +++ PKGBUILD2013-09-23 18:22:39 UTC (rev 194817) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) - -pkgname=yelp-xsl -pkgver=3.9.90 -pkgrel=1 -pkgdesc="Stylesheets for Yelp" -arch=(any) -makedepends=(intltool libxslt libxml2 itstool) -license=(GPL) -options=('!emptydirs') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('315ec5d54da040d5206273c8d65c254fe70deebb0bb5ae7f9838a294129e0731') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 194816, yelp-xsl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-23 18:22:39 UTC (rev 194817) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=yelp-xsl +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Stylesheets for Yelp" +arch=(any) +makedepends=(intltool libxslt libxml2 itstool) +license=(GPL) +options=('!emptydirs') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('cf5af9978b86e32e4adef01d128f491badb3b24b1f16569ad7bced1bfbbde502') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in cheese/repos (6 files)
Date: Monday, September 23, 2013 @ 19:31:58 Author: jgc Revision: 194803 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: cheese/repos/gnome-unstable-i686/ cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 194802, cheese/trunk/PKGBUILD) cheese/repos/gnome-unstable-i686/cheese.install (from rev 194802, cheese/trunk/cheese.install) cheese/repos/gnome-unstable-x86_64/ cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194802, cheese/trunk/PKGBUILD) cheese/repos/gnome-unstable-x86_64/cheese.install (from rev 194802, cheese/trunk/cheese.install) --+ gnome-unstable-i686/PKGBUILD | 35 + gnome-unstable-i686/cheese.install | 12 +++ gnome-unstable-x86_64/PKGBUILD | 35 + gnome-unstable-x86_64/cheese.install | 12 +++ 4 files changed, 94 insertions(+) Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 194802, cheese/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 17:31:58 UTC (rev 194803) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=cheese +pkgver=3.9.92 +pkgrel=1 +pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" +arch=(i686 x86_64) +license=('GPL') +depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 'hicolor-icon-theme') +makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala') +optdepends=('frei0r-plugins: More camera effects') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org/projects/cheese/"; +install=cheese.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('5ec9c804e11b799c1684b8ccab445c945bde66a60ea5b064de9b5e97bf54882f') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --disable-schemas-compile + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: cheese/repos/gnome-unstable-i686/cheese.install (from rev 194802, cheese/trunk/cheese.install) === --- gnome-unstable-i686/cheese.install (rev 0) +++ gnome-unstable-i686/cheese.install 2013-09-23 17:31:58 UTC (rev 194803) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194802, cheese/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 17:31:58 UTC (rev 194803) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=cheese +pkgver=3.9.92 +pkgrel=1 +pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" +arch=(i686 x86_64) +license=('GPL') +depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 'hicolor-icon-theme') +makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala') +optdepends=('frei0r-plugins: More camera effects') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org/projects/cheese/"; +install=cheese.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('5ec9c804e11b799c1684b8ccab445c945bde66a60ea5b064de9b5e97bf54882f') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --disable-schemas-compile + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: cheese/repos/gnome-unstable-x86_64/cheese.install (from rev 194802, cheese/trunk/cheese.install) === --- gnome-unstable-x86_64/cheese.install
[arch-commits] Commit in flightgear-data/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:21:22 Author: spupykin Revision: 97540 upgpkg: flightgear-data 2.12.0-1 upd Modified: flightgear-data/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:39:01 UTC (rev 97539) +++ PKGBUILD2013-09-23 18:21:22 UTC (rev 97540) @@ -4,7 +4,7 @@ # Contributor: Hans Janssen pkgname=flightgear-data -pkgver=2.10.0 +pkgver=2.12.0 pkgrel=1 pkgdesc="Base-Data for the opensource flight-simulator." arch=(any) @@ -13,12 +13,12 @@ options=(!strip) #source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/fgdata/archive-tarball/release/$pkgver";) #source=("ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Shared/FlightGear-data-$pkgver.tar.bz2";) -source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2";) -md5sums=('82a9cbc81313195a7ed1aa87a9a2a0b3') +source=("FlightGear-data-$pkgver.tar.bz2::http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz";) +md5sums=('049cfa1f7bc7de528630c2a41c6ad6eb') package() { cd $srcdir mkdir -p $pkgdir/usr/share/flightgear - mv data/ $pkgdir/usr/share/flightgear/data + mv fgdata/ $pkgdir/usr/share/flightgear/data chown root:root $pkgdir/usr/share/flightgear/data }
[arch-commits] Commit in atk/repos (4 files)
Date: Monday, September 23, 2013 @ 19:42:02 Author: jgc Revision: 194807 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 194806, atk/trunk/PKGBUILD) atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194806, atk/trunk/PKGBUILD) Deleted: atk/repos/gnome-unstable-i686/PKGBUILD atk/repos/gnome-unstable-x86_64/PKGBUILD + /PKGBUILD | 52 +++ gnome-unstable-i686/PKGBUILD | 26 --- gnome-unstable-x86_64/PKGBUILD | 26 --- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2013-09-23 17:41:55 UTC (rev 194806) +++ gnome-unstable-i686/PKGBUILD2013-09-23 17:42:02 UTC (rev 194807) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=atk -pkgver=2.9.4 -pkgrel=1 -pkgdesc="A library providing a set of interfaces for accessibility" -arch=(i686 x86_64) -license=('LGPL') -depends=('glib2') -makedepends=('gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -url='http://www.gtk.org/' -sha256sums=('755c9582ca7cf01e5eaa0ac972376877eb365902f388262c21ea3425e0c4d631') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 194806, atk/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 17:42:02 UTC (rev 194807) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=atk +pkgver=2.10.0 +pkgrel=1 +pkgdesc="A library providing a set of interfaces for accessibility" +arch=(i686 x86_64) +license=('LGPL') +depends=('glib2') +makedepends=('gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +url='http://www.gtk.org/' +sha256sums=('636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: gnome-unstable-x86_64/PKGBUILD === --- gnome-unstable-x86_64/PKGBUILD 2013-09-23 17:41:55 UTC (rev 194806) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 17:42:02 UTC (rev 194807) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=atk -pkgver=2.9.4 -pkgrel=1 -pkgdesc="A library providing a set of interfaces for accessibility" -arch=(i686 x86_64) -license=('LGPL') -depends=('glib2') -makedepends=('gobject-introspection') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -url='http://www.gtk.org/' -sha256sums=('755c9582ca7cf01e5eaa0ac972376877eb365902f388262c21ea3425e0c4d631') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194806, atk/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 17:42:02 UTC (rev 194807) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=atk +pkgver=2.10.0 +pkgrel=1 +pkgdesc="A library providing a set of interfaces for accessibility" +arch=(i686 x86_64) +license=('LGPL') +depends=('glib2') +makedepends=('gobject-introspection') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +url='http://www.gtk.org/' +sha256sums=('636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in atk/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 19:41:55 Author: jgc Revision: 194806 upgpkg: atk 2.10.0-1 Modified: atk/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:38:02 UTC (rev 194805) +++ PKGBUILD2013-09-23 17:41:55 UTC (rev 194806) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=atk -pkgver=2.9.4 +pkgver=2.10.0 pkgrel=1 pkgdesc="A library providing a set of interfaces for accessibility" arch=(i686 x86_64) @@ -12,7 +12,7 @@ options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) url='http://www.gtk.org/' -sha256sums=('755c9582ca7cf01e5eaa0ac972376877eb365902f388262c21ea3425e0c4d631') +sha256sums=('636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in empathy/repos (6 files)
Date: Monday, September 23, 2013 @ 20:20:12 Author: jgc Revision: 194815 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: empathy/repos/gnome-unstable-i686/ empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 194814, empathy/trunk/PKGBUILD) empathy/repos/gnome-unstable-i686/empathy.install (from rev 194814, empathy/trunk/empathy.install) empathy/repos/gnome-unstable-x86_64/ empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194814, empathy/trunk/PKGBUILD) empathy/repos/gnome-unstable-x86_64/empathy.install (from rev 194814, empathy/trunk/empathy.install) ---+ gnome-unstable-i686/PKGBUILD | 37 gnome-unstable-i686/empathy.install | 16 + gnome-unstable-x86_64/PKGBUILD| 37 gnome-unstable-x86_64/empathy.install | 16 + 4 files changed, 106 insertions(+) Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 194814, empathy/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2013-09-23 18:20:12 UTC (rev 194815) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=empathy +pkgver=3.9.92 +pkgrel=1 +pkgdesc="A GNOME instant messaging client using the Telepathy framework." +arch=(i686 x86_64) +url="http://live.gnome.org/Empathy"; +license=(GPL2) +depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 geocode-glib cheese libchamplain) +makedepends=(intltool itstool docbook-xsl python2) +optdepends=('telepathy-gabble: XMPP/Jabber support' +'telepathy-idle: IRC support' +'telepathy-salut: Link-local XMPP support' +'telepathy-rakia: SIP support' +'telepathy-haze: libpurple support') +options=('!libtool' '!makeflags') +groups=(gnome) +install=empathy.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/empathy \ + --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: empathy/repos/gnome-unstable-i686/empathy.install (from rev 194814, empathy/trunk/empathy.install) === --- gnome-unstable-i686/empathy.install (rev 0) +++ gnome-unstable-i686/empathy.install 2013-09-23 18:20:12 UTC (rev 194815) @@ -0,0 +1,16 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +echo "To use Empathy you need to install at least one Telepathy connection manager." +} + +post_upgrade() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_remove() { +post_upgrade +} Copied: empathy/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194814, empathy/trunk/PKGBUILD) === --- gnome-unstable-x86_64/PKGBUILD (rev 0) +++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 18:20:12 UTC (rev 194815) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=empathy +pkgver=3.9.92 +pkgrel=1 +pkgdesc="A GNOME instant messaging client using the Telepathy framework." +arch=(i686 x86_64) +url="http://live.gnome.org/Empathy"; +license=(GPL2) +depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 geocode-glib cheese libchamplain) +makedepends=(intltool itstool docbook-xsl python2) +optdepends=('telepathy-gabble: XMPP/Jabber support' +'telepathy-idle: IRC support' +'telepathy-salut: Link-local XMPP support' +'telepathy-rakia: SIP support' +'telepathy-haze: libpurple support') +options=('!libtool' '!makeflags') +groups=(gnome) +install=empathy.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/empathy \ + --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
[arch-commits] Commit in empathy/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 20:20:07 Author: jgc Revision: 194814 upgpkg: empathy 3.9.92-1 Modified: empathy/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 17:56:50 UTC (rev 194813) +++ PKGBUILD2013-09-23 18:20:07 UTC (rev 194814) @@ -2,13 +2,13 @@ # Maintainer: Ionut Biru pkgname=empathy -pkgver=3.8.4 +pkgver=3.9.92 pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=(i686 x86_64) url="http://live.gnome.org/Empathy"; license=(GPL2) -depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk3 telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control) +depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 geocode-glib cheese libchamplain) makedepends=(intltool itstool docbook-xsl python2) optdepends=('telepathy-gabble: XMPP/Jabber support' 'telepathy-idle: IRC support' @@ -18,8 +18,8 @@ options=('!libtool' '!makeflags') groups=(gnome) install=empathy.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('f54b82c06d094bdad6e294c68fd1a10f054e62b1df39c7d96b44fa29830a7731') build() { cd $pkgname-$pkgver
[arch-commits] Commit in flightgear/repos (4 files)
Date: Monday, September 23, 2013 @ 19:38:40 Author: spupykin Revision: 97537 archrelease: copy trunk to community-i686, community-x86_64 Added: flightgear/repos/community-i686/PKGBUILD (from rev 97536, flightgear/trunk/PKGBUILD) flightgear/repos/community-x86_64/PKGBUILD (from rev 97536, flightgear/trunk/PKGBUILD) Deleted: flightgear/repos/community-i686/PKGBUILD flightgear/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 84 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-23 17:38:25 UTC (rev 97536) +++ community-i686/PKGBUILD 2013-09-23 17:38:40 UTC (rev 97537) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: William Rea -# Contributor: Hans Janssen - -pkgname=flightgear -pkgver=2.10.0 -pkgrel=4 -pkgdesc="An open-source, multi-platform flight simulator" -arch=(i686 x86_64) -depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 'glu') -makedepends=('boost' 'cmake' 'mesa' 'sharutils') -license=("GPL") -url="http://www.flightgear.org"; -options=('!makeflags') -#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";) -#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";) -source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";) -md5sums=('ae7fc8d1e446c5d1fe2aa82ee41dcac5') - -build() { - cd $srcdir/flightgear-$pkgver - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" . - uudecode -o package/flightgear.png package/flightgear.png.uue - make - sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' package/flightgear.desktop -} - -package() { - depends=(${depends[@]} 'flightgear-data') - - cd $srcdir/flightgear-$pkgver - make DESTDIR=$pkgdir install - - install -Dm0644 package/flightgear.desktop $pkgdir/usr/share/applications/flightgear.desktop - install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico - install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png - ln -sf flightgear $pkgdir/usr/share/FlightGear -} Copied: flightgear/repos/community-i686/PKGBUILD (from rev 97536, flightgear/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-23 17:38:40 UTC (rev 97537) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: William Rea +# Contributor: Hans Janssen + +pkgname=flightgear +pkgver=2.12.0 +pkgrel=1 +pkgdesc="An open-source, multi-platform flight simulator" +arch=(i686 x86_64) +depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 'glu') +makedepends=('boost' 'cmake' 'mesa' 'sharutils') +license=("GPL") +url="http://www.flightgear.org"; +options=('!makeflags') +#source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver";) +#source=("ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2";) +source=("http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2";) +md5sums=('23e2de5f311f4cbe94ec3386736ee8a5') + +build() { + cd $srcdir/flightgear-$pkgver + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" . + uudecode -o package/flightgear.png package/flightgear.png.uue + make + sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' package/flightgear.desktop +} + +package() { + depends=(${depends[@]} 'flightgear-data') + + cd $srcdir/flightgear-$pkgver + make DESTDIR=$pkgdir install + + install -Dm0644 package/flightgear.desktop $pkgdir/usr/share/applications/flightgear.desktop + install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico + install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png + ln -sf flightgear $pkgdir/usr/share/FlightGear +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-09-23 17:38:25 UTC (rev 97536) +++ community-x86_64/PKGBUILD 2013-09-23 17:38:40 UTC (rev 97537) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: William Rea -# Contributor: Hans Janssen - -pkgname=flightgear -pkgver=2.10.0 -pkgrel=4 -pkgdesc="An open-source, multi-platform flight simulator" -arch=(i686 x86_64) -depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subver
[arch-commits] Commit in simgear/repos (8 files)
Date: Monday, September 23, 2013 @ 19:39:01 Author: spupykin Revision: 97539 archrelease: copy trunk to community-i686, community-x86_64 Added: simgear/repos/community-i686/PKGBUILD (from rev 97538, simgear/trunk/PKGBUILD) simgear/repos/community-i686/osg-3.2.patch (from rev 97538, simgear/trunk/osg-3.2.patch) simgear/repos/community-x86_64/PKGBUILD (from rev 97538, simgear/trunk/PKGBUILD) simgear/repos/community-x86_64/osg-3.2.patch (from rev 97538, simgear/trunk/osg-3.2.patch) Deleted: simgear/repos/community-i686/PKGBUILD simgear/repos/community-i686/osg-3.2.patch simgear/repos/community-x86_64/PKGBUILD simgear/repos/community-x86_64/osg-3.2.patch + /PKGBUILD | 74 +++ /osg-3.2.patch | 44 +++ community-i686/PKGBUILD| 37 --- community-i686/osg-3.2.patch | 22 --- community-x86_64/PKGBUILD | 37 --- community-x86_64/osg-3.2.patch | 22 --- 6 files changed, 118 insertions(+), 118 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-09-23 17:38:47 UTC (rev 97538) +++ community-i686/PKGBUILD 2013-09-23 17:39:01 UTC (rev 97539) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: William Rea -# Contributor: Hans Janssen - -pkgname=simgear -pkgver=2.10.0 -pkgrel=2 -pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications." -arch=(i686 x86_64) -depends=('glut' 'freealut' 'plib' 'openscenegraph') -makedepends=('boost' 'cmake' 'mesa') -license=("GPL") -#url="http://www.simgear.org"; -url="https://gitorious.org/fg"; -options=('!makeflags') -#source=("SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver";) -source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2"; - "osg-3.2.patch") -md5sums=('0ec974d3778f777d5c99c89db671fcc7' - 'd7f35f02d88c6ef9c58e07b8431811e6') - -prepare() { - cd $srcdir/simgear-$pkgver - patch -p1 <$srcdir/osg-3.2.patch -} - -build() { - cd $srcdir/simgear-$pkgver - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib . - make -} - -package() { - cd $srcdir/simgear-$pkgver - make DESTDIR=$pkgdir install -} Copied: simgear/repos/community-i686/PKGBUILD (from rev 97538, simgear/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-09-23 17:39:01 UTC (rev 97539) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: William Rea +# Contributor: Hans Janssen + +pkgname=simgear +pkgver=2.12.0 +pkgrel=1 +pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications." +arch=(i686 x86_64) +depends=('glut' 'freealut' 'plib' 'openscenegraph') +makedepends=('boost' 'cmake' 'mesa') +license=("GPL") +#url="http://www.simgear.org"; +url="https://gitorious.org/fg"; +options=('!makeflags') +#source=("SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver";) +source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2"; + "osg-3.2.patch") +md5sums=('dfc752f4759a2f795b7cdc9dad28411e' + 'd7f35f02d88c6ef9c58e07b8431811e6') + +prepare() { + cd $srcdir/simgear-$pkgver +# patch -p1 <$srcdir/osg-3.2.patch +} + +build() { + cd $srcdir/simgear-$pkgver + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib . + make +} + +package() { + cd $srcdir/simgear-$pkgver + make DESTDIR=$pkgdir install +} Deleted: community-i686/osg-3.2.patch === --- community-i686/osg-3.2.patch2013-09-23 17:38:47 UTC (rev 97538) +++ community-i686/osg-3.2.patch2013-09-23 17:39:01 UTC (rev 97539) @@ -1,22 +0,0 @@ -diff -wbBur simgear-2.10.0/simgear/scene/material/EffectGeode.cxx simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx simgear-2.10.0/simgear/scene/material/EffectGeode.cxx 2011-06-29 18:58:56.0 +0400 -+++ simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx2013-07-25 16:14:24.268934729 +0400 -@@ -80,15 +80,15 @@ - int n = _effect->getGenerator(Effect::TANGENT); - tsg->generate(geometry, 0); // 0 is normal_unit, but I have no idea what that is! - if (n != -1 && !geometry->getVertexAttribArray(n)) --geometry->setVertexAttribData(n, osg::Geometry::ArrayData(tsg->getTangentArray(), osg::Geometry::BIND_PER_VERTEX,GL_FALSE)); -+geometry->setVertexAttribArray(n, tsg->getTangentArray(), osg::Ar