[arch-commits] Commit in shadow/repos (36 files)
Date: Saturday, November 26, 2011 @ 00:50:16 Author: dreisner Revision: 143544 archrelease: copy trunk to testing-i686, testing-x86_64 Added: shadow/repos/testing-i686/ shadow/repos/testing-i686/LICENSE (from rev 143543, shadow/trunk/LICENSE) shadow/repos/testing-i686/PKGBUILD (from rev 143543, shadow/trunk/PKGBUILD) shadow/repos/testing-i686/adduser (from rev 143543, shadow/trunk/adduser) shadow/repos/testing-i686/chgpasswd (from rev 143543, shadow/trunk/chgpasswd) shadow/repos/testing-i686/chpasswd (from rev 143543, shadow/trunk/chpasswd) shadow/repos/testing-i686/defaults.pam (from rev 143543, shadow/trunk/defaults.pam) shadow/repos/testing-i686/login (from rev 143543, shadow/trunk/login) shadow/repos/testing-i686/login.defs (from rev 143543, shadow/trunk/login.defs) shadow/repos/testing-i686/newusers (from rev 143543, shadow/trunk/newusers) shadow/repos/testing-i686/passwd (from rev 143543, shadow/trunk/passwd) shadow/repos/testing-i686/shadow-add-missing-include.patch (from rev 143543, shadow/trunk/shadow-add-missing-include.patch) shadow/repos/testing-i686/shadow-strncpy-usage.patch (from rev 143543, shadow/trunk/shadow-strncpy-usage.patch) shadow/repos/testing-i686/shadow.cron.daily (from rev 143543, shadow/trunk/shadow.cron.daily) shadow/repos/testing-i686/shadow.install (from rev 143543, shadow/trunk/shadow.install) shadow/repos/testing-i686/shadow_CVE-2011-0721.patch (from rev 143543, shadow/trunk/shadow_CVE-2011-0721.patch) shadow/repos/testing-i686/useradd.defaults (from rev 143543, shadow/trunk/useradd.defaults) shadow/repos/testing-i686/xstrdup.patch (from rev 143543, shadow/trunk/xstrdup.patch) shadow/repos/testing-x86_64/ shadow/repos/testing-x86_64/LICENSE (from rev 143543, shadow/trunk/LICENSE) shadow/repos/testing-x86_64/PKGBUILD (from rev 143543, shadow/trunk/PKGBUILD) shadow/repos/testing-x86_64/adduser (from rev 143543, shadow/trunk/adduser) shadow/repos/testing-x86_64/chgpasswd (from rev 143543, shadow/trunk/chgpasswd) shadow/repos/testing-x86_64/chpasswd (from rev 143543, shadow/trunk/chpasswd) shadow/repos/testing-x86_64/defaults.pam (from rev 143543, shadow/trunk/defaults.pam) shadow/repos/testing-x86_64/login (from rev 143543, shadow/trunk/login) shadow/repos/testing-x86_64/login.defs (from rev 143543, shadow/trunk/login.defs) shadow/repos/testing-x86_64/newusers (from rev 143543, shadow/trunk/newusers) shadow/repos/testing-x86_64/passwd (from rev 143543, shadow/trunk/passwd) shadow/repos/testing-x86_64/shadow-add-missing-include.patch (from rev 143543, shadow/trunk/shadow-add-missing-include.patch) shadow/repos/testing-x86_64/shadow-strncpy-usage.patch (from rev 143543, shadow/trunk/shadow-strncpy-usage.patch) shadow/repos/testing-x86_64/shadow.cron.daily (from rev 143543, shadow/trunk/shadow.cron.daily) shadow/repos/testing-x86_64/shadow.install (from rev 143543, shadow/trunk/shadow.install) shadow/repos/testing-x86_64/shadow_CVE-2011-0721.patch (from rev 143543, shadow/trunk/shadow_CVE-2011-0721.patch) shadow/repos/testing-x86_64/useradd.defaults (from rev 143543, shadow/trunk/useradd.defaults) shadow/repos/testing-x86_64/xstrdup.patch (from rev 143543, shadow/trunk/xstrdup.patch) -+ testing-i686/LICENSE| 31 + testing-i686/PKGBUILD | 106 + testing-i686/adduser| 399 ++ testing-i686/chgpasswd |4 testing-i686/chpasswd |6 testing-i686/defaults.pam |6 testing-i686/login | 21 + testing-i686/login.defs | 197 ++ testing-i686/newusers |6 testing-i686/passwd |4 testing-i686/shadow-add-missing-include.patch | 11 testing-i686/shadow-strncpy-usage.patch | 27 + testing-i686/shadow.cron.daily |6 testing-i686/shadow.install |8 testing-i686/shadow_CVE-2011-0721.patch | 57 +++ testing-i686/useradd.defaults |9 testing-i686/xstrdup.patch |9 testing-x86_64/LICENSE | 31 + testing-x86_64/PKGBUILD | 106 + testing-x86_64/adduser | 399 ++ testing-x86_64/chgpasswd|4 testing-x86_64/chpasswd |6 testing-x86_64/defaults.pam |6 testing-x86_64/login| 21 + testing-x86_64/login.defs | 197 ++ testing-x86_64/newusers |6
[arch-commits] Commit in shadow/trunk (PKGBUILD login)
Date: Saturday, November 26, 2011 @ 00:35:16 Author: dreisner Revision: 143543 include pam_systemd in login stack This is an optional module, and is a NOOP if it doesn't exist. implements FS#27259. Modified: shadow/trunk/PKGBUILD shadow/trunk/login --+ PKGBUILD |2 +- login|1 + 2 files changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-11-26 05:24:07 UTC (rev 143542) +++ PKGBUILD2011-11-26 05:35:16 UTC (rev 143543) @@ -29,7 +29,7 @@ '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad' '0db3819326f45d2c75042aca4315737cca39edc4' '0e56fed7fc93572c6bf0d8f3b099166558bb46f1' - '3143689d317a58b8c5bb85e6650865851cb1c432' + '895aad07c192b288b457e19dd7b8c55841b4ad22' 'e5cab2118ecb1e61874cde842d7d04d1003f35cb' '12427b1ca92a9b85ca8202239f0d9f50198b818f' '611be25d91c3f8f307c7fe2485d5f781e5dee75f' Modified: login === --- login 2011-11-26 05:24:07 UTC (rev 143542) +++ login 2011-11-26 05:35:16 UTC (rev 143543) @@ -18,3 +18,4 @@ sessionoptionalpam_lastlog.so sessionoptionalpam_loginuid.so -session optionalpam_ck_connector.so nox11 +-session optionalpam_systemd.so
[arch-commits] Commit in shadow/trunk (PKGBUILD chpasswd login newusers passwd)
Date: Saturday, November 26, 2011 @ 00:24:07 Author: dreisner Revision: 143542 hash passwords with sha512 by default implements FS#13591 Modified: shadow/trunk/PKGBUILD shadow/trunk/chpasswd shadow/trunk/login shadow/trunk/newusers shadow/trunk/passwd --+ PKGBUILD | 10 +- chpasswd |2 +- login|2 +- newusers |2 +- passwd |4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-26 04:58:43 UTC (rev 143541) +++ PKGBUILD2011-11-26 05:24:07 UTC (rev 143542) @@ -3,7 +3,7 @@ pkgname=shadow pkgver=4.1.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="Password and account management tool suite with support for shadow files and PAM" arch=('i686' 'x86_64') url='http://pkg-shadow.alioth.debian.org/' @@ -27,12 +27,12 @@ sha1sums=('8b704b8f07718e329205f23d457c3121c0f3679e' '78ec184a499f9708adcfcf0b7a3b22a60bf39f91' '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad' - 'd66096ed9477bd7242e8d2cc28eaa23170269788' + '0db3819326f45d2c75042aca4315737cca39edc4' '0e56fed7fc93572c6bf0d8f3b099166558bb46f1' - '0b2d98a0ee3bfde8551ade48d4d35cc20ec702a1' + '3143689d317a58b8c5bb85e6650865851cb1c432' 'e5cab2118ecb1e61874cde842d7d04d1003f35cb' - 'd66096ed9477bd7242e8d2cc28eaa23170269788' - '6f183bc7709b0a8d20ad17481a4ad025cf6e5056' + '12427b1ca92a9b85ca8202239f0d9f50198b818f' + '611be25d91c3f8f307c7fe2485d5f781e5dee75f' '5d83ba7e11c765c951867cbe00b0ae7ff57148fa' '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19' '33a6cf1e44a1410e5c9726c89e5de68b78f5f922' Modified: chpasswd === --- chpasswd2011-11-26 04:58:43 UTC (rev 143541) +++ chpasswd2011-11-26 05:24:07 UTC (rev 143542) @@ -3,4 +3,4 @@ auth requiredpam_unix.so accountrequiredpam_unix.so sessionrequiredpam_unix.so -password requiredpam_unix.so md5 shadow +password requiredpam_unix.so 512 shadow Modified: login === --- login 2011-11-26 04:58:43 UTC (rev 143541) +++ login 2011-11-26 05:24:07 UTC (rev 143542) @@ -9,7 +9,7 @@ accountrequiredpam_time.so accountrequiredpam_unix.so #password requiredpam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 -#password requiredpam_unix.so md5 shadow use_authtok +#password requiredpam_unix.so sha512 shadow use_authtok sessionrequiredpam_unix.so sessionrequiredpam_env.so sessionrequiredpam_motd.so Modified: newusers === --- newusers2011-11-26 04:58:43 UTC (rev 143541) +++ newusers2011-11-26 05:24:07 UTC (rev 143542) @@ -3,4 +3,4 @@ auth requiredpam_unix.so accountrequiredpam_unix.so sessionrequiredpam_unix.so -password requiredpam_unix.so md5 shadow +password requiredpam_unix.so sha512 shadow Modified: passwd === --- passwd 2011-11-26 04:58:43 UTC (rev 143541) +++ passwd 2011-11-26 05:24:07 UTC (rev 143542) @@ -1,4 +1,4 @@ #%PAM-1.0 #password requiredpam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 -#password requiredpam_unix.so md5 shadow use_authtok -password requiredpam_unix.so md5 shadow nullok +#password requiredpam_unix.so sha512 shadow use_authtok +password requiredpam_unix.so sha512 shadow nullok
[arch-commits] Commit in enblend-enfuse/repos (12 files)
Date: Friday, November 25, 2011 @ 23:58:43 Author: eric Revision: 143541 archrelease: copy trunk to extra-i686, extra-x86_64 Added: enblend-enfuse/repos/extra-i686/PKGBUILD (from rev 143540, enblend-enfuse/trunk/PKGBUILD) enblend-enfuse/repos/extra-i686/enblend-enfuse.install (from rev 143540, enblend-enfuse/trunk/enblend-enfuse.install) enblend-enfuse/repos/extra-i686/libpng-1.4.patch (from rev 143540, enblend-enfuse/trunk/libpng-1.4.patch) enblend-enfuse/repos/extra-x86_64/PKGBUILD (from rev 143540, enblend-enfuse/trunk/PKGBUILD) enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install (from rev 143540, enblend-enfuse/trunk/enblend-enfuse.install) enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch (from rev 143540, enblend-enfuse/trunk/libpng-1.4.patch) Deleted: enblend-enfuse/repos/extra-i686/PKGBUILD enblend-enfuse/repos/extra-i686/enblend-enfuse.install enblend-enfuse/repos/extra-i686/libpng-1.4.patch enblend-enfuse/repos/extra-x86_64/PKGBUILD enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch -+ extra-i686/PKGBUILD | 70 +- extra-i686/enblend-enfuse.install | 42 ++-- extra-i686/libpng-1.4.patch | 28 ++--- extra-x86_64/PKGBUILD | 70 +- extra-x86_64/enblend-enfuse.install | 42 ++-- extra-x86_64/libpng-1.4.patch | 28 ++--- 6 files changed, 144 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-26 04:58:08 UTC (rev 143540) +++ extra-i686/PKGBUILD 2011-11-26 04:58:43 UTC (rev 143541) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Dominik Ryba - -pkgname=enblend-enfuse -pkgver=4.0 -pkgrel=3 -pkgdesc="intelligent blend tool for overlapping picture" -arch=("i686" "x86_64") -license=('GPL') -url="http://enblend.sourceforge.net"; -depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'libgl' 'lcms' 'texinfo' 'libpng') -makedepends=('boost' 'pkgconfig') -replaces=('enblend') -conflicts=('enblend') -provides=('enblend') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz libpng-1.4.patch) -md5sums=('2e7c950061e0085fd75d94576130250f' 'a39df8dd32ccfa020dea2ea388642575') -sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033' 'eae6cf48ea082865130302d0b4d1ca0b884a563b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d" - patch -Np1 -i ../libpng-1.4.patch - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d" - make DESTDIR="${pkgdir}" install - install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info" - install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info" -} Copied: enblend-enfuse/repos/extra-i686/PKGBUILD (from rev 143540, enblend-enfuse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-11-26 04:58:43 UTC (rev 143541) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: tobias +# Contributor: Dominik Ryba + +pkgname=enblend-enfuse +pkgver=4.0 +pkgrel=4 +pkgdesc="Intelligent blend tool for overlapping picture" +arch=("i686" "x86_64") +license=('GPL') +url="http://enblend.sourceforge.net"; +depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'lcms' 'libpng') +makedepends=('boost') +replaces=('enblend') +conflicts=('enblend') +provides=('enblend') +install=${pkgname}.install +source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc} libpng-1.4.patch) +sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033' + 'aac6364b29b0a9d6c61c3db0982f52ce1579e934' + 'eae6cf48ea082865130302d0b4d1ca0b884a563b') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d" + sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' src/vigra_impex/jpeg.cxx + patch -Np1 -i ../libpng-1.4.patch + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d" + make DESTDIR="${pkgdir}" install + install -D -m644 doc/enblend.info "${pkgdir}/usr/share/info/enblend.info" + install -D -m644 doc/enfuse.info "${pkgdir}/usr/share/info/enfuse.info" +} Deleted: extra-i686/enblend-enfuse.install === --- extra-i686/enblend-enfuse.install 2011-11-26 04:58:08 UTC (rev 143540) +++ extra-i686/enblend-enfuse.install 2011-11-26 04:58:43 UTC (rev 143541) @@ -1,20 +0,0 @@ -infodir=/usr/share/info -filelist=(enblend.info enfuse-focus-stacking.info enfuse.info) - -post_install() { - for file in ${filelist[@]}; do -install-info $infodir/$file.gz $infodir/dir 2> /d
[arch-commits] Commit in enblend-enfuse/trunk (PKGBUILD enblend-enfuse.install)
Date: Friday, November 25, 2011 @ 23:58:08 Author: eric Revision: 143540 upgpkg: enblend-enfuse 4.0-4 Disable arithmetic jpeg encoding (close FS#27236), Clean up depends and makedepends, Clean up .install file Modified: enblend-enfuse/trunk/PKGBUILD enblend-enfuse/trunk/enblend-enfuse.install + PKGBUILD | 16 +--- enblend-enfuse.install |6 -- 2 files changed, 13 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-26 00:59:52 UTC (rev 143539) +++ PKGBUILD2011-11-26 04:58:08 UTC (rev 143540) @@ -4,23 +4,25 @@ pkgname=enblend-enfuse pkgver=4.0 -pkgrel=3 -pkgdesc="intelligent blend tool for overlapping picture" +pkgrel=4 +pkgdesc="Intelligent blend tool for overlapping picture" arch=("i686" "x86_64") license=('GPL') url="http://enblend.sourceforge.net"; -depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'libgl' 'lcms' 'texinfo' 'libpng') -makedepends=('boost' 'pkgconfig') +depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'lcms' 'libpng') +makedepends=('boost') replaces=('enblend') conflicts=('enblend') provides=('enblend') install=${pkgname}.install -source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz libpng-1.4.patch) -md5sums=('2e7c950061e0085fd75d94576130250f' 'a39df8dd32ccfa020dea2ea388642575') -sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033' 'eae6cf48ea082865130302d0b4d1ca0b884a563b') +source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc} libpng-1.4.patch) +sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033' + 'aac6364b29b0a9d6c61c3db0982f52ce1579e934' + 'eae6cf48ea082865130302d0b4d1ca0b884a563b') build() { cd "${srcdir}/${pkgname}-${pkgver}-753b534c819d" + sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' src/vigra_impex/jpeg.cxx patch -Np1 -i ../libpng-1.4.patch ./configure --prefix=/usr make Modified: enblend-enfuse.install === --- enblend-enfuse.install 2011-11-26 00:59:52 UTC (rev 143539) +++ enblend-enfuse.install 2011-11-26 04:58:08 UTC (rev 143540) @@ -1,7 +1,8 @@ -infodir=/usr/share/info -filelist=(enblend.info enfuse-focus-stacking.info enfuse.info) +infodir=usr/share/info +filelist=(enblend.info enfuse.info) post_install() { + [[ -x usr/bin/install-info ]] || return 0 for file in ${filelist[@]}; do install-info $infodir/$file.gz $infodir/dir 2> /dev/null done @@ -12,6 +13,7 @@ } pre_remove() { + [[ -x usr/bin/install-info ]] || return 0 for file in ${filelist[@]}; do install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null done
[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)
Date: Friday, November 25, 2011 @ 19:59:52 Author: dreisner Revision: 143539 archrelease: copy trunk to testing-any Added: mkinitcpio/repos/testing-any/ mkinitcpio/repos/testing-any/PKGBUILD (from rev 143538, mkinitcpio/trunk/PKGBUILD) --+ PKGBUILD | 28 1 file changed, 28 insertions(+) Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 143538, mkinitcpio/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2011-11-26 00:59:52 UTC (rev 143539) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Dave Reisner +# Maintainer: Thomas Bächler + +pkgname=mkinitcpio +pkgver=0.8.0 +pkgrel=1 +pkgdesc="Modular initramfs image creation utility" +arch=('any') +url="http://www.archlinux.org/"; +license=('GPL') +depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils' + 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=174-1' 'file' 'gzip') +optdepends=('xz: Use lzma or xz compression for the initramfs image' +'bzip2: Use bzip2 compression for the initramfs image' +'lzop: Use lzo compression for the initramfs image' +'mkinitcpio-nfs-utils: Support for root filesystem on NFS') +replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd' + 'klibc-module-init-tools' 'klibc-udev') +backup=(etc/mkinitcpio.conf) +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246') + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 19:59:43 Author: dreisner Revision: 143538 upgpkg: mkinitcpio 0.8.0-1 Dave Reisner (15): mkinitcpio: dereference symlinks when resolving kernver update bash completion Makefile: install binaries to /usr/bin init: don't tell the kernel about the path to modprobe init: create /run/initramfs after mounting /run init_functions: refactor poll_device autodetect: store rootfstype for use by other hooks init: use util-linux's /bin/mount init_functions: move root resolution to separate function init_functions: generalize resolve_device init_functions: resolve M:m to device file fsck: implement basic fsck support install/fsck: new install hook to add fsck and helpers init_functions: simplify parse_cmdline use util-linux's switch_root binary Gerardo Exequiel Pozzi (5): hooks/resume: Remove unused function hooks/resume: Remove grep usage init: Remove grep usage init: Remove sed cmd usage init: Remove unneeded test Tom Gundersen (1): add_symlink: fix argument ordering and add_dir call Modified: mkinitcpio/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-26 00:25:40 UTC (rev 143537) +++ PKGBUILD2011-11-26 00:59:43 UTC (rev 143538) @@ -3,7 +3,7 @@ # Maintainer: Thomas Bächler pkgname=mkinitcpio -pkgver=0.7.5 +pkgver=0.8.0 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=('any') @@ -17,9 +17,9 @@ 'mkinitcpio-nfs-utils: Support for root filesystem on NFS') replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd' 'klibc-module-init-tools' 'klibc-udev') +backup=(etc/mkinitcpio.conf) source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) -backup=(etc/mkinitcpio.conf) -sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9') +sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246') package() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in tracker/repos (8 files)
Date: Friday, November 25, 2011 @ 19:25:40 Author: heftig Revision: 143537 archrelease: copy trunk to extra-i686, extra-x86_64 Added: tracker/repos/extra-i686/PKGBUILD (from rev 143536, tracker/trunk/PKGBUILD) tracker/repos/extra-i686/tracker.install (from rev 143536, tracker/trunk/tracker.install) tracker/repos/extra-x86_64/PKGBUILD (from rev 143536, tracker/trunk/PKGBUILD) tracker/repos/extra-x86_64/tracker.install (from rev 143536, tracker/trunk/tracker.install) Deleted: tracker/repos/extra-i686/PKGBUILD tracker/repos/extra-i686/tracker.install tracker/repos/extra-x86_64/PKGBUILD tracker/repos/extra-x86_64/tracker.install --+ extra-i686/PKGBUILD | 164 - extra-i686/tracker.install | 26 +++--- extra-x86_64/PKGBUILD| 164 - extra-x86_64/tracker.install | 26 +++--- 4 files changed, 190 insertions(+), 190 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-26 00:24:05 UTC (rev 143536) +++ extra-i686/PKGBUILD 2011-11-26 00:25:40 UTC (rev 143537) @@ -1,82 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Sergej Pupykin -# Contributor: Alexander Fehr - -pkgbase=tracker -pkgname=(tracker libtracker-sparql) -pkgver=0.12.7 -_tver=${pkgver%.*} -pkgrel=2 -pkgdesc="All-in-one indexer, search tool and metadata database" -arch=('i686' 'x86_64') -license=('GPL') -makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi' - 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3' - 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection' - 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser' - 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala') -url="http://www.gnome.org"; -options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz) -sha256sums=('e7a4d016326bc0a1b6aea07e48c3de73ffc29119812149e2dee5eac35104f1b4') - -build() { - cd "$srcdir/$pkgbase-$pkgver" - - ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/usr/lib/tracker \ ---disable-unit-tests \ ---enable-libflac \ ---enable-libvorbis - - make -} - -package_tracker() { - depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring' - 'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca' - 'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme') - optdepends=('giflib: extractor for GIF data' - 'gstreamer0.10-base: video extractor' - 'totem-plparser: playlist support' - 'nautilus: nautilus-extension' - 'libvorbis: Vorbis metadata extractor' - 'flac: FLAC metadata extractor' - 'taglib: writeback for audio files' - 'gnome-panel: tracker-search-bar') - groups=('gnome-extra') - install=tracker.install - - cd "$srcdir/$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=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux') - - mv "$srcdir"/sparql/* "$pkgdir" -} Copied: tracker/repos/extra-i686/PKGBUILD (from rev 143536, tracker/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-11-26 00:25:40 UTC (rev 143537) @@ -0,0 +1,82 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens +# Contributor: Sergej Pupykin +# Contributor: Alexander Fehr + +pkgbase=tracker +pkgname=(tracker libtracker-sparql) +pkgver=0.12.8 +_tver=${pkgver%.*} +pkgrel=1 +pkgdesc="All-in-one indexer, search tool and metadata database" +arch=('i686' 'x86_64') +license=('GPL') +makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi' + 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3' + 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-in
[arch-commits] Commit in tracker/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 19:24:05 Author: heftig Revision: 143536 0.12.8 Modified: tracker/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-26 00:22:27 UTC (rev 143535) +++ PKGBUILD2011-11-26 00:24:05 UTC (rev 143536) @@ -5,9 +5,9 @@ pkgbase=tracker pkgname=(tracker libtracker-sparql) -pkgver=0.12.7 +pkgver=0.12.8 _tver=${pkgver%.*} -pkgrel=2 +pkgrel=1 pkgdesc="All-in-one indexer, search tool and metadata database" arch=('i686' 'x86_64') license=('GPL') @@ -19,7 +19,7 @@ url="http://www.gnome.org"; options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz) -sha256sums=('e7a4d016326bc0a1b6aea07e48c3de73ffc29119812149e2dee5eac35104f1b4') +sha256sums=('92b18cc381a80d87d52e386f51ca1475b94f82cf5adf668424669c5b63474473') build() { cd "$srcdir/$pkgbase-$pkgver"
[arch-commits] Commit in links/repos (5 files)
Date: Friday, November 25, 2011 @ 19:22:27 Author: eric Revision: 143535 db-move: moved links from [testing] to [core] (x86_64) Added: links/repos/core-x86_64/PKGBUILD (from rev 143533, links/repos/testing-x86_64/PKGBUILD) links/repos/core-x86_64/links.desktop (from rev 143533, links/repos/testing-x86_64/links.desktop) Deleted: links/repos/core-x86_64/PKGBUILD links/repos/core-x86_64/links.desktop links/repos/testing-x86_64/ ---+ PKGBUILD | 96 +++- links.desktop | 14 2 files changed, 54 insertions(+), 56 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2011-11-26 00:22:26 UTC (rev 143534) +++ core-x86_64/PKGBUILD2011-11-26 00:22:27 UTC (rev 143535) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=links -pkgver=2.3 -pkgrel=1 -pkgdesc="A text WWW browser, similar to Lynx" -arch=('i686' 'x86_64') -url="http://links.twibright.com/"; -license=('GPL') -depends=('bzip2' 'zlib' 'openssl' 'gpm') -makedepends=('libtiff' 'libpng' 'libxt') -optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') -provides=('links-g') -conflicts=('links-g') -replaces=('links-g') -source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) -md5sums=('1dc17862e766cec7c544166186e7167b' - '7c47b15aaef51f1de129ff3a2afb7eac') -sha1sums=('0f91e550a80a2bc358ce3bdf48a23504a0582b02' - 'f600e27c2a7118f7dd07a10230aa44463a02') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - (cd intl; ./gen-intl; ./synclang) - ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ ---enable-graphics --with-x --with-fb - make - mv links xlinks - - ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ ---disable-graphics --without-x --without-fb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -m755 xlinks "${pkgdir}/usr/bin/xlinks" - ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz" - - install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop" - install -d "${pkgdir}/usr/share/pixmaps" - install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/" - - install -d "${pkgdir}/usr/share/doc/links/calibration" - install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/" -} Copied: links/repos/core-x86_64/PKGBUILD (from rev 143533, links/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2011-11-26 00:22:27 UTC (rev 143535) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=links +pkgver=2.4 +pkgrel=1 +pkgdesc="A text WWW browser, similar to Lynx" +arch=('i686' 'x86_64') +url="http://links.twibright.com/"; +license=('GPL') +depends=('bzip2' 'zlib' 'openssl' 'gpm') +makedepends=('libtiff' 'libpng' 'libxt') +optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') +provides=('links-g') +conflicts=('links-g') +replaces=('links-g') +source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) +sha1sums=('c09fcb03874b1d0586f582f73833bb2f4c9ed7ac' + 'f600e27c2a7118f7dd07a10230aa44463a02') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + (cd intl; ./gen-intl; ./synclang) + ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ +--enable-graphics --with-x --with-fb + make + mv links xlinks + + ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ +--disable-graphics --without-x --without-fb + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -m755 xlinks "${pkgdir}/usr/bin/xlinks" + ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz" + + install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop" + install -d "${pkgdir}/usr/share/pixmaps" + install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/" + + install -d "${pkgdir}/usr/share/doc/links/calibration" + install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/" +} Deleted: core-x86_64/links.desktop === --- core-x86_64/links.desktop 2011-11-26 00:22:26 UTC (rev 143534) +++ core-x86_64/links.desktop 2011-11-26 00:22:27 UTC (rev 143535) @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Links -Exec=xlinks -g -Icon=links_32x32.xpm -Type=Application -Terminal=false -Categories=Network;WebBrowser; Copied: links/repos/core-x86_64/links.desktop (from rev 143533, links/repos/testing-x86_64/l
[arch-commits] Commit in links/repos (5 files)
Date: Friday, November 25, 2011 @ 19:22:26 Author: eric Revision: 143534 db-move: moved links from [testing] to [core] (i686) Added: links/repos/core-i686/PKGBUILD (from rev 143533, links/repos/testing-i686/PKGBUILD) links/repos/core-i686/links.desktop (from rev 143533, links/repos/testing-i686/links.desktop) Deleted: links/repos/core-i686/PKGBUILD links/repos/core-i686/links.desktop links/repos/testing-i686/ ---+ PKGBUILD | 96 +++- links.desktop | 14 2 files changed, 54 insertions(+), 56 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2011-11-25 21:03:31 UTC (rev 143533) +++ core-i686/PKGBUILD 2011-11-26 00:22:26 UTC (rev 143534) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=links -pkgver=2.3 -pkgrel=1 -pkgdesc="A text WWW browser, similar to Lynx" -arch=('i686' 'x86_64') -url="http://links.twibright.com/"; -license=('GPL') -depends=('bzip2' 'zlib' 'openssl' 'gpm') -makedepends=('libtiff' 'libpng' 'libxt') -optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') -provides=('links-g') -conflicts=('links-g') -replaces=('links-g') -source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) -md5sums=('1dc17862e766cec7c544166186e7167b' - '7c47b15aaef51f1de129ff3a2afb7eac') -sha1sums=('0f91e550a80a2bc358ce3bdf48a23504a0582b02' - 'f600e27c2a7118f7dd07a10230aa44463a02') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - (cd intl; ./gen-intl; ./synclang) - ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ ---enable-graphics --with-x --with-fb - make - mv links xlinks - - ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ ---disable-graphics --without-x --without-fb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -m755 xlinks "${pkgdir}/usr/bin/xlinks" - ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz" - - install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop" - install -d "${pkgdir}/usr/share/pixmaps" - install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/" - - install -d "${pkgdir}/usr/share/doc/links/calibration" - install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/" -} Copied: links/repos/core-i686/PKGBUILD (from rev 143533, links/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2011-11-26 00:22:26 UTC (rev 143534) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=links +pkgver=2.4 +pkgrel=1 +pkgdesc="A text WWW browser, similar to Lynx" +arch=('i686' 'x86_64') +url="http://links.twibright.com/"; +license=('GPL') +depends=('bzip2' 'zlib' 'openssl' 'gpm') +makedepends=('libtiff' 'libpng' 'libxt') +optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') +provides=('links-g') +conflicts=('links-g') +replaces=('links-g') +source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) +sha1sums=('c09fcb03874b1d0586f582f73833bb2f4c9ed7ac' + 'f600e27c2a7118f7dd07a10230aa44463a02') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + (cd intl; ./gen-intl; ./synclang) + ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ +--enable-graphics --with-x --with-fb + make + mv links xlinks + + ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \ +--disable-graphics --without-x --without-fb + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -m755 xlinks "${pkgdir}/usr/bin/xlinks" + ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz" + + install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop" + install -d "${pkgdir}/usr/share/pixmaps" + install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/" + + install -d "${pkgdir}/usr/share/doc/links/calibration" + install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/" +} Deleted: core-i686/links.desktop === --- core-i686/links.desktop 2011-11-25 21:03:31 UTC (rev 143533) +++ core-i686/links.desktop 2011-11-26 00:22:26 UTC (rev 143534) @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Links -Exec=xlinks -g -Icon=links_32x32.xpm -Type=Application -Terminal=false -Categories=Network;WebBrowser; Copied: links/repos/core-i686/links.desktop (from rev 143533, links/repos/testing-i686/links.desktop) ==
[arch-commits] Commit in shared-desktop-ontologies/repos/extra-any (PKGBUILD PKGBUILD)
Date: Friday, November 25, 2011 @ 16:03:31 Author: andrea Revision: 143533 archrelease: copy trunk to extra-any Added: shared-desktop-ontologies/repos/extra-any/PKGBUILD (from rev 143532, shared-desktop-ontologies/trunk/PKGBUILD) Deleted: shared-desktop-ontologies/repos/extra-any/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2011-11-25 21:03:12 UTC (rev 143532) +++ PKGBUILD2011-11-25 21:03:31 UTC (rev 143533) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Massimiliano Torromeo - -pkgname=shared-desktop-ontologies -pkgver=0.8.0 -pkgrel=1 -pkgdesc="Ontologies necessary for the Nepomuk semantic desktop" -arch=('any') -url="http://sourceforge.net/apps/trac/oscaf/"; -license=('GPL') -makedepends=('cmake') -source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2";) -md5sums=('3abbd4ddc683aaa0504ed8499b57285e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: shared-desktop-ontologies/repos/extra-any/PKGBUILD (from rev 143532, shared-desktop-ontologies/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2011-11-25 21:03:31 UTC (rev 143533) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Massimiliano Torromeo + +pkgname=shared-desktop-ontologies +pkgver=0.8.1 +pkgrel=1 +pkgdesc="Provide RDF vocabularies for the Semantic Desktop" +arch=('any') +url="http://sourceforge.net/apps/trac/oscaf/"; +license=('GPL') +makedepends=('cmake') +source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2";) +md5sums=('de4132e722a5efeed7b5405a70fbc6c3') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in shared-desktop-ontologies/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 16:03:12 Author: andrea Revision: 143532 upgpkg: shared-desktop-ontologies 0.8.1-1 Upstream release Modified: shared-desktop-ontologies/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 18:47:31 UTC (rev 143531) +++ PKGBUILD2011-11-25 21:03:12 UTC (rev 143532) @@ -3,15 +3,15 @@ # Contributor: Massimiliano Torromeo pkgname=shared-desktop-ontologies -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 -pkgdesc="Ontologies necessary for the Nepomuk semantic desktop" +pkgdesc="Provide RDF vocabularies for the Semantic Desktop" arch=('any') url="http://sourceforge.net/apps/trac/oscaf/"; license=('GPL') makedepends=('cmake') source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2";) -md5sums=('3abbd4ddc683aaa0504ed8499b57285e') +md5sums=('de4132e722a5efeed7b5405a70fbc6c3') build() { cd "${srcdir}"
[arch-commits] Commit in getmail/repos/extra-any (PKGBUILD PKGBUILD)
Date: Friday, November 25, 2011 @ 13:47:31 Author: andyrtr Revision: 143531 archrelease: copy trunk to extra-any Added: getmail/repos/extra-any/PKGBUILD (from rev 143530, getmail/trunk/PKGBUILD) Deleted: getmail/repos/extra-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2011-11-25 18:47:06 UTC (rev 143530) +++ PKGBUILD2011-11-25 18:47:31 UTC (rev 143531) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Committer: Manolis Tzanidakis - -pkgname=getmail -pkgver=4.22.2 -pkgrel=1 -pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery." -arch=(any) -url="http://pyropus.ca/software/getmail"; -license=("GPL") -depends=('python2') -source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz) -md5sums=('f53b781744081916f54a3e4dd006') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - python2 setup.py build -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - python2 setup.py install --root=${pkgdir} - # fix some broken shebang calls - sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" $pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py - sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find $pkgdir -name '*.py') -} Copied: getmail/repos/extra-any/PKGBUILD (from rev 143530, getmail/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2011-11-25 18:47:31 UTC (rev 143531) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Andreas Radke +# Committer: Manolis Tzanidakis + +pkgname=getmail +pkgver=4.23.0 +pkgrel=1 +pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery." +arch=(any) +url="http://pyropus.ca/software/getmail"; +license=("GPL") +depends=('python2') +source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz) +md5sums=('64d0c5675bb2317bbb334c0172754d7a') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + python2 setup.py build +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + python2 setup.py install --root=${pkgdir} + # fix some broken shebang calls + sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" $pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py + sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find $pkgdir -name '*.py') +}
[arch-commits] Commit in getmail/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 13:47:06 Author: andyrtr Revision: 143530 upgpkg: getmail 4.23.0-1 upstream update 4.23.0 Modified: getmail/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 17:39:44 UTC (rev 143529) +++ PKGBUILD2011-11-25 18:47:06 UTC (rev 143530) @@ -3,7 +3,7 @@ # Committer: Manolis Tzanidakis pkgname=getmail -pkgver=4.22.2 +pkgver=4.23.0 pkgrel=1 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery." arch=(any) @@ -11,7 +11,7 @@ license=("GPL") depends=('python2') source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz) -md5sums=('f53b781744081916f54a3e4dd006') +md5sums=('64d0c5675bb2317bbb334c0172754d7a') build() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in libisoburn/repos (8 files)
Date: Friday, November 25, 2011 @ 12:39:44 Author: andyrtr Revision: 143529 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libisoburn/repos/extra-i686/PKGBUILD (from rev 143528, libisoburn/trunk/PKGBUILD) libisoburn/repos/extra-i686/libisoburn.install (from rev 143528, libisoburn/trunk/libisoburn.install) libisoburn/repos/extra-x86_64/PKGBUILD (from rev 143528, libisoburn/trunk/PKGBUILD) libisoburn/repos/extra-x86_64/libisoburn.install (from rev 143528, libisoburn/trunk/libisoburn.install) Deleted: libisoburn/repos/extra-i686/PKGBUILD libisoburn/repos/extra-i686/libisoburn.install libisoburn/repos/extra-x86_64/PKGBUILD libisoburn/repos/extra-x86_64/libisoburn.install -+ extra-i686/PKGBUILD | 54 +++--- extra-i686/libisoburn.install | 40 ++-- extra-x86_64/PKGBUILD | 54 +++--- extra-x86_64/libisoburn.install | 40 ++-- 4 files changed, 94 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-25 17:39:10 UTC (rev 143528) +++ extra-i686/PKGBUILD 2011-11-25 17:39:44 UTC (rev 143529) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: Gour - -pkgname=libisoburn -pkgver=1.1.6 -pkgrel=1 -pkgdesc="frontend for libraries libburn and libisofs" -url="http://libburnia.pykix.org/wiki/Libisoburn"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('libburn' 'libisofs' 'readline') -options=('!libtool') -install=${pkgname}.install -source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('132746d3662005fd4dd462fc5d80d588') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 143528, libisoburn/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-11-25 17:39:44 UTC (rev 143529) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Gour + +pkgname=libisoburn +pkgver=1.1.8 +pkgrel=1 +pkgdesc="frontend for libraries libburn and libisofs" +url="http://libburnia.pykix.org/wiki/Libisoburn"; +arch=('i686' 'x86_64') +license=('GPL2') +depends=('libburn>=1.1.8' 'libisofs>=1.1.6' 'readline') +options=('!libtool') +install=${pkgname}.install +source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) +md5sums=('78c02d1790d5871524a9f4434934e277') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Deleted: extra-i686/libisoburn.install === --- extra-i686/libisoburn.install 2011-11-25 17:39:10 UTC (rev 143528) +++ extra-i686/libisoburn.install 2011-11-25 17:39:44 UTC (rev 143529) @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(xorriso.info xorrisofs.info) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do -install-info $infodir/$file.gz $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do -install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null - done -} Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 143528, libisoburn/trunk/libisoburn.install) === --- extra-i686/libisoburn.install (rev 0) +++ extra-i686/libisoburn.install 2011-11-25 17:39:44 UTC (rev 143529) @@ -0,0 +1,20 @@ +infodir=usr/share/info +filelist=(xorriso.info xorrisofs.info) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info $infodir/$file.gz $infodir/dir 2> /dev/null + done +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null + done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-11-25 17:39:10 UTC (rev 143528) +++ extra-x86_64/PKGBUILD 2011-11-25 17:39:44 UTC (rev 143529) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: Gour - -pkgname=libisoburn -pkgver=1.1.6 -pkgrel=1 -pkgdesc="frontend for libraries libburn and libisofs" -url="http://libburnia.pykix.org/wiki/Libisoburn"; -arch=('i686' 'x86_64') -license=('G
[arch-commits] Commit in libisoburn/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 12:39:10 Author: andyrtr Revision: 143528 upgpkg: libisoburn 1.1.8-1 upstream update 1.1.8 Modified: libisoburn/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 17:36:29 UTC (rev 143527) +++ PKGBUILD2011-11-25 17:39:10 UTC (rev 143528) @@ -3,17 +3,17 @@ # Contributor: Gour pkgname=libisoburn -pkgver=1.1.6 +pkgver=1.1.8 pkgrel=1 pkgdesc="frontend for libraries libburn and libisofs" url="http://libburnia.pykix.org/wiki/Libisoburn"; arch=('i686' 'x86_64') license=('GPL2') -depends=('libburn' 'libisofs' 'readline') +depends=('libburn>=1.1.8' 'libisofs>=1.1.6' 'readline') options=('!libtool') install=${pkgname}.install source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('132746d3662005fd4dd462fc5d80d588') +md5sums=('78c02d1790d5871524a9f4434934e277') build() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in libburn/repos (4 files)
Date: Friday, November 25, 2011 @ 12:36:29 Author: andyrtr Revision: 143527 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libburn/repos/extra-i686/PKGBUILD (from rev 143526, libburn/trunk/PKGBUILD) libburn/repos/extra-x86_64/PKGBUILD (from rev 143526, libburn/trunk/PKGBUILD) Deleted: libburn/repos/extra-i686/PKGBUILD libburn/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 54 extra-x86_64/PKGBUILD | 54 2 files changed, 54 insertions(+), 54 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-25 17:35:48 UTC (rev 143526) +++ extra-i686/PKGBUILD 2011-11-25 17:36:29 UTC (rev 143527) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: William Rea - -pkgname=libburn -pkgver=1.1.6 #.pl01 -pkgrel=1 -pkgdesc="Library for reading, mastering and writing optical discs" -arch=('i686' 'x86_64') -url="http://libburnia.pykix.org/"; -license=('GPL') -depends=('glibc') -source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -options=('!libtool' '!emptydirs') -md5sums=('741604c3d4064502f06bae20293c508c') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} - make DESTDIR=${pkgdir} install -} - Copied: libburn/repos/extra-i686/PKGBUILD (from rev 143526, libburn/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-11-25 17:36:29 UTC (rev 143527) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: William Rea + +pkgname=libburn +pkgver=1.1.8 #.pl01 +pkgrel=1 +pkgdesc="Library for reading, mastering and writing optical discs" +arch=('i686' 'x86_64') +url="http://libburnia.pykix.org/"; +license=('GPL') +depends=('glibc') +source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) +options=('!libtool' '!emptydirs') +md5sums=('b91d2b8c65483efe447dbc3e3c9545d0') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} + make DESTDIR=${pkgdir} install +} + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-11-25 17:35:48 UTC (rev 143526) +++ extra-x86_64/PKGBUILD 2011-11-25 17:36:29 UTC (rev 143527) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke -# Contributor: William Rea - -pkgname=libburn -pkgver=1.1.6 #.pl01 -pkgrel=1 -pkgdesc="Library for reading, mastering and writing optical discs" -arch=('i686' 'x86_64') -url="http://libburnia.pykix.org/"; -license=('GPL') -depends=('glibc') -source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) -options=('!libtool' '!emptydirs') -md5sums=('741604c3d4064502f06bae20293c508c') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} - make DESTDIR=${pkgdir} install -} - Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 143526, libburn/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2011-11-25 17:36:29 UTC (rev 143527) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: William Rea + +pkgname=libburn +pkgver=1.1.8 #.pl01 +pkgrel=1 +pkgdesc="Library for reading, mastering and writing optical discs" +arch=('i686' 'x86_64') +url="http://libburnia.pykix.org/"; +license=('GPL') +depends=('glibc') +source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) +options=('!libtool' '!emptydirs') +md5sums=('b91d2b8c65483efe447dbc3e3c9545d0') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/} + make DESTDIR=${pkgdir} install +} +
[arch-commits] Commit in libburn/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 12:35:48 Author: andyrtr Revision: 143526 upgpkg: libburn 1.1.8-1 upstream update 1.1.8 Modified: libburn/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 17:22:46 UTC (rev 143525) +++ PKGBUILD2011-11-25 17:35:48 UTC (rev 143526) @@ -3,7 +3,7 @@ # Contributor: William Rea pkgname=libburn -pkgver=1.1.6 #.pl01 +pkgver=1.1.8 #.pl01 pkgrel=1 pkgdesc="Library for reading, mastering and writing optical discs" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('glibc') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) options=('!libtool' '!emptydirs') -md5sums=('741604c3d4064502f06bae20293c508c') +md5sums=('b91d2b8c65483efe447dbc3e3c9545d0') build() { cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
[arch-commits] Commit in vlc/repos (8 files)
Date: Friday, November 25, 2011 @ 12:22:46 Author: andyrtr Revision: 143525 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) vlc/repos/staging-i686/vlc.install (from rev 143524, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) vlc/repos/staging-x86_64/vlc.install (from rev 143524, vlc/trunk/vlc.install) + staging-i686/PKGBUILD | 78 +++ staging-i686/bp-set-channel-map-pulseaudio-1.0.patch | 33 ++ staging-i686/vlc.install | 18 +++ staging-x86_64/PKGBUILD| 78 +++ staging-x86_64/bp-set-channel-map-pulseaudio-1.0.patch | 33 ++ staging-x86_64/vlc.install | 18 +++ 6 files changed, 258 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 143524, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 17:22:46 UTC (rev 143525) @@ -0,0 +1,78 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=1.1.12 +pkgrel=5 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('GPL') +depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio' + 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' + 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' + 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') +makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' + 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' + 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' + 'lirc-utils' 'gnutls' 'libcaca') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'libpulse: PulseAudio support' +'vdpau-video: vdpau back-end for nvidia' +'libva-driver-intel: back-end for intel cards') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/http/.hosts' +'usr/share/vlc/http/dialogs/.hosts' +'usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"; +'bp-set-channel-map-pulseaudio-1.0.patch') +md5sums=('91de1ad308c947e35380f9d747ff5713' + 'bae24e02207364d76a1a118644de484e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c + + patch -Np1 -i ${srcdir}/bp-set-channel-map-pulseaudio-1.0.patch + + ./configure --prefix=/usr \ + --disable-rpath \ + --enable-faad \ + --enable-v4l \ + --enable-snapshot \ + --enable-dbus-control \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --with-live555-tree=/usr/lib/live \ + --enable-upnp \ + --enable-realrtsp + make +} +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}/" install + + for res in 16 32 48 128; do +install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ +"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" + done +} Copied: vlc/repos/staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (from rev 143524, vlc/trunk/bp-set-channel-map-pulseaudio-1.0.patch) === --- staging-i686/bp-set-channel-map-pulseaudio-1.0.patch (rev 0) +++ staging-i686/bp-set-channel-map-pulseaudio-1.0.patch2011
[arch-commits] Commit in vlc/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 12:22:04 Author: andyrtr Revision: 143524 upgpkg: vlc 1.1.12-5 xcb-util split rebuild Modified: vlc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:53:19 UTC (rev 143523) +++ PKGBUILD2011-11-25 17:22:04 UTC (rev 143524) @@ -5,7 +5,7 @@ pkgname=vlc pkgver=1.1.12 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/"; @@ -14,7 +14,7 @@ 'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa' 'lua' 'v4l-utils' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' - 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' + 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:52:44 Author: andyrtr Revision: 143522 upgpkg: xf86-video-intel 2.17.0-2 xcb-util split rebuild Modified: xf86-video-intel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:42:46 UTC (rev 143521) +++ PKGBUILD2011-11-25 16:52:44 UTC (rev 143522) @@ -3,13 +3,13 @@ pkgname=xf86-video-intel pkgver=2.17.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers" arch=(i686 x86_64) url="http://xorg.freedesktop.org/"; license=('custom') -depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev) -makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender') +depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 'libxfixes' 'udev') +makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 'libxvmc' 'libxrender') conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 'xf86-video-intel-legacy') options=('!libtool') groups=('xorg-drivers' 'xorg')
[arch-commits] Commit in xf86-video-intel/repos (4 files)
Date: Friday, November 25, 2011 @ 11:53:19 Author: andyrtr Revision: 143523 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xf86-video-intel/repos/staging-i686/ xf86-video-intel/repos/staging-i686/PKGBUILD (from rev 143522, xf86-video-intel/trunk/PKGBUILD) xf86-video-intel/repos/staging-x86_64/ xf86-video-intel/repos/staging-x86_64/PKGBUILD (from rev 143522, xf86-video-intel/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 31 +++ staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: xf86-video-intel/repos/staging-i686/PKGBUILD (from rev 143522, xf86-video-intel/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 16:53:19 UTC (rev 143523) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-video-intel +pkgver=2.17.0 +pkgrel=2 +pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org/"; +license=('custom') +depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 'libxfixes' 'udev') +makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 'libxvmc' 'libxrender') +conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 'xf86-video-intel-legacy') +options=('!libtool') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --enable-dri + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +} Copied: xf86-video-intel/repos/staging-x86_64/PKGBUILD (from rev 143522, xf86-video-intel/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2011-11-25 16:53:19 UTC (rev 143523) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=xf86-video-intel +pkgver=2.17.0 +pkgrel=2 +pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers" +arch=(i686 x86_64) +url="http://xorg.freedesktop.org/"; +license=('custom') +depends=('intel-dri' 'libxvmc' 'libpciaccess' 'libdrm' 'xcb-util>=0.3.8' 'libxfixes' 'udev') +makedepends=('xorg-server-devel>=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 'mesa' 'libxvmc' 'libxrender') +conflicts=('xorg-server<1.10.99.902' 'xf86-video-i810' 'xf86-video-intel-legacy') +options=('!libtool') +groups=('xorg-drivers' 'xorg') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('04ad9fa1f4c4e0a90f48752a709bf14700c864af') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr --enable-dri + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" +}
[arch-commits] Commit in startup-notification/repos (4 files)
Date: Friday, November 25, 2011 @ 11:42:46 Author: andyrtr Revision: 143521 archrelease: copy trunk to staging-i686, staging-x86_64 Added: startup-notification/repos/staging-i686/ startup-notification/repos/staging-i686/PKGBUILD (from rev 143520, startup-notification/trunk/PKGBUILD) startup-notification/repos/staging-x86_64/ startup-notification/repos/staging-x86_64/PKGBUILD (from rev 143520, startup-notification/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 28 staging-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: startup-notification/repos/staging-i686/PKGBUILD (from rev 143520, startup-notification/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 16:42:46 UTC (rev 143521) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: dorphell + +pkgname=startup-notification +pkgver=0.12 +pkgrel=2 +pkgdesc="Monitor and display application startup" +arch=(i686 x86_64) +license=('LGPL') +depends=('libx11' 'xcb-util>=0.3.8') +options=('!libtool') +url="http://www.freedesktop.org"; +source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz) +md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e '/AC_PATH_XTRA/d' configure.in + autoreconf --force --install + ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: startup-notification/repos/staging-x86_64/PKGBUILD (from rev 143520, startup-notification/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2011-11-25 16:42:46 UTC (rev 143521) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: dorphell + +pkgname=startup-notification +pkgver=0.12 +pkgrel=2 +pkgdesc="Monitor and display application startup" +arch=(i686 x86_64) +license=('LGPL') +depends=('libx11' 'xcb-util>=0.3.8') +options=('!libtool') +url="http://www.freedesktop.org"; +source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz) +md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e '/AC_PATH_XTRA/d' configure.in + autoreconf --force --install + ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in startup-notification/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:42:14 Author: andyrtr Revision: 143520 upgpkg: startup-notification 0.12-2 xcb-util split rebuild Modified: startup-notification/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:38:39 UTC (rev 143519) +++ PKGBUILD2011-11-25 16:42:14 UTC (rev 143520) @@ -4,11 +4,11 @@ pkgname=startup-notification pkgver=0.12 -pkgrel=1 +pkgrel=2 pkgdesc="Monitor and display application startup" arch=(i686 x86_64) license=('LGPL') -depends=('libx11' 'xcb-util>=0.3.4') +depends=('libx11' 'xcb-util>=0.3.8') options=('!libtool') url="http://www.freedesktop.org"; source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
[arch-commits] Commit in xcb-util-image/repos (6 files)
Date: Friday, November 25, 2011 @ 11:38:39 Author: andyrtr Revision: 143519 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xcb-util-image/repos/staging-i686/ xcb-util-image/repos/staging-i686/LICENSE (from rev 143518, xcb-util-image/trunk/LICENSE) xcb-util-image/repos/staging-i686/PKGBUILD (from rev 143518, xcb-util-image/trunk/PKGBUILD) xcb-util-image/repos/staging-x86_64/ xcb-util-image/repos/staging-x86_64/LICENSE (from rev 143518, xcb-util-image/trunk/LICENSE) xcb-util-image/repos/staging-x86_64/PKGBUILD (from rev 143518, xcb-util-image/trunk/PKGBUILD) -+ staging-i686/LICENSE| 267 ++ staging-i686/PKGBUILD | 37 ++ staging-x86_64/LICENSE | 267 ++ staging-x86_64/PKGBUILD | 37 ++ 4 files changed, 608 insertions(+) Copied: xcb-util-image/repos/staging-i686/LICENSE (from rev 143518, xcb-util-image/trunk/LICENSE) === --- staging-i686/LICENSE(rev 0) +++ staging-i686/LICENSE2011-11-25 16:38:39 UTC (rev 143519) @@ -0,0 +1,267 @@ +/* Copyright (C) 2007 Bart Massey + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or their + * institutions shall not be used in advertising or otherwise to promote the + * sale, use or other dealings in this Software without prior written + * authorization from the authors. + */ + +/* + * Copyright (C) 2008-2009 Julien Danjou + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or + * their institutions shall not be used in advertising or otherwise to + * promote the sale, use or other dealings in this Software without + * prior written authorization from the authors. + */ + +/* + * Copyright (C) 2008 Arnaud Fontaine + * Copyright (C) 2007-2008 Vincent Torri + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILI
[arch-commits] Commit in xcb-util-image/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:38:11 Author: andyrtr Revision: 143518 upgpkg: xcb-util-image 0.3.8-1 initial pkg 0.3.8, split out from xcb-util Modified: xcb-util-image/trunk/PKGBUILD --+ PKGBUILD |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:35:39 UTC (rev 143517) +++ PKGBUILD2011-11-25 16:38:11 UTC (rev 143518) @@ -10,10 +10,12 @@ url="http://xcb.freedesktop.org"; license=('custom') depends=('libxcb>=1.7' 'xcb-util>=0.3.8') -#makedepends=('gperf' 'xorg-util-macros') +makedepends=('xorg-util-macros') options=('!libtool') source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"; 'LICENSE') +md5sums=('245a96041f373b05764148e52d2e0211' + '2672c2e72dedb40f773e989dd622f298') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in xcb-util-wm/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:35:39 Author: andyrtr Revision: 143517 fix pkgdesc Modified: xcb-util-wm/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:31:39 UTC (rev 143516) +++ PKGBUILD2011-11-25 16:35:39 UTC (rev 143517) @@ -5,7 +5,7 @@ pkgname=xcb-util-wm pkgver=0.3.8 pkgrel=1 -pkgdesc="Utility libraries for XC Binding - " +pkgdesc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM" arch=('i686' 'x86_64') url="http://xcb.freedesktop.org"; license=('custom')
[arch-commits] Commit in xcb-util/repos (6 files)
Date: Friday, November 25, 2011 @ 11:31:39 Author: andyrtr Revision: 143516 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xcb-util/repos/staging-i686/ xcb-util/repos/staging-i686/LICENSE (from rev 143515, xcb-util/trunk/LICENSE) xcb-util/repos/staging-i686/PKGBUILD (from rev 143515, xcb-util/trunk/PKGBUILD) xcb-util/repos/staging-x86_64/ xcb-util/repos/staging-x86_64/LICENSE (from rev 143515, xcb-util/trunk/LICENSE) xcb-util/repos/staging-x86_64/PKGBUILD (from rev 143515, xcb-util/trunk/PKGBUILD) -+ staging-i686/LICENSE| 267 ++ staging-i686/PKGBUILD | 38 ++ staging-x86_64/LICENSE | 267 ++ staging-x86_64/PKGBUILD | 38 ++ 4 files changed, 610 insertions(+) Copied: xcb-util/repos/staging-i686/LICENSE (from rev 143515, xcb-util/trunk/LICENSE) === --- staging-i686/LICENSE(rev 0) +++ staging-i686/LICENSE2011-11-25 16:31:39 UTC (rev 143516) @@ -0,0 +1,267 @@ +/* Copyright (C) 2007 Bart Massey + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or their + * institutions shall not be used in advertising or otherwise to promote the + * sale, use or other dealings in this Software without prior written + * authorization from the authors. + */ + +/* + * Copyright (C) 2008-2009 Julien Danjou + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or + * their institutions shall not be used in advertising or otherwise to + * promote the sale, use or other dealings in this Software without + * prior written authorization from the authors. + */ + +/* + * Copyright (C) 2008 Arnaud Fontaine + * Copyright (C) 2007-2008 Vincent Torri + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FRO
[arch-commits] Commit in xcb-util/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:31:10 Author: andyrtr Revision: 143515 upgpkg: xcb-util 0.3.8-1 upstream release 0.3.8 Modified: xcb-util/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:25:50 UTC (rev 143514) +++ PKGBUILD2011-11-25 16:31:10 UTC (rev 143515) @@ -1,20 +1,21 @@ # $Id$ # Maintainer: Jan de Groot +# Maintainer: Andreas Radke # Contributor: Andrea Scarpino pkgname=xcb-util -pkgver=0.3.6 -pkgrel=2 +pkgver=0.3.8 +pkgrel=1 pkgdesc="Utility libraries for XC Binding" arch=('i686' 'x86_64') url="http://xcb.freedesktop.org"; license=('custom') -depends=('libxcb>=1.4') -makedepends=('gperf') +depends=('libxcb>=1.7') +makedepends=('gperf' 'xorg-util-macros') options=('!libtool') source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"; 'LICENSE') -md5sums=('dd8968b8ee613cb027a8ef1fcbdc8fc9' +md5sums=('8ce019c4bbf20dce246b98f177cfccff' '2672c2e72dedb40f773e989dd622f298') build() { @@ -23,6 +24,11 @@ make } +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} + package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install
[arch-commits] Commit in xcb-util-wm/repos (6 files)
Date: Friday, November 25, 2011 @ 11:25:50 Author: andyrtr Revision: 143514 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xcb-util-wm/repos/staging-i686/ xcb-util-wm/repos/staging-i686/LICENSE (from rev 143513, xcb-util-wm/trunk/LICENSE) xcb-util-wm/repos/staging-i686/PKGBUILD (from rev 143513, xcb-util-wm/trunk/PKGBUILD) xcb-util-wm/repos/staging-x86_64/ xcb-util-wm/repos/staging-x86_64/LICENSE (from rev 143513, xcb-util-wm/trunk/LICENSE) xcb-util-wm/repos/staging-x86_64/PKGBUILD (from rev 143513, xcb-util-wm/trunk/PKGBUILD) -+ staging-i686/LICENSE| 267 ++ staging-i686/PKGBUILD | 37 ++ staging-x86_64/LICENSE | 267 ++ staging-x86_64/PKGBUILD | 37 ++ 4 files changed, 608 insertions(+) Copied: xcb-util-wm/repos/staging-i686/LICENSE (from rev 143513, xcb-util-wm/trunk/LICENSE) === --- staging-i686/LICENSE(rev 0) +++ staging-i686/LICENSE2011-11-25 16:25:50 UTC (rev 143514) @@ -0,0 +1,267 @@ +/* Copyright (C) 2007 Bart Massey + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or their + * institutions shall not be used in advertising or otherwise to promote the + * sale, use or other dealings in this Software without prior written + * authorization from the authors. + */ + +/* + * Copyright (C) 2008-2009 Julien Danjou + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or + * their institutions shall not be used in advertising or otherwise to + * promote the sale, use or other dealings in this Software without + * prior written authorization from the authors. + */ + +/* + * Copyright (C) 2008 Arnaud Fontaine + * Copyright (C) 2007-2008 Vincent Torri + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONT
[arch-commits] Commit in xcb-util-wm/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:25:22 Author: andyrtr Revision: 143513 upgpkg: xcb-util-wm 0.3.8-1 initial pkg 0.3.8, split out from xcb-util Modified: xcb-util-wm/trunk/PKGBUILD --+ PKGBUILD |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:17:26 UTC (rev 143512) +++ PKGBUILD2011-11-25 16:25:22 UTC (rev 143513) @@ -5,15 +5,17 @@ pkgname=xcb-util-wm pkgver=0.3.8 pkgrel=1 -pkgdesc="Utility libraries for XC Binding" +pkgdesc="Utility libraries for XC Binding - " arch=('i686' 'x86_64') url="http://xcb.freedesktop.org"; license=('custom') -#depends=('libxcb>=1.7') -#makedepends=('gperf' 'xorg-util-macros') +depends=('libxcb>=1.7') +makedepends=('xorg-util-macros') options=('!libtool') source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"; 'LICENSE') +md5sums=('dda47289bc846a6a3e07824e9ec3aef8' + '2672c2e72dedb40f773e989dd622f298') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in xcb-util-renderutil/repos (6 files)
Date: Friday, November 25, 2011 @ 11:17:26 Author: andyrtr Revision: 143512 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xcb-util-renderutil/repos/staging-i686/ xcb-util-renderutil/repos/staging-i686/LICENSE (from rev 143511, xcb-util-renderutil/trunk/LICENSE) xcb-util-renderutil/repos/staging-i686/PKGBUILD (from rev 143511, xcb-util-renderutil/trunk/PKGBUILD) xcb-util-renderutil/repos/staging-x86_64/ xcb-util-renderutil/repos/staging-x86_64/LICENSE (from rev 143511, xcb-util-renderutil/trunk/LICENSE) xcb-util-renderutil/repos/staging-x86_64/PKGBUILD (from rev 143511, xcb-util-renderutil/trunk/PKGBUILD) -+ staging-i686/LICENSE| 267 ++ staging-i686/PKGBUILD | 37 ++ staging-x86_64/LICENSE | 267 ++ staging-x86_64/PKGBUILD | 37 ++ 4 files changed, 608 insertions(+) Copied: xcb-util-renderutil/repos/staging-i686/LICENSE (from rev 143511, xcb-util-renderutil/trunk/LICENSE) === --- staging-i686/LICENSE(rev 0) +++ staging-i686/LICENSE2011-11-25 16:17:26 UTC (rev 143512) @@ -0,0 +1,267 @@ +/* Copyright (C) 2007 Bart Massey + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or their + * institutions shall not be used in advertising or otherwise to promote the + * sale, use or other dealings in this Software without prior written + * authorization from the authors. + */ + +/* + * Copyright (C) 2008-2009 Julien Danjou + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or + * their institutions shall not be used in advertising or otherwise to + * promote the sale, use or other dealings in this Software without + * prior written authorization from the authors. + */ + +/* + * Copyright (C) 2008 Arnaud Fontaine + * Copyright (C) 2007-2008 Vincent Torri + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE A
[arch-commits] Commit in xcb-util-renderutil/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:16:54 Author: andyrtr Revision: 143511 upgpkg: xcb-util-renderutil 0.3.8-1 initial pkg 0.3.8, split out from xcb-util Modified: xcb-util-renderutil/trunk/PKGBUILD --+ PKGBUILD |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:09:22 UTC (rev 143510) +++ PKGBUILD2011-11-25 16:16:54 UTC (rev 143511) @@ -9,11 +9,13 @@ arch=('i686' 'x86_64') url="http://xcb.freedesktop.org"; license=('custom') -#depends=('libxcb>=1.7') -#makedepends=('gperf' 'xorg-util-macros') +depends=('libxcb>=1.7') +makedepends=('xorg-util-macros') options=('!libtool') source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"; 'LICENSE') +md5sums=('b346ff598ee093c141f836fbc0f8f721' + '2672c2e72dedb40f773e989dd622f298') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in xcb-util-keysyms/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 11:09:22 Author: andyrtr Revision: 143510 fix pkgdesc Modified: xcb-util-keysyms/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 16:06:37 UTC (rev 143509) +++ PKGBUILD2011-11-25 16:09:22 UTC (rev 143510) @@ -5,7 +5,7 @@ pkgname=xcb-util-keysyms pkgver=0.3.8 pkgrel=1 -pkgdesc="Utility libraries for XC Binding" +pkgdesc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes" arch=('i686' 'x86_64') url="http://xcb.freedesktop.org"; license=('custom')
[arch-commits] Commit in xcb-util-keysyms/repos (6 files)
Date: Friday, November 25, 2011 @ 11:06:37 Author: andyrtr Revision: 143509 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xcb-util-keysyms/repos/staging-i686/ xcb-util-keysyms/repos/staging-i686/LICENSE (from rev 143508, xcb-util-keysyms/trunk/LICENSE) xcb-util-keysyms/repos/staging-i686/PKGBUILD (from rev 143508, xcb-util-keysyms/trunk/PKGBUILD) xcb-util-keysyms/repos/staging-x86_64/ xcb-util-keysyms/repos/staging-x86_64/LICENSE (from rev 143508, xcb-util-keysyms/trunk/LICENSE) xcb-util-keysyms/repos/staging-x86_64/PKGBUILD (from rev 143508, xcb-util-keysyms/trunk/PKGBUILD) -+ staging-i686/LICENSE| 267 ++ staging-i686/PKGBUILD | 37 ++ staging-x86_64/LICENSE | 267 ++ staging-x86_64/PKGBUILD | 37 ++ 4 files changed, 608 insertions(+) Copied: xcb-util-keysyms/repos/staging-i686/LICENSE (from rev 143508, xcb-util-keysyms/trunk/LICENSE) === --- staging-i686/LICENSE(rev 0) +++ staging-i686/LICENSE2011-11-25 16:06:37 UTC (rev 143509) @@ -0,0 +1,267 @@ +/* Copyright (C) 2007 Bart Massey + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or their + * institutions shall not be used in advertising or otherwise to promote the + * sale, use or other dealings in this Software without prior written + * authorization from the authors. + */ + +/* + * Copyright (C) 2008-2009 Julien Danjou + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * Except as contained in this notice, the names of the authors or + * their institutions shall not be used in advertising or otherwise to + * promote the sale, use or other dealings in this Software without + * prior written authorization from the authors. + */ + +/* + * Copyright (C) 2008 Arnaud Fontaine + * Copyright (C) 2007-2008 Vincent Torri + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY + * CLAIM,
[arch-commits] Commit in (20 files)
Date: Friday, November 25, 2011 @ 10:59:54 Author: andyrtr Revision: 143508 add xcb-util split libs Added: xcb-util-image/ xcb-util-image/repos/ xcb-util-image/trunk/ xcb-util-image/trunk/LICENSE xcb-util-image/trunk/PKGBUILD xcb-util-keysyms/ xcb-util-keysyms/repos/ xcb-util-keysyms/trunk/ xcb-util-keysyms/trunk/LICENSE xcb-util-keysyms/trunk/PKGBUILD xcb-util-renderutil/ xcb-util-renderutil/repos/ xcb-util-renderutil/trunk/ xcb-util-renderutil/trunk/LICENSE xcb-util-renderutil/trunk/PKGBUILD xcb-util-wm/ xcb-util-wm/repos/ xcb-util-wm/trunk/ xcb-util-wm/trunk/LICENSE xcb-util-wm/trunk/PKGBUILD + xcb-util-image/trunk/LICENSE | 267 +++ xcb-util-image/trunk/PKGBUILD | 35 xcb-util-keysyms/trunk/LICENSE | 267 +++ xcb-util-keysyms/trunk/PKGBUILD| 37 xcb-util-renderutil/trunk/LICENSE | 267 +++ xcb-util-renderutil/trunk/PKGBUILD | 35 xcb-util-wm/trunk/LICENSE | 267 +++ xcb-util-wm/trunk/PKGBUILD | 35 8 files changed, 1210 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 143507:143508 to see the changes.
[arch-commits] Commit in telepathy-gabble/repos (8 files)
Date: Friday, November 25, 2011 @ 05:37:09 Author: ibiru Revision: 143507 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 143506, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 143506, telepathy-gabble/trunk/telepathy-gabble.install) telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 143506, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 143506, telepathy-gabble/trunk/telepathy-gabble.install) Deleted: telepathy-gabble/repos/extra-i686/PKGBUILD telepathy-gabble/repos/extra-i686/telepathy-gabble.install telepathy-gabble/repos/extra-x86_64/PKGBUILD telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install ---+ extra-i686/PKGBUILD | 60 extra-i686/telepathy-gabble.install | 26 ++--- extra-x86_64/PKGBUILD | 60 extra-x86_64/telepathy-gabble.install | 26 ++--- 4 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-25 10:35:53 UTC (rev 143506) +++ extra-i686/PKGBUILD 2011-11-25 10:37:09 UTC (rev 143507) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Daniel Balieiro -# Contributor: Rodrigo L. M. Flores -pkgname=telepathy-gabble -pkgver=0.14.0 -pkgrel=1 -pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3') -makedepends=('libxslt' 'python2') -options=('!libtool') -source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz) -install=telepathy-gabble.install -md5sums=('73afa5533833d176b9b82b96351efe63') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy --with-tls=openssl - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 143506, telepathy-gabble/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-11-25 10:37:09 UTC (rev 143507) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Daniel Balieiro +# Contributor: Rodrigo L. M. Flores +pkgname=telepathy-gabble +pkgver=0.14.1 +pkgrel=1 +pkgdesc="A Jabber/XMPP connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +groups=('telepathy') +license=('LGPL2.1') +depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3') +makedepends=('libxslt' 'python2') +options=('!libtool') +source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) +install=telepathy-gabble.install +md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4') + +build() { + cd $srcdir/$pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy --with-tls=openssl + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install +} Deleted: extra-i686/telepathy-gabble.install === --- extra-i686/telepathy-gabble.install 2011-11-25 10:35:53 UTC (rev 143506) +++ extra-i686/telepathy-gabble.install 2011-11-25 10:37:09 UTC (rev 143507) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 143506, telepathy-gabble/trunk/telepathy-gabble.install) === --- extra-i686/telepathy-gabble.install (rev 0) +++ extra-i686/telepathy-gabble.install 2011-11-25 10:37:09 UTC (rev 143507) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-11-25 10:35:53 UTC (rev 143506) +++ extra-x86_64/PKGBUILD 2011-11-25 10:37:09 UTC (rev 143507) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Daniel Balieiro -# Contributor: Rodrigo L. M. Flores -pkgname=telepathy-gabble -pkgver=0.14.0 -pkgrel=1 -pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedes
[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 05:35:53 Author: ibiru Revision: 143506 update to 0.14.1 Modified: telepathy-gabble/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 08:45:52 UTC (rev 143505) +++ PKGBUILD2011-11-25 10:35:53 UTC (rev 143506) @@ -3,7 +3,7 @@ # Contributor: Daniel Balieiro # Contributor: Rodrigo L. M. Flores pkgname=telepathy-gabble -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') @@ -13,18 +13,18 @@ depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3') makedepends=('libxslt' 'python2') options=('!libtool') -source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz) +source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) install=telepathy-gabble.install -md5sums=('73afa5533833d176b9b82b96351efe63') +md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd $srcdir/$pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy --with-tls=openssl make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install }
[arch-commits] Commit in lyx/repos (10 files)
Date: Friday, November 25, 2011 @ 03:45:52 Author: andrea Revision: 143505 archrelease: copy trunk to staging-i686, staging-x86_64 Added: lyx/repos/staging-i686/ lyx/repos/staging-i686/PKGBUILD (from rev 143504, lyx/trunk/PKGBUILD) lyx/repos/staging-i686/lyx.desktop (from rev 143504, lyx/trunk/lyx.desktop) lyx/repos/staging-i686/lyx.install (from rev 143504, lyx/trunk/lyx.install) lyx/repos/staging-i686/lyxrc.dist (from rev 143504, lyx/trunk/lyxrc.dist) lyx/repos/staging-x86_64/ lyx/repos/staging-x86_64/PKGBUILD (from rev 143504, lyx/trunk/PKGBUILD) lyx/repos/staging-x86_64/lyx.desktop (from rev 143504, lyx/trunk/lyx.desktop) lyx/repos/staging-x86_64/lyx.install (from rev 143504, lyx/trunk/lyx.install) lyx/repos/staging-x86_64/lyxrc.dist (from rev 143504, lyx/trunk/lyxrc.dist) + staging-i686/PKGBUILD | 47 +++ staging-i686/lyx.desktop | 14 staging-i686/lyx.install | 14 staging-i686/lyxrc.dist| 14 staging-x86_64/PKGBUILD| 47 +++ staging-x86_64/lyx.desktop | 14 staging-x86_64/lyx.install | 14 staging-x86_64/lyxrc.dist | 14 8 files changed, 178 insertions(+) Copied: lyx/repos/staging-i686/PKGBUILD (from rev 143504, lyx/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 08:45:52 UTC (rev 143505) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Jason Chu + +pkgname=lyx +pkgver=2.0.1 +pkgrel=3 +pkgdesc="An advanced open-source document processor" +arch=('i686' 'x86_64') +url="http://www.lyx.org"; +depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 'boost-libs' 'libmythes') +makedepends=('boost') +license=('GPL') +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz +lyx.desktop lyxrc.dist) +backup=('etc/lyx/lyxrc.dist') +install=lyx.install +sha1sums=('225b4d853f38463e986a9b42a39cac432da56d8a' + 'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad' + '56416642cc3da2a13b87b84e6b87c1a239f3d09a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} + + sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp + export CXXFLAGS="$CXXFLAGS -fpermissive" + ./configure --prefix=/usr \ +--with-frontend=qt4 --without-included-boost \ +--without-included-mythes + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # install desktop entry + install -Dm644 "${srcdir}/lyx.desktop" \ +"${pkgdir}/usr/share/applications/lyx.desktop" + install -Dm644 "lib/images/lyx.png" \ +"${pkgdir}/usr/share/pixmaps/lyx.png" + + # install default config file + install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist" + ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist" +} Copied: lyx/repos/staging-i686/lyx.desktop (from rev 143504, lyx/trunk/lyx.desktop) === --- staging-i686/lyx.desktop(rev 0) +++ staging-i686/lyx.desktop2011-11-25 08:45:52 UTC (rev 143505) @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=LyX Document Processor +GenericName=Document Processor +Comment=High level LaTeX frontend +Exec=lyx %F +TryExec=lyx +Icon=lyx +StartupNotify=false +StartupWMClass=Lyx +Terminal=false +Categories=Office;WordProcessor;Qt; +MimeType=text/x-lyx;application/x-lyx; Copied: lyx/repos/staging-i686/lyx.install (from rev 143504, lyx/trunk/lyx.install) === --- staging-i686/lyx.install(rev 0) +++ staging-i686/lyx.install2011-11-25 08:45:52 UTC (rev 143505) @@ -0,0 +1,14 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove () { + post_install +} + + + Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 143504, lyx/trunk/lyxrc.dist) === --- staging-i686/lyxrc.dist (rev 0) +++ staging-i686/lyxrc.dist 2011-11-25 08:45:52 UTC (rev 143505) @@ -0,0 +1,14 @@ +### This file is part of +### +### LyX, The Document Processor +### +### Copyright 1995 Matthias Ettrich +### Copyright 1995-2011 The LyX Team. +### +### + +# The file lyxrc.dist gives initial global options for all LyX users. +# Almost all settings here can be overridden through the preferences in LyX. + +\thesaurusdir
[arch-commits] Commit in lyx/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 03:45:20 Author: andrea Revision: 143504 upgpkg: lyx 2.0.1-3 Boost rebuild Modified: lyx/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 08:32:03 UTC (rev 143503) +++ PKGBUILD2011-11-25 08:45:20 UTC (rev 143504) @@ -4,14 +4,14 @@ pkgname=lyx pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="An advanced open-source document processor" arch=('i686' 'x86_64') url="http://www.lyx.org"; depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 'boost-libs' 'libmythes') makedepends=('boost') license=('GPL') -source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \ +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz lyx.desktop lyxrc.dist) backup=('etc/lyx/lyxrc.dist') install=lyx.install @@ -38,7 +38,7 @@ # install desktop entry install -Dm644 "${srcdir}/lyx.desktop" \ "${pkgdir}/usr/share/applications/lyx.desktop" - install -m644 "lib/images/lyx.png" \ + install -Dm644 "lib/images/lyx.png" \ "${pkgdir}/usr/share/pixmaps/lyx.png" # install default config file
[arch-commits] Commit in liborigin2/repos (6 files)
Date: Friday, November 25, 2011 @ 03:32:03 Author: andrea Revision: 143503 archrelease: copy trunk to staging-i686, staging-x86_64 Added: liborigin2/repos/staging-i686/ liborigin2/repos/staging-i686/PKGBUILD (from rev 143502, liborigin2/trunk/PKGBUILD) liborigin2/repos/staging-i686/liborigin.pro.archlinux (from rev 143502, liborigin2/trunk/liborigin.pro.archlinux) liborigin2/repos/staging-x86_64/ liborigin2/repos/staging-x86_64/PKGBUILD (from rev 143502, liborigin2/trunk/PKGBUILD) liborigin2/repos/staging-x86_64/liborigin.pro.archlinux (from rev 143502, liborigin2/trunk/liborigin.pro.archlinux) + staging-i686/PKGBUILD | 57 +++ staging-i686/liborigin.pro.archlinux | 41 ++ staging-x86_64/PKGBUILD| 57 +++ staging-x86_64/liborigin.pro.archlinux | 41 ++ 4 files changed, 196 insertions(+) Copied: liborigin2/repos/staging-i686/PKGBUILD (from rev 143502, liborigin2/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-11-25 08:32:03 UTC (rev 143503) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: damir + +pkgbase=liborigin2 +pkgname=('liborigin2' 'liborigin2-docs') +pkgver=20100913 +pkgrel=6 +arch=('i686' 'x86_64') +url="http://soft.proindependent.com/liborigin2/"; +license=('GPL3') +makedepends=('doxygen' 'qt' 'boost') +replaces=('liborigin') +provides=('liborigin') +source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip + liborigin.pro.archlinux + http://tree.phi-sci.com/tree.hh) +md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375' + '2b19f7a4bd120f6d689edc327468e48e' + '966ef25cb42d192a694a71eedf484c1c') + +build() { + cd "${srcdir}/${pkgbase}" + + install -Dm644 "${srcdir}/liborigin.pro.archlinux" ./liborigin.pro +install -Dm644 "${srcdir}/tree.hh" ./tree.hh # get the header back like it was in previous releases + qmake liborigin.pro QMAKESPEC=linux-g++ + make QTDIR=/usr/ QMAKESPEC=linux-g++ + +# create documentation +cd doc +doxygen +} + +package_liborigin2() { +pkgdesc="A library for reading OriginLab OPJ project files" +depends=('boost-libs') + +cd "${srcdir}/${pkgbase}" + + INSTALL_ROOT="${pkgdir}" make install + +# install missing includes +install -Dm644 tree.hh "${pkgdir}/usr/include/liborigin2/tree.hh" +for i in *.h; do + install -Dm644 ${i} "${pkgdir}/usr/include/liborigin2/${i}" +done +} +package_liborigin2-docs() { +pkgdesc="Documentation for liborigin2: a library for reading OriginLab OPJ project files" + +cd "${srcdir}/${pkgbase}/doc" + install -d "${pkgdir}/usr/share/doc/${pkgbase}" + cp -rf html/* "${pkgdir}/usr/share/doc/${pkgbase}" + chmod 755 "${pkgdir}/usr/share/doc/liborigin2/images" + chmod 644 "${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png" +} Copied: liborigin2/repos/staging-i686/liborigin.pro.archlinux (from rev 143502, liborigin2/trunk/liborigin.pro.archlinux) === --- staging-i686/liborigin.pro.archlinux(rev 0) +++ staging-i686/liborigin.pro.archlinux2011-11-25 08:32:03 UTC (rev 143503) @@ -0,0 +1,41 @@ +TARGET = origin2 +TEMPLATE = lib +CONFIG += warn_on release thread +#CONFIG += staticlib +MOC_DIR = ./tmp +OBJECTS_DIR = ./tmp + +DESTDIR = ./ + +#INCLUDEPATH += boost_1_33_0 +LIBS+= -lboost_date_time +LIBS+= -lboost_thread + +HEADERS += endianfstream.hh +HEADERS += logging.hpp +HEADERS += OriginObj.h +HEADERS += OriginFile.h +HEADERS += OriginParser.h +HEADERS += OriginDefaultParser.h +HEADERS += Origin600Parser.h +HEADERS += Origin610Parser.h +HEADERS += Origin700Parser.h +HEADERS += Origin750Parser.h +HEADERS += Origin800Parser.h +HEADERS += Origin810Parser.h + +SOURCES += OriginFile.cpp +SOURCES += OriginParser.cpp +SOURCES += OriginDefaultParser.cpp +SOURCES += Origin600Parser.cpp +SOURCES += Origin610Parser.cpp +SOURCES += Origin700Parser.cpp +SOURCES += Origin750Parser.cpp +SOURCES += Origin800Parser.cpp +SOURCES += Origin810Parser.cpp + +headers.files = \$\$HEADERS +headers.path = /usr/include/liborigin2 +target.path = /usr/lib +INSTALLS = target headers + Copied: liborigin2/repos/staging-x86_64/PKGBUILD (from rev 143502, liborigin2/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2011-11-25 08:32:03 UTC (rev 143503) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: damir + +pkgbase=
[arch-commits] Commit in liborigin2/trunk (PKGBUILD)
Date: Friday, November 25, 2011 @ 03:31:42 Author: andrea Revision: 143502 upgpkg: liborigin2 20100913-6 Boost rebuild Modified: liborigin2/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-25 08:27:09 UTC (rev 143501) +++ PKGBUILD2011-11-25 08:31:42 UTC (rev 143502) @@ -5,7 +5,7 @@ pkgbase=liborigin2 pkgname=('liborigin2' 'liborigin2-docs') pkgver=20100913 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="http://soft.proindependent.com/liborigin2/"; license=('GPL3') @@ -15,10 +15,9 @@ source=(http://download.berlios.de/qtiplot/${pkgbase}-13092010.zip liborigin.pro.archlinux http://tree.phi-sci.com/tree.hh) -md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375' '2b19f7a4bd120f6d689edc327468e48e'\ - 'd24a1c3bdd811354ea7f5885d86ddacb') -sha1sums=('3f17d5a8c484ddb864a29a91a94d677b0b3b18d7' '1664b00929d6fba6e5ebcf7cb422e1da1b3897a5'\ - 'd10344d969e0b892c21e1bd5bd3541d838526b24') +md5sums=('e2b41c4d8a1e2d357dd2b5b331d31375' + '2b19f7a4bd120f6d689edc327468e48e' + '966ef25cb42d192a694a71eedf484c1c') build() { cd "${srcdir}/${pkgbase}" @@ -35,7 +34,7 @@ package_liborigin2() { pkgdesc="A library for reading OriginLab OPJ project files" -depends=('gcc-libs' 'boost-libs') +depends=('boost-libs') cd "${srcdir}/${pkgbase}"
[arch-commits] Commit in kdeedu-kig/repos (4 files)
Date: Friday, November 25, 2011 @ 03:27:09 Author: andrea Revision: 143501 Boost rebuild Added: kdeedu-kig/repos/staging-i686/ kdeedu-kig/repos/staging-x86_64/ Modified: kdeedu-kig/repos/extra-i686/PKGBUILD kdeedu-kig/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD |2 +- extra-x86_64/PKGBUILD |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-25 08:25:27 UTC (rev 143500) +++ extra-i686/PKGBUILD 2011-11-25 08:27:09 UTC (rev 143501) @@ -3,7 +3,7 @@ pkgname=kdeedu-kig pkgver=4.7.3 -pkgrel=2 +pkgrel=1 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/"; arch=('i686' 'x86_64') Modified: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-11-25 08:25:27 UTC (rev 143500) +++ extra-x86_64/PKGBUILD 2011-11-25 08:27:09 UTC (rev 143501) @@ -3,7 +3,7 @@ pkgname=kdeedu-kig pkgver=4.7.3 -pkgrel=2 +pkgrel=1 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/"; arch=('i686' 'x86_64')
[arch-commits] Commit in kdeedu-kig/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)
Date: Friday, November 25, 2011 @ 03:25:27 Author: andrea Revision: 143500 Boost rebuild Modified: kdeedu-kig/repos/extra-i686/PKGBUILD kdeedu-kig/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD |2 +- extra-x86_64/PKGBUILD |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-11-25 03:30:50 UTC (rev 143499) +++ extra-i686/PKGBUILD 2011-11-25 08:25:27 UTC (rev 143500) @@ -3,7 +3,7 @@ pkgname=kdeedu-kig pkgver=4.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/"; arch=('i686' 'x86_64') Modified: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2011-11-25 03:30:50 UTC (rev 143499) +++ extra-x86_64/PKGBUILD 2011-11-25 08:25:27 UTC (rev 143500) @@ -3,7 +3,7 @@ pkgname=kdeedu-kig pkgver=4.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/"; arch=('i686' 'x86_64')