[arch-commits] Commit in ppl/repos (3 files)
Date: Wednesday, April 18, 2012 @ 02:57:57 Author: allan Revision: 156421 db-move: moved ppl from [staging] to [testing] (x86_64) Added: ppl/repos/testing-x86_64/ ppl/repos/testing-x86_64/PKGBUILD (from rev 156417, ppl/repos/staging-x86_64/PKGBUILD) Deleted: ppl/repos/staging-x86_64/ --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: ppl/repos/testing-x86_64/PKGBUILD (from rev 156417, ppl/repos/staging-x86_64/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-18 06:57:57 UTC (rev 156421) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: ezzetabi + +pkgname=ppl +pkgver=0.12.1 +pkgrel=1 +pkgdesc="A modern library for convex polyhedra and other numerical abstractions." +arch=('i686' 'x86_64') +url="http://bugseng.com/products/ppl"; +license=('GPL3') +depends=('gmp>=5.0') +options=('!docs' '!libtool') +source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign}) +md5sums=('cec8144f2072ac45a850214cca97d075' + '43eeeb147f9d8b3608aead63486c9545') + +build() { + cd $srcdir/ppl-$pkgver + ./configure --prefix=/usr --enable-interfaces="c,cxx" + make +} + +check() { + cd $srcdir/ppl-$pkgver + make check +} + +package() { + cd $srcdir/ppl-$pkgver + make DESTDIR=$pkgdir install +} +
[arch-commits] Commit in ppl/repos (staging-i686 testing-i686 testing-i686/PKGBUILD)
Date: Wednesday, April 18, 2012 @ 02:57:55 Author: allan Revision: 156420 db-move: moved ppl from [staging] to [testing] (i686) Added: ppl/repos/testing-i686/ ppl/repos/testing-i686/PKGBUILD (from rev 156417, ppl/repos/staging-i686/PKGBUILD) Deleted: ppl/repos/staging-i686/ --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: ppl/repos/testing-i686/PKGBUILD (from rev 156417, ppl/repos/staging-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-18 06:57:55 UTC (rev 156420) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: ezzetabi + +pkgname=ppl +pkgver=0.12.1 +pkgrel=1 +pkgdesc="A modern library for convex polyhedra and other numerical abstractions." +arch=('i686' 'x86_64') +url="http://bugseng.com/products/ppl"; +license=('GPL3') +depends=('gmp>=5.0') +options=('!docs' '!libtool') +source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign}) +md5sums=('cec8144f2072ac45a850214cca97d075' + '43eeeb147f9d8b3608aead63486c9545') + +build() { + cd $srcdir/ppl-$pkgver + ./configure --prefix=/usr --enable-interfaces="c,cxx" + make +} + +check() { + cd $srcdir/ppl-$pkgver + make check +} + +package() { + cd $srcdir/ppl-$pkgver + make DESTDIR=$pkgdir install +} +
[arch-commits] Commit in gcc/repos (10 files)
Date: Wednesday, April 18, 2012 @ 02:57:54 Author: allan Revision: 156419 db-move: moved gcc from [staging] to [testing] (x86_64) Added: gcc/repos/testing-x86_64/ gcc/repos/testing-x86_64/PKGBUILD (from rev 156417, gcc/repos/staging-x86_64/PKGBUILD) gcc/repos/testing-x86_64/gcc-4.7.0-cloog-0.17.patch (from rev 156417, gcc/repos/staging-x86_64/gcc-4.7.0-cloog-0.17.patch) gcc/repos/testing-x86_64/gcc-ada.install (from rev 156417, gcc/repos/staging-x86_64/gcc-ada.install) gcc/repos/testing-x86_64/gcc-fortran.install (from rev 156417, gcc/repos/staging-x86_64/gcc-fortran.install) gcc/repos/testing-x86_64/gcc-go.install (from rev 156417, gcc/repos/staging-x86_64/gcc-go.install) gcc/repos/testing-x86_64/gcc-libs.install (from rev 156417, gcc/repos/staging-x86_64/gcc-libs.install) gcc/repos/testing-x86_64/gcc.install (from rev 156417, gcc/repos/staging-x86_64/gcc.install) gcc/repos/testing-x86_64/gcc_pure64.patch (from rev 156417, gcc/repos/staging-x86_64/gcc_pure64.patch) Deleted: gcc/repos/staging-x86_64/ + PKGBUILD | 265 +++ gcc-4.7.0-cloog-0.17.patch | 24 +++ gcc-ada.install| 20 +++ gcc-fortran.install| 16 ++ gcc-go.install | 20 +++ gcc-libs.install | 16 ++ gcc.install| 20 +++ gcc_pure64.patch | 26 8 files changed, 407 insertions(+) Copied: gcc/repos/testing-x86_64/PKGBUILD (from rev 156417, gcc/repos/staging-x86_64/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-18 06:57:54 UTC (rev 156419) @@ -0,0 +1,265 @@ +# $Id$ +# Maintainer: Allan McRae + +# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# NOTE: libtool requires rebuilt with each new gcc version + +pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') +pkgver=4.7.0 +pkgrel=5 +_snapshot=4.7-20120414 +_libstdcppmanver=20120307 # Note: check source directory name when updating this +pkgdesc="The GNU Compiler Collection" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL' 'custom') +url="http://gcc.gnu.org"; +makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada') +checkdepends=('dejagnu') +options=('!libtool' '!emptydirs') +source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2 + gcc_pure64.patch + gcc-4.7.0-cloog-0.17.patch) +md5sums=('9f9d082b64753d5908690500251fc52e' + '489d2f5311535800a120efd8d18db719' + 'ced48436c1b3c981d721a829f1094de1' + '575f7d17b022e609447a590e481b18b5') + + +if [ -n "${_snapshot}" ]; then + _basedir="${srcdir}/gcc-${_snapshot}" +else + _basedir="${srcdir}/gcc-${pkgver}" +fi + +build() { + cd ${_basedir} + + # Do not install libiberty + sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in + + # Do not run fixincludes + sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in + + if [ "${CARCH}" = "x86_64" ]; then +patch -p1 -i ${srcdir}/gcc_pure64.patch + fi + + # compatibility with latest cloog + patch -p1 -i ${srcdir}/gcc-4.7.0-cloog-0.17.patch + + echo ${pkgver} > gcc/BASE-VER + + cd ${srcdir} + mkdir gcc-build && cd gcc-build + + ${_basedir}/configure --prefix=/usr \ + --libdir=/usr/lib --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-bugurl=https://bugs.archlinux.org/ \ + --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \ + --enable-shared --enable-threads=posix \ + --with-system-zlib --enable-__cxa_atexit \ + --disable-libunwind-exceptions --enable-clocale=gnu \ + --disable-libstdcxx-pch --enable-libstdcxx-time \ + --enable-gnu-unique-object --enable-linker-build-id \ + --with-ppl --enable-cloog-backend=isl \ + --enable-lto --enable-gold --enable-ld=default \ + --enable-plugin --with-plugin-ld=ld.gold \ + --with-linker-hash-style=gnu \ + --disable-multilib --disable-libssp \ + --disable-build-with-cxx --disable-build-poststage1-with-cxx \ + --enable-checking=release + make +} + +check() { + cd gcc-build + + # increase stack size to prevent test failures + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827 + ulimit -s 32768 + + # do not abort on error as some are "expected" + make -k check || true + ${_basedir}/contrib/test_summary +} + +package_gcc-libs() +{ + pkgdesc="Runtime libraries shipped by GCC" + groups=('base') + depends=('glibc>=2.15') + install=gcc-libs.install + + cd gcc-build + make -j1 -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared + for lib in libmudflap libgo
[arch-commits] Commit in gcc/repos (10 files)
Date: Wednesday, April 18, 2012 @ 02:57:53 Author: allan Revision: 156418 db-move: moved gcc from [staging] to [testing] (i686) Added: gcc/repos/testing-i686/ gcc/repos/testing-i686/PKGBUILD (from rev 156417, gcc/repos/staging-i686/PKGBUILD) gcc/repos/testing-i686/gcc-4.7.0-cloog-0.17.patch (from rev 156417, gcc/repos/staging-i686/gcc-4.7.0-cloog-0.17.patch) gcc/repos/testing-i686/gcc-ada.install (from rev 156417, gcc/repos/staging-i686/gcc-ada.install) gcc/repos/testing-i686/gcc-fortran.install (from rev 156417, gcc/repos/staging-i686/gcc-fortran.install) gcc/repos/testing-i686/gcc-go.install (from rev 156417, gcc/repos/staging-i686/gcc-go.install) gcc/repos/testing-i686/gcc-libs.install (from rev 156417, gcc/repos/staging-i686/gcc-libs.install) gcc/repos/testing-i686/gcc.install (from rev 156417, gcc/repos/staging-i686/gcc.install) gcc/repos/testing-i686/gcc_pure64.patch (from rev 156417, gcc/repos/staging-i686/gcc_pure64.patch) Deleted: gcc/repos/staging-i686/ + PKGBUILD | 265 +++ gcc-4.7.0-cloog-0.17.patch | 24 +++ gcc-ada.install| 20 +++ gcc-fortran.install| 16 ++ gcc-go.install | 20 +++ gcc-libs.install | 16 ++ gcc.install| 20 +++ gcc_pure64.patch | 26 8 files changed, 407 insertions(+) Copied: gcc/repos/testing-i686/PKGBUILD (from rev 156417, gcc/repos/staging-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-18 06:57:53 UTC (rev 156418) @@ -0,0 +1,265 @@ +# $Id$ +# Maintainer: Allan McRae + +# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# NOTE: libtool requires rebuilt with each new gcc version + +pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') +pkgver=4.7.0 +pkgrel=5 +_snapshot=4.7-20120414 +_libstdcppmanver=20120307 # Note: check source directory name when updating this +pkgdesc="The GNU Compiler Collection" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL' 'custom') +url="http://gcc.gnu.org"; +makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada') +checkdepends=('dejagnu') +options=('!libtool' '!emptydirs') +source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2 + gcc_pure64.patch + gcc-4.7.0-cloog-0.17.patch) +md5sums=('9f9d082b64753d5908690500251fc52e' + '489d2f5311535800a120efd8d18db719' + 'ced48436c1b3c981d721a829f1094de1' + '575f7d17b022e609447a590e481b18b5') + + +if [ -n "${_snapshot}" ]; then + _basedir="${srcdir}/gcc-${_snapshot}" +else + _basedir="${srcdir}/gcc-${pkgver}" +fi + +build() { + cd ${_basedir} + + # Do not install libiberty + sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in + + # Do not run fixincludes + sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in + + if [ "${CARCH}" = "x86_64" ]; then +patch -p1 -i ${srcdir}/gcc_pure64.patch + fi + + # compatibility with latest cloog + patch -p1 -i ${srcdir}/gcc-4.7.0-cloog-0.17.patch + + echo ${pkgver} > gcc/BASE-VER + + cd ${srcdir} + mkdir gcc-build && cd gcc-build + + ${_basedir}/configure --prefix=/usr \ + --libdir=/usr/lib --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-bugurl=https://bugs.archlinux.org/ \ + --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \ + --enable-shared --enable-threads=posix \ + --with-system-zlib --enable-__cxa_atexit \ + --disable-libunwind-exceptions --enable-clocale=gnu \ + --disable-libstdcxx-pch --enable-libstdcxx-time \ + --enable-gnu-unique-object --enable-linker-build-id \ + --with-ppl --enable-cloog-backend=isl \ + --enable-lto --enable-gold --enable-ld=default \ + --enable-plugin --with-plugin-ld=ld.gold \ + --with-linker-hash-style=gnu \ + --disable-multilib --disable-libssp \ + --disable-build-with-cxx --disable-build-poststage1-with-cxx \ + --enable-checking=release + make +} + +check() { + cd gcc-build + + # increase stack size to prevent test failures + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827 + ulimit -s 32768 + + # do not abort on error as some are "expected" + make -k check || true + ${_basedir}/contrib/test_summary +} + +package_gcc-libs() +{ + pkgdesc="Runtime libraries shipped by GCC" + groups=('base') + depends=('glibc>=2.15') + install=gcc-libs.install + + cd gcc-build + make -j1 -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared + for lib in libmudflap libgomp libstdc++-v3/src libitm; do +make -
[arch-commits] Commit in xulrunner/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 23:00:40 Author: tdziedzic Revision: 156417 sqlite3 -> sqlite Modified: xulrunner/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:59:59 UTC (rev 156416) +++ PKGBUILD2012-04-18 03:00:40 UTC (rev 156417) @@ -7,7 +7,7 @@ pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') -depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2') +depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite>=3.7.4' 'libnotify' 'libvpx' 'python2') makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13') url="http://wiki.mozilla.org/XUL:Xul_Runner"; source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
[arch-commits] Commit in thunderbird/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:59:59 Author: tdziedzic Revision: 156416 sqlite3 -> sqlite Modified: thunderbird/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:59:36 UTC (rev 156415) +++ PKGBUILD2012-04-18 02:59:59 UTC (rev 156416) @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') license=('MPL' 'GPL') url="http://www.mozilla.org/thunderbird/"; -depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification') +depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification') makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13') optdepends=('libcanberra: for sound support') install=thunderbird.install
[arch-commits] Commit in telepathy-logger/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:59:36 Author: tdziedzic Revision: 156415 sqlite3 -> sqlite Modified: telepathy-logger/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:59:06 UTC (rev 156414) +++ PKGBUILD2012-04-18 02:59:36 UTC (rev 156415) @@ -7,7 +7,7 @@ arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Logger"; license=('LGPL2.1') -depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf') +depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf') makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection') options=('!libtool') install=telepathy-logger.install
[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:59:06 Author: tdziedzic Revision: 156414 sqlite3 -> sqlite Modified: telepathy-gabble/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:58:45 UTC (rev 156413) +++ PKGBUILD2012-04-18 02:59:06 UTC (rev 156414) @@ -10,7 +10,7 @@ url="http://telepathy.freedesktop.org"; groups=('telepathy') license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3') +depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') makedepends=('libxslt' 'python2') options=('!libtool' '!emptydirs') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
[arch-commits] Commit in seamonkey/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:58:45 Author: tdziedzic Revision: 156413 sqlite3 -> sqlite Modified: seamonkey/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:58:23 UTC (rev 156412) +++ PKGBUILD2012-04-18 02:58:45 UTC (rev 156413) @@ -6,7 +6,7 @@ pkgdesc="SeaMonkey internet suite" arch=('i686' 'x86_64') license=('MPL') -depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification') +depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification') makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13') install=$pkgname.install url="http://www.seamonkey-project.org/";
[arch-commits] Commit in php/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:58:23 Author: tdziedzic Revision: 156412 sqlite3 -> sqlite Modified: php/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:57:22 UTC (rev 156411) +++ PKGBUILD2012-04-18 02:58:23 UTC (rev 156412) @@ -28,7 +28,7 @@ license=('PHP') url='http://www.php.net' makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' - 'sqlite3' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds' + 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds' 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu' 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2') source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2"; @@ -349,8 +349,8 @@ } package_php-sqlite() { - depends=('php' 'sqlite3') - pkgdesc='sqlite3 module for PHP' + depends=('php' 'sqlite') + pkgdesc='sqlite module for PHP' install -D -m755 ${srcdir}/build-php/modules/sqlite3.so ${pkgdir}/usr/lib/php/modules/sqlite3.so install -D -m755 ${srcdir}/build-php/modules/pdo_sqlite.so ${pkgdir}/usr/lib/php/modules/pdo_sqlite.so }
[arch-commits] Commit in pdns/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:57:22 Author: tdziedzic Revision: 156411 sqlite3 -> sqlite Modified: pdns/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:56:40 UTC (rev 156410) +++ PKGBUILD2012-04-18 02:57:22 UTC (rev 156411) @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') url="http://www.powerdns.com"; license=('GPL') -depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 'libldap') +depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap') makedepends=('boost') provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
[arch-commits] Commit in nss/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:56:40 Author: tdziedzic Revision: 156410 sqlite3 -> sqlite Modified: nss/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:56:17 UTC (rev 156409) +++ PKGBUILD2012-04-18 02:56:40 UTC (rev 156410) @@ -9,7 +9,7 @@ url="http://www.mozilla.org/projects/security/pki/nss/"; license=('MPL' 'GPL') _nsprver=4.9 -depends=("nspr>=${_nsprver}" 'sqlite3' 'zlib' 'sh') +depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh') makedepends=('perl') options=('!strip') source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgname}-${pkgver}.tar.gz
[arch-commits] Commit in libwebkit/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:56:17 Author: tdziedzic Revision: 156409 sqlite3 -> sqlite Modified: libwebkit/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:55:09 UTC (rev 156408) +++ PKGBUILD2012-04-18 02:56:17 UTC (rev 156409) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://webkitgtk.org/"; license=('custom') -depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant' 'libgl' +depends=('libxt' 'libxslt' 'sqlite' 'icu' 'gstreamer0.10-base' 'libsoup' 'enchant' 'libgl' 'geoclue') makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa') options=('!libtool' '!emptydirs')
[arch-commits] Commit in libchamplain/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:55:09 Author: tdziedzic Revision: 156408 sqlite3 -> sqlite Modified: libchamplain/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:54:44 UTC (rev 156407) +++ PKGBUILD2012-04-18 02:55:09 UTC (rev 156408) @@ -10,7 +10,7 @@ license=('LGPL') arch=('i686' 'x86_64') options=('!libtool') -depends=('clutter-gtk' 'libsoup-gnome' 'cairo' 'sqlite3') +depends=('clutter-gtk' 'libsoup-gnome' 'cairo' 'sqlite') makedepends=('gobject-introspection' 'gtk-doc' 'vala') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=('d23f97875e407fdc3e8fc86bef538a377c42f37f5be4fc8ec6063e7446fd7e2e')
[arch-commits] Commit in firefox/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:54:44 Author: tdziedzic Revision: 156407 sqlite3 -> sqlite Modified: firefox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-18 02:54:18 UTC (rev 156406) +++ PKGBUILD2012-04-18 02:54:44 UTC (rev 156407) @@ -8,7 +8,7 @@ pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') -depends=('gtk2' 'mozilla-common' 'nss>=3.13.3' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme') +depends=('gtk2' 'mozilla-common' 'nss>=3.13.3' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite' 'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme') makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake') url="http://www.mozilla.org/projects/firefox"; install=firefox.install
[arch-commits] Commit in bigloo/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 22:54:18 Author: tdziedzic Revision: 156406 sqlite3 -> sqlite Modified: bigloo/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 23:44:25 UTC (rev 156405) +++ PKGBUILD2012-04-18 02:54:18 UTC (rev 156406) @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') url="http://www-sop.inria.fr/mimosa/fp/Bigloo/"; license=('GPL' 'LGPL') -depends=('openssl' 'sqlite3' 'alsa-lib') +depends=('openssl' 'sqlite' 'alsa-lib') makedepends=('java-environment' 'emacs' 'zip') optdepends=('emacs') options=('!makeflags')
[arch-commits] Commit in (fwbuilder)
Date: Tuesday, April 17, 2012 @ 19:44:25 Author: eric Revision: 156405 Moving to [community] repo Deleted: fwbuilder/
[arch-commits] Commit in fwbuilder/repos (extra-x86_64)
Date: Tuesday, April 17, 2012 @ 19:43:09 Author: eric Revision: 156404 db-remove: fwbuilder removed by eric Deleted: fwbuilder/repos/extra-x86_64/
[arch-commits] Commit in fwbuilder/repos (extra-i686)
Date: Tuesday, April 17, 2012 @ 19:42:52 Author: eric Revision: 156403 db-remove: fwbuilder removed by eric Deleted: fwbuilder/repos/extra-i686/
[arch-commits] Commit in gdm/repos (44 files)
Date: Tuesday, April 17, 2012 @ 19:20:57 Author: heftig Revision: 156402 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gdm/repos/testing-i686/PKGBUILD (from rev 156401, gdm/trunk/PKGBUILD) gdm/repos/testing-i686/fix_external_program_directories.patch (from rev 156401, gdm/trunk/fix_external_program_directories.patch) gdm/repos/testing-i686/gdm (from rev 156401, gdm/trunk/gdm) gdm/repos/testing-i686/gdm-autologin.pam (from rev 156401, gdm/trunk/gdm-autologin.pam) gdm/repos/testing-i686/gdm-fingerprint.pam (from rev 156401, gdm/trunk/gdm-fingerprint.pam) gdm/repos/testing-i686/gdm-password.pam (from rev 156401, gdm/trunk/gdm-password.pam) gdm/repos/testing-i686/gdm-smartcard.pam (from rev 156401, gdm/trunk/gdm-smartcard.pam) gdm/repos/testing-i686/gdm-vt-allocation-hack.patch (from rev 156401, gdm/trunk/gdm-vt-allocation-hack.patch) gdm/repos/testing-i686/gdm-welcome.pam (from rev 156401, gdm/trunk/gdm-welcome.pam) gdm/repos/testing-i686/gdm.install (from rev 156401, gdm/trunk/gdm.install) gdm/repos/testing-i686/gdm.pam (from rev 156401, gdm/trunk/gdm.pam) gdm/repos/testing-x86_64/PKGBUILD (from rev 156401, gdm/trunk/PKGBUILD) gdm/repos/testing-x86_64/fix_external_program_directories.patch (from rev 156401, gdm/trunk/fix_external_program_directories.patch) gdm/repos/testing-x86_64/gdm (from rev 156401, gdm/trunk/gdm) gdm/repos/testing-x86_64/gdm-autologin.pam (from rev 156401, gdm/trunk/gdm-autologin.pam) gdm/repos/testing-x86_64/gdm-fingerprint.pam (from rev 156401, gdm/trunk/gdm-fingerprint.pam) gdm/repos/testing-x86_64/gdm-password.pam (from rev 156401, gdm/trunk/gdm-password.pam) gdm/repos/testing-x86_64/gdm-smartcard.pam (from rev 156401, gdm/trunk/gdm-smartcard.pam) gdm/repos/testing-x86_64/gdm-vt-allocation-hack.patch (from rev 156401, gdm/trunk/gdm-vt-allocation-hack.patch) gdm/repos/testing-x86_64/gdm-welcome.pam (from rev 156401, gdm/trunk/gdm-welcome.pam) gdm/repos/testing-x86_64/gdm.install (from rev 156401, gdm/trunk/gdm.install) gdm/repos/testing-x86_64/gdm.pam (from rev 156401, gdm/trunk/gdm.pam) Deleted: gdm/repos/testing-i686/PKGBUILD gdm/repos/testing-i686/fix_external_program_directories.patch gdm/repos/testing-i686/gdm gdm/repos/testing-i686/gdm-autologin.pam gdm/repos/testing-i686/gdm-fingerprint.pam gdm/repos/testing-i686/gdm-password.pam gdm/repos/testing-i686/gdm-smartcard.pam gdm/repos/testing-i686/gdm-vt-allocation-hack.patch gdm/repos/testing-i686/gdm-welcome.pam gdm/repos/testing-i686/gdm.install gdm/repos/testing-i686/gdm.pam gdm/repos/testing-x86_64/PKGBUILD gdm/repos/testing-x86_64/fix_external_program_directories.patch gdm/repos/testing-x86_64/gdm gdm/repos/testing-x86_64/gdm-autologin.pam gdm/repos/testing-x86_64/gdm-fingerprint.pam gdm/repos/testing-x86_64/gdm-password.pam gdm/repos/testing-x86_64/gdm-smartcard.pam gdm/repos/testing-x86_64/gdm-vt-allocation-hack.patch gdm/repos/testing-x86_64/gdm-welcome.pam gdm/repos/testing-x86_64/gdm.install gdm/repos/testing-x86_64/gdm.pam ---+ testing-i686/PKGBUILD | 134 - testing-i686/fix_external_program_directories.patch | 68 ++-- testing-i686/gdm | 72 ++-- testing-i686/gdm-autologin.pam| 38 +- testing-i686/gdm-fingerprint.pam | 38 +- testing-i686/gdm-password.pam | 42 +- testing-i686/gdm-smartcard.pam| 38 +- testing-i686/gdm-vt-allocation-hack.patch | 236 testing-i686/gdm-welcome.pam | 24 - testing-i686/gdm.install | 60 ++-- testing-i686/gdm.pam | 20 - testing-x86_64/PKGBUILD | 134 - testing-x86_64/fix_external_program_directories.patch | 68 ++-- testing-x86_64/gdm| 72 ++-- testing-x86_64/gdm-autologin.pam | 38 +- testing-x86_64/gdm-fingerprint.pam| 38 +- testing-x86_64/gdm-password.pam | 42 +- testing-x86_64/gdm-smartcard.pam | 38 +- testing-x86_64/gdm-vt-allocation-hack.patch | 236 testing-x86_64/gdm-welcome.pam| 24 - testing-x86_64/gdm.install| 60 ++-- testing-x86_64/gdm.pam| 20 - 22 files changed, 778 insertions(+), 762 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 156401:156402 to see the changes.
[arch-commits] Commit in gdm/trunk (5 files)
Date: Tuesday, April 17, 2012 @ 19:18:09 Author: heftig Revision: 156401 add pam_access and pam_time Modified: gdm/trunk/PKGBUILD gdm/trunk/gdm-autologin.pam gdm/trunk/gdm-fingerprint.pam gdm/trunk/gdm-password.pam gdm/trunk/gdm-smartcard.pam -+ PKGBUILD| 10 +- gdm-autologin.pam |2 ++ gdm-fingerprint.pam |2 ++ gdm-password.pam|2 ++ gdm-smartcard.pam |2 ++ 5 files changed, 13 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 21:23:12 UTC (rev 156400) +++ PKGBUILD2012-04-17 23:18:09 UTC (rev 156401) @@ -3,7 +3,7 @@ pkgname=gdm pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Gnome Display Manager (a reimplementation of xdm)" arch=('i686' 'x86_64') license=('GPL') @@ -26,11 +26,11 @@ 'f68600ccf80f475deb417d58ab3306c4a1ba4622688e2901996c8549c85a9ee6' '3c8b588d4af08d94dc93bcd5e4c2a983c3f4fbbbe40833bceac2a1df4f1e8215' '272c08d8e8b50bf424d0705ac864d4c18c47ec4f6893b1af732c2efbc86c9550' -'b30dfa217718b43ff3aa4e8af08985963175b79ff30698ec54e8396d2905922d' -'5bc3ff3ea7b31219dfcb7d9fc0eb2819eca1c5573a0f426d288a17560a69633e' +'6a8b286d1ffa04150b3cc401f64e6ddec778c7b65f5bfc831031b64345d7e6b2' +'dd50f5bd28807a16c5ebe89fc868b7c47fa571138498e879f2b1c9da1ad6eb84' 'f1dfa4d88288d4b0a631a68a51b46c2da537bee8fe5a99f9f288c8ff75a50b19' -'92aded0804bad8a609fd150448ad4a2edb8166c17cb4e2b581559e80603bbb6c' -'df74b0dcfb17ea43cc1e268a27cd256c552672457db1af40b285452d16b3e2fd' +'1a1e9b3f26de4eb9f45d1e9a0b5d0db902ca734461ba46b4bb620b0298bb98aa' +'844d5fae0df59241d34099a3d458289bd95707b2aae976627c663904294043d8' '39bf3824cc505043dc3136356da16dab9df9f369f1077435a324be2ac16cf834') build() { Modified: gdm-autologin.pam === --- gdm-autologin.pam 2012-04-17 21:23:12 UTC (rev 156400) +++ gdm-autologin.pam 2012-04-17 23:18:09 UTC (rev 156401) @@ -7,6 +7,8 @@ authsufficient pam_succeed_if.so uid >= 1000 quiet authrequiredpam_deny.so +account requiredpam_access.so +account requiredpam_time.so account requiredpam_unix.so passwordrequiredpam_deny.so Modified: gdm-fingerprint.pam === --- gdm-fingerprint.pam 2012-04-17 21:23:12 UTC (rev 156400) +++ gdm-fingerprint.pam 2012-04-17 23:18:09 UTC (rev 156401) @@ -7,6 +7,8 @@ authsufficient pam_succeed_if.so uid >= 1000 quiet authrequiredpam_deny.so +account requiredpam_access.so +account requiredpam_time.so account requiredpam_unix.so passwordrequiredpam_deny.so Modified: gdm-password.pam === --- gdm-password.pam2012-04-17 21:23:12 UTC (rev 156400) +++ gdm-password.pam2012-04-17 23:18:09 UTC (rev 156401) @@ -8,6 +8,8 @@ authsufficient pam_succeed_if.so uid >= 1000 quiet authrequiredpam_deny.so +account requiredpam_access.so +account requiredpam_time.so account requiredpam_unix.so passwordrequiredpam_unix.so Modified: gdm-smartcard.pam === --- gdm-smartcard.pam 2012-04-17 21:23:12 UTC (rev 156400) +++ gdm-smartcard.pam 2012-04-17 23:18:09 UTC (rev 156401) @@ -7,6 +7,8 @@ authsufficient pam_succeed_if.so uid >= 1000 quiet authrequiredpam_deny.so +account requiredpam_access.so +account requiredpam_time.so account requiredpam_unix.so passwordrequiredpam_pkcs11.so
[arch-commits] Commit in gnome-system-monitor/repos (8 files)
Date: Tuesday, April 17, 2012 @ 17:23:12 Author: ibiru Revision: 156400 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 156399, gnome-system-monitor/trunk/PKGBUILD) gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install) gnome-system-monitor/repos/testing-x86_64/PKGBUILD (from rev 156399, gnome-system-monitor/trunk/PKGBUILD) gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install) Deleted: gnome-system-monitor/repos/testing-i686/PKGBUILD gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install gnome-system-monitor/repos/testing-x86_64/PKGBUILD gnome-system-monitor/repos/testing-x86_64/gnome-system-monitor.install -+ testing-i686/PKGBUILD | 58 +- testing-i686/gnome-system-monitor.install | 30 - testing-x86_64/PKGBUILD | 58 +- testing-x86_64/gnome-system-monitor.install | 30 - 4 files changed, 80 insertions(+), 96 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 21:19:27 UTC (rev 156399) +++ testing-i686/PKGBUILD 2012-04-17 21:23:12 UTC (rev 156400) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gnome-system-monitor -pkgver=3.4.0 -pkgrel=1 -pkgdesc="A system monitor for GNOME" -arch=(i686 x86_64) -license=('GPL') -depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd') -makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool') -options=(!emptydirs) -url="http://www.gnome.org"; -groups=('gnome-extra') -install=gnome-system-monitor.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e62047983f423f4a178f01d860e9b362e8c9757d4bbeadad0f261b97b4433d12') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gnome-system-monitor/repos/testing-i686/PKGBUILD (from rev 156399, gnome-system-monitor/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 21:23:12 UTC (rev 156400) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gnome-system-monitor +pkgver=3.4.1 +pkgrel=1 +pkgdesc="A system monitor for GNOME" +arch=(i686 x86_64) +license=('GPL') +depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd') +makedepends=('gnome-doc-utils' 'intltool') +options=(!emptydirs) +url="http://www.gnome.org"; +groups=('gnome-extra') +install=gnome-system-monitor.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/gnome-system-monitor.install === --- testing-i686/gnome-system-monitor.install 2012-04-17 21:19:27 UTC (rev 156399) +++ testing-i686/gnome-system-monitor.install 2012-04-17 21:23:12 UTC (rev 156400) @@ -1,19 +0,0 @@ -pkgname=gnome-system-monitor - -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -pre_upgrade() { -if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then -gconfpkg --uninstall ${pkgname} -fi -} - -post_upgrade() { -post_install $1 -} - -post_remove() { -post_install $1 -} Copied: gnome-system-monitor/repos/testing-i686/gnome-system-monitor.install (from rev 156399, gnome-system-monitor/trunk/gnome-system-monitor.install) === --- testing-i686/gnome-system-monitor.install (rev 0) +++ testing-i686/gnome-system-monitor.install 2012-04-17 21:23:12 UTC (rev 156400) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 21:19:27 UTC (rev 156399) +++ testing-x86_64/PKGBUILD 2012-04-17 21:23:12 UTC (rev 156400
[arch-commits] Commit in gnome-system-monitor/trunk (2 files)
Date: Tuesday, April 17, 2012 @ 17:19:27 Author: ibiru Revision: 156399 update to 3.4.1 Modified: gnome-system-monitor/trunk/PKGBUILD gnome-system-monitor/trunk/gnome-system-monitor.install --+ PKGBUILD |6 +++--- gnome-system-monitor.install | 12 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 21:03:54 UTC (rev 156398) +++ PKGBUILD2012-04-17 21:19:27 UTC (rev 156399) @@ -3,19 +3,19 @@ # Contributor: Jan de Groot pkgname=gnome-system-monitor -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="A system monitor for GNOME" arch=(i686 x86_64) license=('GPL') depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd') -makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool') +makedepends=('gnome-doc-utils' 'intltool') options=(!emptydirs) url="http://www.gnome.org"; groups=('gnome-extra') install=gnome-system-monitor.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e62047983f423f4a178f01d860e9b362e8c9757d4bbeadad0f261b97b4433d12') +sha256sums=('60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b') build() { cd $pkgname-$pkgver Modified: gnome-system-monitor.install === --- gnome-system-monitor.install2012-04-17 21:03:54 UTC (rev 156398) +++ gnome-system-monitor.install2012-04-17 21:19:27 UTC (rev 156399) @@ -1,19 +1,11 @@ -pkgname=gnome-system-monitor - post_install() { glib-compile-schemas /usr/share/glib-2.0/schemas } -pre_upgrade() { -if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then -gconfpkg --uninstall ${pkgname} -fi -} - post_upgrade() { -post_install $1 +post_install } post_remove() { -post_install $1 +post_install }
[arch-commits] Commit in gobject-introspection/repos (4 files)
Date: Tuesday, April 17, 2012 @ 17:03:54 Author: ibiru Revision: 156398 archrelease: copy trunk to testing-x86_64, testing-i686 Added: gobject-introspection/repos/testing-i686/PKGBUILD (from rev 156397, gobject-introspection/trunk/PKGBUILD) gobject-introspection/repos/testing-x86_64/PKGBUILD (from rev 156397, gobject-introspection/trunk/PKGBUILD) Deleted: gobject-introspection/repos/testing-i686/PKGBUILD gobject-introspection/repos/testing-x86_64/PKGBUILD -+ testing-i686/PKGBUILD | 58 +++--- testing-x86_64/PKGBUILD | 58 +++--- 2 files changed, 58 insertions(+), 58 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 21:02:58 UTC (rev 156397) +++ testing-i686/PKGBUILD 2012-04-17 21:03:54 UTC (rev 156398) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gobject-introspection -pkgver=1.32.0 -pkgrel=1 -pkgdesc="Introspection system for GObject-based libraries" -url="http://live.gnome.org/GObjectInstrospection"; -arch=('x86_64' 'i686') -license=('LGPL' 'GPL') -depends=('glib2' 'python2') -makedepends=('cairo') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3') - -build() { - cd "$srcdir/$pkgname-$pkgver" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - sed -i '1s|#!/usr/bin/env python$|&2|' \ -"$pkgdir"/usr/lib/gobject-introspection/giscanner/*.py -} Copied: gobject-introspection/repos/testing-i686/PKGBUILD (from rev 156397, gobject-introspection/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 21:03:54 UTC (rev 156398) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gobject-introspection +pkgver=1.32.1 +pkgrel=1 +pkgdesc="Introspection system for GObject-based libraries" +url="http://live.gnome.org/GObjectInstrospection"; +arch=('x86_64' 'i686') +license=('LGPL' 'GPL') +depends=('glib2' 'python2') +makedepends=('cairo') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858') + +build() { + cd "$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + sed -i '1s|#!/usr/bin/env python$|&2|' \ +"$pkgdir"/usr/lib/gobject-introspection/giscanner/*.py +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 21:02:58 UTC (rev 156397) +++ testing-x86_64/PKGBUILD 2012-04-17 21:03:54 UTC (rev 156398) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gobject-introspection -pkgver=1.32.0 -pkgrel=1 -pkgdesc="Introspection system for GObject-based libraries" -url="http://live.gnome.org/GObjectInstrospection"; -arch=('x86_64' 'i686') -license=('LGPL' 'GPL') -depends=('glib2' 'python2') -makedepends=('cairo') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3') - -build() { - cd "$srcdir/$pkgname-$pkgver" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - sed -i '1s|#!/usr/bin/env python$|&2|' \ -"$pkgdir"/usr/lib/gobject-introspection/giscanner/*.py -} Copied: gobject-introspection/repos/testing-x86_64/PKGBUILD (from rev 156397, gobject-introspection/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-17 21:03:54 UTC (rev 156398) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gobject-introspection +pkgver=1.32.1 +pkgrel=1 +pkgdesc="Introspection system for GObject-based libraries" +url="http://live.gnome.org/GObjectInstrospection"; +arch=('x86_64' 'i686') +license=('LGPL' 'GPL') +depends=('glib2' 'python2') +makedepends=('cairo') +options=('!libtool') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858') + +build() { + cd "$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static + make +} + +package() { +
[arch-commits] Commit in gobject-introspection/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 17:02:58 Author: ibiru Revision: 156397 update 1.32.1 Modified: gobject-introspection/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:50:49 UTC (rev 156396) +++ PKGBUILD2012-04-17 21:02:58 UTC (rev 156397) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=gobject-introspection -pkgver=1.32.0 +pkgver=1.32.1 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection"; @@ -12,16 +12,16 @@ makedepends=('cairo') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3') +sha256sums=('44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install sed -i '1s|#!/usr/bin/env python$|&2|' \
[arch-commits] Commit in eog/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:50:49 Author: ibiru Revision: 156396 archrelease: copy trunk to testing-i686, testing-x86_64 Added: eog/repos/testing-i686/PKGBUILD (from rev 156395, eog/trunk/PKGBUILD) eog/repos/testing-i686/eog.install (from rev 156395, eog/trunk/eog.install) eog/repos/testing-x86_64/PKGBUILD (from rev 156395, eog/trunk/PKGBUILD) eog/repos/testing-x86_64/eog.install (from rev 156395, eog/trunk/eog.install) Deleted: eog/repos/testing-i686/PKGBUILD eog/repos/testing-i686/eog.install eog/repos/testing-x86_64/PKGBUILD eog/repos/testing-x86_64/eog.install + testing-i686/PKGBUILD | 66 +-- testing-i686/eog.install | 26 testing-x86_64/PKGBUILD| 66 +-- testing-x86_64/eog.install | 26 4 files changed, 92 insertions(+), 92 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:49:57 UTC (rev 156395) +++ testing-i686/PKGBUILD 2012-04-17 20:50:49 UTC (rev 156396) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=eog -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Eye of Gnome: An image viewing and cataloging program" -arch=('i686' 'x86_64') -license=('GPL') -depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf') -makedepends=('gtk-doc' 'intltool') -install=eog.install -groups=('gnome-extra') -options=('!emptydirs' '!libtool') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0710479642078aebb576d07ccc599e9f5ae83f4c738b182867fda59aea359dd2') - -build() { - cd "$pkgname-$pkgver" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-scrollkeeper - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # remove it from Xfce menu that ships its own thingy - echo "NotShowIn=XFCE" >> $pkgdir/usr/share/applications/eog.desktop -} Copied: eog/repos/testing-i686/PKGBUILD (from rev 156395, eog/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:50:49 UTC (rev 156396) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=eog +pkgver=3.4.1 +pkgrel=1 +pkgdesc="Eye of Gnome: An image viewing and cataloging program" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf') +makedepends=('gtk-doc' 'intltool') +install=eog.install +groups=('gnome-extra') +options=('!emptydirs' '!libtool') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216') + +build() { + cd "$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-scrollkeeper + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # remove it from Xfce menu that ships its own thingy + echo "NotShowIn=XFCE" >> $pkgdir/usr/share/applications/eog.desktop +} Deleted: testing-i686/eog.install === --- testing-i686/eog.install2012-04-17 20:49:57 UTC (rev 156395) +++ testing-i686/eog.install2012-04-17 20:50:49 UTC (rev 156396) @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: eog/repos/testing-i686/eog.install (from rev 156395, eog/trunk/eog.install) === --- testing-i686/eog.install(rev 0) +++ testing-i686/eog.install2012-04-17 20:50:49 UTC (rev 156396) @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 20:49:57 UTC (rev 156395) +++ testing-x86_64/PKGBUILD 2012-04-17 20:50:49 UTC (rev 156396) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de
[arch-commits] Commit in eog/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 16:49:57 Author: ibiru Revision: 156395 update to 3.4.1 Modified: eog/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:41:36 UTC (rev 156394) +++ PKGBUILD2012-04-17 20:49:57 UTC (rev 156395) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=eog -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Eye of Gnome: An image viewing and cataloging program" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=('!emptydirs' '!libtool') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0710479642078aebb576d07ccc599e9f5ae83f4c738b182867fda59aea359dd2') +sha256sums=('cf29997ee065341fa323abc849732bfa18ab564cc0d931d61eaa473953d3e216') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in vino/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:41:36 Author: ibiru Revision: 156394 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vino/repos/testing-i686/PKGBUILD (from rev 156393, vino/trunk/PKGBUILD) vino/repos/testing-i686/vino.install (from rev 156393, vino/trunk/vino.install) vino/repos/testing-x86_64/PKGBUILD (from rev 156393, vino/trunk/PKGBUILD) vino/repos/testing-x86_64/vino.install (from rev 156393, vino/trunk/vino.install) Deleted: vino/repos/testing-i686/PKGBUILD vino/repos/testing-i686/vino.install vino/repos/testing-x86_64/PKGBUILD vino/repos/testing-x86_64/vino.install -+ testing-i686/PKGBUILD | 68 +- testing-i686/vino.install | 30 +++--- testing-x86_64/PKGBUILD | 68 +- testing-x86_64/vino.install | 30 +++--- 4 files changed, 92 insertions(+), 104 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:40:36 UTC (rev 156393) +++ testing-i686/PKGBUILD 2012-04-17 20:41:36 UTC (rev 156394) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=vino -pkgver=3.4.0 -pkgrel=1 -pkgdesc="a VNC server for the GNOME desktop" -arch=('i686' 'x86_64') -license=('GPL') -depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 'libgnome-keyring' 'avahi' 'desktop-file-utils') -makedepends=('intltool' 'networkmanager') -groups=('gnome-extra') -url="http://www.gnome.org"; -options=(!emptydirs) -install=vino.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a6b5c3bc185d29ff9861c3519b97973321d1465c8f9e5aa7f93f007cac9d67da') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vino \ - --localstatedir=/var \ - --enable-gnome-keyring \ - --enable-avahi \ - --disable-http-server - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: vino/repos/testing-i686/PKGBUILD (from rev 156393, vino/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:41:36 UTC (rev 156394) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=vino +pkgver=3.4.1 +pkgrel=1 +pkgdesc="a VNC server for the GNOME desktop" +arch=('i686' 'x86_64') +license=('GPL') +depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 'libgnome-keyring' 'avahi' 'desktop-file-utils') +makedepends=('intltool' 'networkmanager') +groups=('gnome-extra') +url="http://www.gnome.org"; +options=(!emptydirs) +install=vino.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('85011594e9b5c4c5449c049e7c3563538c7a80dafecbb5891720b22290b83cb8') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/vino \ + --localstatedir=/var \ + --enable-gnome-keyring \ + --enable-avahi \ + --disable-http-server + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/vino.install === --- testing-i686/vino.install 2012-04-17 20:40:36 UTC (rev 156393) +++ testing-i686/vino.install 2012-04-17 20:41:36 UTC (rev 156394) @@ -1,18 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q -} - -pre_upgrade() { - if (( $(vercmp $2 2.90.0) < 0 )); then -usr/sbin/gconfpkg --uninstall vino - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: vino/repos/testing-i686/vino.install (from rev 156393, vino/trunk/vino.install) === --- testing-i686/vino.install (rev 0) +++ testing-i686/vino.install 2012-04-17 20:41:36 UTC (rev 156394) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 20:40:36 UTC (rev 156393) +++ testing-x86_64/PKGBUILD 2012-04-17 20:41:36 UTC (rev 156394) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=vino -pkgver=3.4.0 -pkgrel=1 -pkgdesc="a VNC server for the GNOME desktop" -arch=('i686' 'x86_64') -license=
[arch-commits] Commit in vino/trunk (PKGBUILD vino.install)
Date: Tuesday, April 17, 2012 @ 16:40:36 Author: ibiru Revision: 156393 update to 3.4.1 Modified: vino/trunk/PKGBUILD vino/trunk/vino.install --+ PKGBUILD |4 ++-- vino.install |8 +--- 2 files changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:37:51 UTC (rev 156392) +++ PKGBUILD2012-04-17 20:40:36 UTC (rev 156393) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=vino -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="a VNC server for the GNOME desktop" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=(!emptydirs) install=vino.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a6b5c3bc185d29ff9861c3519b97973321d1465c8f9e5aa7f93f007cac9d67da') +sha256sums=('85011594e9b5c4c5449c049e7c3563538c7a80dafecbb5891720b22290b83cb8') build() { cd $pkgname-$pkgver Modified: vino.install === --- vino.install2012-04-17 20:37:51 UTC (rev 156392) +++ vino.install2012-04-17 20:40:36 UTC (rev 156393) @@ -1,14 +1,8 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q } -pre_upgrade() { - if (( $(vercmp $2 2.90.0) < 0 )); then -usr/sbin/gconfpkg --uninstall vino - fi -} - post_upgrade() { post_install }
[arch-commits] Commit in procps/repos (44 files)
Date: Tuesday, April 17, 2012 @ 16:37:51 Author: eric Revision: 156392 archrelease: copy trunk to testing-i686, testing-x86_64 Added: procps/repos/testing-i686/ procps/repos/testing-i686/PKGBUILD (from rev 156390, procps/trunk/PKGBUILD) procps/repos/testing-i686/groff-top-manpage.patch (from rev 156390, procps/trunk/groff-top-manpage.patch) procps/repos/testing-i686/procps-3.2.7-free-hlmem.patch (from rev 156390, procps/trunk/procps-3.2.7-free-hlmem.patch) procps/repos/testing-i686/procps-3.2.7-longcmd.patch (from rev 156390, procps/trunk/procps-3.2.7-longcmd.patch) procps/repos/testing-i686/procps-3.2.7-ps-man-fmt.patch (from rev 156390, procps/trunk/procps-3.2.7-ps-man-fmt.patch) procps/repos/testing-i686/procps-3.2.7-psman.patch (from rev 156390, procps/trunk/procps-3.2.7-psman.patch) procps/repos/testing-i686/procps-3.2.7-slabtop-once.patch (from rev 156390, procps/trunk/procps-3.2.7-slabtop-once.patch) procps/repos/testing-i686/procps-3.2.7-top-clrscr.patch (from rev 156390, procps/trunk/procps-3.2.7-top-clrscr.patch) procps/repos/testing-i686/procps-3.2.7-top-cpu0.patch (from rev 156390, procps/trunk/procps-3.2.7-top-cpu0.patch) procps/repos/testing-i686/procps-3.2.7-top-env-cpuloop.patch (from rev 156390, procps/trunk/procps-3.2.7-top-env-cpuloop.patch) procps/repos/testing-i686/procps-3.2.7-top-manpage.patch (from rev 156390, procps/trunk/procps-3.2.7-top-manpage.patch) procps/repos/testing-i686/procps-3.2.7-top-remcpu.patch (from rev 156390, procps/trunk/procps-3.2.7-top-remcpu.patch) procps/repos/testing-i686/procps-3.2.7-top-sorthigh.patch (from rev 156390, procps/trunk/procps-3.2.7-top-sorthigh.patch) procps/repos/testing-i686/procps-3.2.7-w-best.patch (from rev 156390, procps/trunk/procps-3.2.7-w-best.patch) procps/repos/testing-i686/procps-3.2.7-watch-unicode.patch (from rev 156390, procps/trunk/procps-3.2.7-watch-unicode.patch) procps/repos/testing-i686/procps-3.2.8-gmake-3.82.patch (from rev 156390, procps/trunk/procps-3.2.8-gmake-3.82.patch) procps/repos/testing-i686/procps-3.2.8-kernel3-uts.patch (from rev 156390, procps/trunk/procps-3.2.8-kernel3-uts.patch) procps/repos/testing-i686/procps-3.2.8-linux-ver-init.patch (from rev 156390, procps/trunk/procps-3.2.8-linux-ver-init.patch) procps/repos/testing-i686/procps-3.2.8-setlocale.patch (from rev 156390, procps/trunk/procps-3.2.8-setlocale.patch) procps/repos/testing-i686/procps-3.2.8-threads.patch (from rev 156390, procps/trunk/procps-3.2.8-threads.patch) procps/repos/testing-i686/sysctl.conf (from rev 156390, procps/trunk/sysctl.conf) procps/repos/testing-x86_64/ procps/repos/testing-x86_64/PKGBUILD (from rev 156391, procps/trunk/PKGBUILD) procps/repos/testing-x86_64/groff-top-manpage.patch (from rev 156391, procps/trunk/groff-top-manpage.patch) procps/repos/testing-x86_64/procps-3.2.7-free-hlmem.patch (from rev 156391, procps/trunk/procps-3.2.7-free-hlmem.patch) procps/repos/testing-x86_64/procps-3.2.7-longcmd.patch (from rev 156391, procps/trunk/procps-3.2.7-longcmd.patch) procps/repos/testing-x86_64/procps-3.2.7-ps-man-fmt.patch (from rev 156391, procps/trunk/procps-3.2.7-ps-man-fmt.patch) procps/repos/testing-x86_64/procps-3.2.7-psman.patch (from rev 156391, procps/trunk/procps-3.2.7-psman.patch) procps/repos/testing-x86_64/procps-3.2.7-slabtop-once.patch (from rev 156391, procps/trunk/procps-3.2.7-slabtop-once.patch) procps/repos/testing-x86_64/procps-3.2.7-top-clrscr.patch (from rev 156391, procps/trunk/procps-3.2.7-top-clrscr.patch) procps/repos/testing-x86_64/procps-3.2.7-top-cpu0.patch (from rev 156391, procps/trunk/procps-3.2.7-top-cpu0.patch) procps/repos/testing-x86_64/procps-3.2.7-top-env-cpuloop.patch (from rev 156391, procps/trunk/procps-3.2.7-top-env-cpuloop.patch) procps/repos/testing-x86_64/procps-3.2.7-top-manpage.patch (from rev 156391, procps/trunk/procps-3.2.7-top-manpage.patch) procps/repos/testing-x86_64/procps-3.2.7-top-remcpu.patch (from rev 156391, procps/trunk/procps-3.2.7-top-remcpu.patch) procps/repos/testing-x86_64/procps-3.2.7-top-sorthigh.patch (from rev 156391, procps/trunk/procps-3.2.7-top-sorthigh.patch) procps/repos/testing-x86_64/procps-3.2.7-w-best.patch (from rev 156391, procps/trunk/procps-3.2.7-w-best.patch) procps/repos/testing-x86_64/procps-3.2.7-watch-unicode.patch (from rev 156391, procps/trunk/procps-3.2.7-watch-unicode.patch) procps/repos/testing-x86_64/procps-3.2.8-gmake-3.82.patch (from rev 156391, procps/trunk/procps-3.2.8-gmake-3.82.patch) procps/repos/testing-x86_64/procps-3.2.8-kernel3-uts.patch (from rev 156391, procps/trunk/procps-3.2.8-kernel3-uts.patch) procps/repos/testing-x86_64/procps-3.2.8-linux-ver-init.patch (from rev 156391, procps/trunk/procps-3.2.8-linux-ver-init.patch) procps/repos/testing-x86_64/procps-3.2.8-setlocale.patch
[arch-commits] Commit in vinagre/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:37:22 Author: ibiru Revision: 156391 archrelease: copy trunk to testing-i686, testing-x86_64 Added: vinagre/repos/testing-i686/PKGBUILD (from rev 156390, vinagre/trunk/PKGBUILD) vinagre/repos/testing-i686/vinagre.install (from rev 156390, vinagre/trunk/vinagre.install) vinagre/repos/testing-x86_64/PKGBUILD (from rev 156390, vinagre/trunk/PKGBUILD) vinagre/repos/testing-x86_64/vinagre.install (from rev 156390, vinagre/trunk/vinagre.install) Deleted: vinagre/repos/testing-i686/PKGBUILD vinagre/repos/testing-i686/vinagre.install vinagre/repos/testing-x86_64/PKGBUILD vinagre/repos/testing-x86_64/vinagre.install + testing-i686/PKGBUILD | 69 +++ testing-i686/vinagre.install | 34 +++ testing-x86_64/PKGBUILD| 69 +++ testing-x86_64/vinagre.install | 34 +++ 4 files changed, 96 insertions(+), 110 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:36:47 UTC (rev 156390) +++ testing-i686/PKGBUILD 2012-04-17 20:37:22 UTC (rev 156391) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Allan McRae -# Contributor: lp76 - -pkgname=vinagre -pkgver=3.4.0 -pkgrel=1 -pkgdesc="A VNC Client for the GNOME Desktop" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnome.org/projects/vinagre/"; -install=vinagre.install -depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme') -optdepends=('openssh: SSH plugin' -'rdesktop: RDP plugin') -makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh' 'itstool') -groups=('gnome-extra') -options=('!emptydirs' '!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0379e679204e9ddf63670acc9a902e70d7c3d26eb5070ceb5826a6fbbfdf1489') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 156390, vinagre/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:37:22 UTC (rev 156391) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Allan McRae +# Contributor: lp76 + +pkgname=vinagre +pkgver=3.4.1 +pkgrel=1 +pkgdesc="A VNC Client for the GNOME Desktop" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnome.org/projects/vinagre/"; +install=vinagre.install +depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme') +optdepends=('openssh: SSH plugin' +'rdesktop: RDP plugin') +makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh' 'itstool') +groups=('gnome-extra') +options=('!emptydirs' '!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('5b79bbdafe57e1ceaeddfc1091a9f02aa6e3a54e55ffd2517be512d35e89654f') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/vinagre.install === --- testing-i686/vinagre.install2012-04-17 20:36:47 UTC (rev 156390) +++ testing-i686/vinagre.install2012-04-17 20:37:22 UTC (rev 156391) @@ -1,20 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime > /dev/null -} - -pre_upgrade() { - if (( $(vercmp $2 2.91.91-2) < 0 )); then -usr/sbin/gconfpkg --uninstall vinagre - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: vinagre/repos/testing-i686/vinagre.install (from rev 156390, vinagre/trunk/vinagre.install) === --- testing-i686/vinagre.install(rev 0) +++ testing-i686/vinagre.install2012-04-17 20:37:22 UTC (rev 156391) @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +
[arch-commits] Commit in procps/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 16:36:47 Author: eric Revision: 156390 upgpkg: procps 3.2.8-5 Move library from /lib to /usr/lib Modified: procps/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:36:26 UTC (rev 156389) +++ PKGBUILD2012-04-17 20:36:47 UTC (rev 156390) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Eric Belanger +# Maintainer: Eric Bélanger pkgname=procps pkgver=3.2.8 -pkgrel=4 +pkgrel=5 pkgdesc="Utilities for monitoring your system and processes on your system" arch=('i686' 'x86_64') url="http://procps.sourceforge.net/"; @@ -80,7 +80,7 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" ldconfig=/bin/true install + make DESTDIR="${pkgdir}" lib="${pkgdir}/usr/lib/" ldconfig=/bin/true install install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf" install -d "${pkgdir}/usr/include/proc" install -m644 proc/*.h "${pkgdir}/usr/include/proc"
[arch-commits] Commit in vinagre/trunk (PKGBUILD vinagre.install)
Date: Tuesday, April 17, 2012 @ 16:36:26 Author: ibiru Revision: 156389 update to 3.4.1 Modified: vinagre/trunk/PKGBUILD vinagre/trunk/vinagre.install -+ PKGBUILD|5 ++--- vinagre.install | 10 ++ 2 files changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:32:24 UTC (rev 156388) +++ PKGBUILD2012-04-17 20:36:26 UTC (rev 156389) @@ -5,7 +5,7 @@ # Contributor: lp76 pkgname=vinagre -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="A VNC Client for the GNOME Desktop" arch=('i686' 'x86_64') @@ -19,11 +19,10 @@ groups=('gnome-extra') options=('!emptydirs' '!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0379e679204e9ddf63670acc9a902e70d7c3d26eb5070ceb5826a6fbbfdf1489') +sha256sums=('5b79bbdafe57e1ceaeddfc1091a9f02aa6e3a54e55ffd2517be512d35e89654f') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice make Modified: vinagre.install === --- vinagre.install 2012-04-17 20:32:24 UTC (rev 156388) +++ vinagre.install 2012-04-17 20:36:26 UTC (rev 156389) @@ -1,16 +1,10 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor update-mime-database usr/share/mime > /dev/null } -pre_upgrade() { - if (( $(vercmp $2 2.91.91-2) < 0 )); then -usr/sbin/gconfpkg --uninstall vinagre - fi -} - post_upgrade() { post_install }
[arch-commits] Commit in cabal-install/repos (4 files)
Date: Tuesday, April 17, 2012 @ 16:32:24 Author: tdziedzic Revision: 156388 archrelease: copy trunk to extra-i686, extra-x86_64 Added: cabal-install/repos/extra-i686/PKGBUILD (from rev 156387, cabal-install/trunk/PKGBUILD) cabal-install/repos/extra-x86_64/PKGBUILD (from rev 156387, cabal-install/trunk/PKGBUILD) Deleted: cabal-install/repos/extra-i686/PKGBUILD cabal-install/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 2 files changed, 72 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 20:31:35 UTC (rev 156387) +++ extra-i686/PKGBUILD 2012-04-17 20:32:24 UTC (rev 156388) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=0.10.4 -pkgrel=3 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1') -depends=('ghc' 'gmp' 'zlib') -#source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz) -# switch back to regular cabal-install once it gets updated... -source=("http://hackage.haskell.org/packages/archive/cabal-install-ghc74/${pkgver}/cabal-install-ghc74-${pkgver}.tar.gz";) -md5sums=('49b3301cc80775ebf19fe9d949f15df5') - -build() { -cd cabal-install-ghc74-${pkgver} -runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr -runhaskell Setup build -} - -package() { -cd cabal-install-ghc74-${pkgver} -runhaskell Setup copy --destdir=$pkgdir -#install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - -# add bash completion -install -d ${pkgdir}/usr/share/bash-completion/completions -install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 156387, cabal-install/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 20:32:24 UTC (rev 156388) @@ -0,0 +1,36 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=0.14.0 +pkgrel=1 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1') +depends=('ghc' 'gmp' 'zlib') +source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz) +md5sums=('638514bd1a5792d75866481852148ae5') + +build() { +cd cabal-install-${pkgver} +runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr +runhaskell Setup build +} + +package() { +cd cabal-install-${pkgver} +runhaskell Setup copy --destdir=$pkgdir + +# rm license installed to wrong location +rm -rf ${pkgdir}/usr/share/doc + +install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + +# add bash completion +install -d ${pkgdir}/usr/share/bash-completion/completions +install -m644 bash-completion/cabal \ +${pkgdir}/usr/share/bash-completion/completions +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-04-17 20:31:35 UTC (rev 156387) +++ extra-x86_64/PKGBUILD 2012-04-17 20:32:24 UTC (rev 156388) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=0.10.4 -pkgrel=3 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1') -depends=('ghc' 'gmp' 'zlib') -#source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz) -# switch back to regular cabal-install once it gets updated... -source=("http://hackage.haskell.org/packages/archive/cabal-install-ghc74/${pkgver}/cabal-install-ghc74-${pkgver}.tar.gz";) -md5sums=('49b3301cc80775ebf19fe9d949f15df5') - -build() { -cd
[arch-commits] Commit in cheese/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:31:35 Author: ibiru Revision: 156387 archrelease: copy trunk to testing-i686, testing-x86_64 Added: cheese/repos/testing-i686/PKGBUILD (from rev 156386, cheese/trunk/PKGBUILD) cheese/repos/testing-i686/cheese.install (from rev 156386, cheese/trunk/cheese.install) cheese/repos/testing-x86_64/PKGBUILD (from rev 156386, cheese/trunk/PKGBUILD) cheese/repos/testing-x86_64/cheese.install (from rev 156386, cheese/trunk/cheese.install) Deleted: cheese/repos/testing-i686/PKGBUILD cheese/repos/testing-i686/cheese.install cheese/repos/testing-x86_64/PKGBUILD cheese/repos/testing-x86_64/cheese.install ---+ testing-i686/PKGBUILD | 69 +++- testing-i686/cheese.install | 32 ++ testing-x86_64/PKGBUILD | 69 +++- testing-x86_64/cheese.install | 32 ++ 4 files changed, 92 insertions(+), 110 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:30:37 UTC (rev 156386) +++ testing-i686/PKGBUILD 2012-04-17 20:31:35 UTC (rev 156387) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=cheese -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" -arch=(i686 x86_64) -license=('GPL') -depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 'gstreamer0.10-base-plugins' - 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 'clutter-gtk' 'mx' 'libgee' - 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl') -makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool' - 'nautilus-sendto') -optdepends=('nautilus-sendto: Send images') -groups=('gnome-extra') -options=('!libtool' '!emptydirs') -url="http://www.gnome.org/projects/cheese/"; -install=cheese.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: cheese/repos/testing-i686/PKGBUILD (from rev 156386, cheese/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:31:35 UTC (rev 156387) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=cheese +pkgver=3.4.1 +pkgrel=1 +pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" +arch=(i686 x86_64) +license=('GPL') +depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 'gstreamer0.10-base-plugins' + 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 'clutter-gtk' 'mx' 'libgee' + 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl') +makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 'itstool' + 'nautilus-sendto') +optdepends=('nautilus-sendto: Send images') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org/projects/cheese/"; +install=cheese.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('b7a07c45217bdea6b9bc3ad56c19b5b7de4ddf939074efe94add7afb66a26dd0') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/cheese.install === --- testing-i686/cheese.install 2012-04-17 20:30:37 UTC (rev 156386) +++ testing-i686/cheese.install 2012-04-17 20:31:35 UTC (rev 156387) @@ -1,20 +0,0 @@ -pkgname=cheese - -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then - usr/sbin/gconfpkg --uninstall $pkgname - fi -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: cheese/repos/testing-i686/cheese.install (from rev 156386, cheese/trunk/cheese.install) === --- testing-i686/cheese.install (rev 0) +++ testing-i686/cheese.install 2012-04-17 20:
[arch-commits] Commit in cheese/trunk (PKGBUILD cheese.install)
Date: Tuesday, April 17, 2012 @ 16:30:37 Author: ibiru Revision: 156386 update to 3.4.1 Modified: cheese/trunk/PKGBUILD cheese/trunk/cheese.install + PKGBUILD |5 ++--- cheese.install | 16 2 files changed, 6 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:27:04 UTC (rev 156385) +++ PKGBUILD2012-04-17 20:30:37 UTC (rev 156386) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=cheese -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" arch=(i686 x86_64) @@ -19,11 +19,10 @@ url="http://www.gnome.org/projects/cheese/"; install=cheese.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a') +sha256sums=('b7a07c45217bdea6b9bc3ad56c19b5b7de4ddf939074efe94add7afb66a26dd0') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile make Modified: cheese.install === --- cheese.install 2012-04-17 20:27:04 UTC (rev 156385) +++ cheese.install 2012-04-17 20:30:37 UTC (rev 156386) @@ -1,20 +1,12 @@ -pkgname=cheese - post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } -pre_upgrade() { - if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then - usr/sbin/gconfpkg --uninstall $pkgname - fi -} - post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install }
[arch-commits] Commit in cabal-install/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 16:27:04 Author: tdziedzic Revision: 156385 update cabal install Modified: cabal-install/trunk/PKGBUILD --+ PKGBUILD | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:15:51 UTC (rev 156384) +++ PKGBUILD2012-04-17 20:27:04 UTC (rev 156385) @@ -3,29 +3,31 @@ # Contributor: Arch Haskell Team pkgname=cabal-install -pkgver=0.10.4 -pkgrel=3 +pkgver=0.14.0 +pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="http://hackage.haskell.org/package/cabal-install"; license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1' 'haskell-random=1.0.1.1-1') depends=('ghc' 'gmp' 'zlib') -#source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz) -# switch back to regular cabal-install once it gets updated... -source=("http://hackage.haskell.org/packages/archive/cabal-install-ghc74/${pkgver}/cabal-install-ghc74-${pkgver}.tar.gz";) -md5sums=('49b3301cc80775ebf19fe9d949f15df5') +source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz) +md5sums=('638514bd1a5792d75866481852148ae5') build() { -cd cabal-install-ghc74-${pkgver} +cd cabal-install-${pkgver} runhaskell Setup configure --enable-shared --enable-split-objs --enable-executable-stripping --prefix=/usr runhaskell Setup build } package() { -cd cabal-install-ghc74-${pkgver} +cd cabal-install-${pkgver} runhaskell Setup copy --destdir=$pkgdir -#install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + +# rm license installed to wrong location +rm -rf ${pkgdir}/usr/share/doc + +install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE # add bash completion install -d ${pkgdir}/usr/share/bash-completion/completions
[arch-commits] Commit in brasero/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:15:51 Author: ibiru Revision: 156384 archrelease: copy trunk to testing-i686, testing-x86_64 Added: brasero/repos/testing-i686/PKGBUILD (from rev 156383, brasero/trunk/PKGBUILD) brasero/repos/testing-i686/brasero.install (from rev 156383, brasero/trunk/brasero.install) brasero/repos/testing-x86_64/PKGBUILD (from rev 156383, brasero/trunk/PKGBUILD) brasero/repos/testing-x86_64/brasero.install (from rev 156383, brasero/trunk/brasero.install) Deleted: brasero/repos/testing-i686/PKGBUILD brasero/repos/testing-i686/brasero.install brasero/repos/testing-x86_64/PKGBUILD brasero/repos/testing-x86_64/brasero.install + testing-i686/PKGBUILD | 76 +++ testing-i686/brasero.install | 28 +++--- testing-x86_64/PKGBUILD| 76 +++ testing-x86_64/brasero.install | 28 +++--- 4 files changed, 104 insertions(+), 104 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:15:01 UTC (rev 156383) +++ testing-i686/PKGBUILD 2012-04-17 20:15:51 UTC (rev 156384) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Maintainer: Jan de Groot -# Contributor: William Rea - -pkgname=brasero -pkgver=3.4.0 -pkgrel=1 -pkgdesc="A disc burning application for Gnome" -arch=('i686' 'x86_64') -url="http://www.gnome.org/projects/brasero"; -license=('GPL') -options=('!libtool' '!emptydirs') -depends=('gtk3' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info' 'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql') -makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 'gobject-introspection' 'gconf') -optdepends=('libburn: alternative back-end' -'libisofs: libburn back-end' -'dvdauthor: video project' -'gstreamer0.10-bad-plugins: video project' -'vcdimager: video project') -replaces=('nautilus-cd-burner') -install=brasero.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e35b739a7db54d21564232303bb9d12609a02976c36cdd8848ff4376a0809198') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-caches \ - --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR=$pkgdir install -} - Copied: brasero/repos/testing-i686/PKGBUILD (from rev 156383, brasero/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:15:51 UTC (rev 156384) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Allan McRae +# Maintainer: Jan de Groot +# Contributor: William Rea + +pkgname=brasero +pkgver=3.4.1 +pkgrel=1 +pkgdesc="A disc burning application for Gnome" +arch=('i686' 'x86_64') +url="http://www.gnome.org/projects/brasero"; +license=('GPL') +options=('!libtool' '!emptydirs') +depends=('gtk3' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info' 'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql') +makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 'gobject-introspection' 'gconf') +optdepends=('libburn: alternative back-end' +'libisofs: libburn back-end' +'dvdauthor: video project' +'gstreamer0.10-bad-plugins: video project' +'vcdimager: video project') +replaces=('nautilus-cd-burner') +install=brasero.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('e4fcd5dca1c7b0a930a43ae59953fa96db3f6beef41ceedb2f0ef8636e26a7a6') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-caches \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR=$pkgdir install +} + Deleted: testing-i686/brasero.install === --- testing-i686/brasero.install2012-04-17 20:15:01 UTC (rev 156383) +++ testing-i686/brasero.install2012-04-17 20:15:51 UTC (rev 156384) @@ -1,14 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { -post_install $1 -} - -post_remove() { -post_install $1 -} Copied: brasero/repos/testing-i686/brasero.install (from rev 156383, brasero/trunk/brasero.install) ===
[arch-commits] Commit in brasero/trunk (PKGBUILD brasero.install)
Date: Tuesday, April 17, 2012 @ 16:15:01 Author: ibiru Revision: 156383 update to 3.4.1 Modified: brasero/trunk/PKGBUILD brasero/trunk/brasero.install -+ PKGBUILD|4 ++-- brasero.install | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:09:06 UTC (rev 156382) +++ PKGBUILD2012-04-17 20:15:01 UTC (rev 156383) @@ -4,7 +4,7 @@ # Contributor: William Rea pkgname=brasero -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="A disc burning application for Gnome" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ replaces=('nautilus-cd-burner') install=brasero.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e35b739a7db54d21564232303bb9d12609a02976c36cdd8848ff4376a0809198') +sha256sums=('e4fcd5dca1c7b0a930a43ae59953fa96db3f6beef41ceedb2f0ef8636e26a7a6') build() { cd "$pkgname-$pkgver" Modified: brasero.install === --- brasero.install 2012-04-17 20:09:06 UTC (rev 156382) +++ brasero.install 2012-04-17 20:15:01 UTC (rev 156383) @@ -1,14 +1,14 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor update-desktop-database -q - update-mime-database usr/share/mime > /dev/null + update-mime-database /usr/share/mime > /dev/null } post_upgrade() { -post_install $1 +post_install } post_remove() { -post_install $1 +post_install }
[arch-commits] Commit in file-roller/repos (8 files)
Date: Tuesday, April 17, 2012 @ 16:09:06 Author: ibiru Revision: 156382 archrelease: copy trunk to testing-i686, testing-x86_64 Added: file-roller/repos/testing-i686/PKGBUILD (from rev 156381, file-roller/trunk/PKGBUILD) file-roller/repos/testing-i686/file-roller.install (from rev 156381, file-roller/trunk/file-roller.install) file-roller/repos/testing-x86_64/PKGBUILD (from rev 156381, file-roller/trunk/PKGBUILD) file-roller/repos/testing-x86_64/file-roller.install (from rev 156381, file-roller/trunk/file-roller.install) Deleted: file-roller/repos/testing-i686/PKGBUILD file-roller/repos/testing-i686/file-roller.install file-roller/repos/testing-x86_64/PKGBUILD file-roller/repos/testing-x86_64/file-roller.install + testing-i686/PKGBUILD | 78 +-- testing-i686/file-roller.install | 35 +-- testing-x86_64/PKGBUILD| 78 +-- testing-x86_64/file-roller.install | 35 +-- 4 files changed, 104 insertions(+), 122 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 20:08:15 UTC (rev 156381) +++ testing-i686/PKGBUILD 2012-04-17 20:09:06 UTC (rev 156382) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=file-roller -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Archive manipulator for GNOME" -arch=('i686' 'x86_64') -license=('GPL') -depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf') -makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm') -optdepends=('unrar: the RAR uncompression program' -'zip: creates PKZIP-compatible .zip files' -'unzip: unpacks .zip archives' -'p7zip: 7zip compression utility' -'xz: managing LZMA and XZ compressed files' -'arj: ARJ archiver' -'unace: extraction tool for the proprietary ace archive format') -groups=('gnome-extra') -options=('!libtool' '!emptydirs') -install=file-roller.install -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('79dfb3bc2e0fb68094180ae1845e4b6c253d5f231e3cf355521193848610c5dc') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/file-roller \ - --localstatedir=/var --disable-static \ - --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: file-roller/repos/testing-i686/PKGBUILD (from rev 156381, file-roller/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:09:06 UTC (rev 156382) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=file-roller +pkgver=3.4.1 +pkgrel=1 +pkgdesc="Archive manipulator for GNOME" +arch=('i686' 'x86_64') +license=('GPL') +depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf') +makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm') +optdepends=('unrar: the RAR uncompression program' +'zip: creates PKZIP-compatible .zip files' +'unzip: unpacks .zip archives' +'p7zip: 7zip compression utility' +'xz: managing LZMA and XZ compressed files' +'arj: ARJ archiver' +'unace: extraction tool for the proprietary ace archive format') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +install=file-roller.install +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('94600d880ce65ab171a174a83519e4911f570fd000c33497b4805100029ebd8b') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/file-roller \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/file-roller.install === --- testing-i686/file-roller.install2012-04-17 20:08:15 UTC (rev 156381) +++ testing-i686/file-roller.install2012-04-17 20:09:06 UTC (rev 156382) @@ -1,22 +0,0 @@ -pkgname=file-roller - -post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas -update-desktop-database -q -gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { -if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then -usr/sbin/gconfpkg --uninstall ${pkgname} -fi -} - -post_upgrade() { -post_install $1 -} - - -post_remo
[arch-commits] Commit in file-roller/trunk (PKGBUILD file-roller.install)
Date: Tuesday, April 17, 2012 @ 16:08:15 Author: ibiru Revision: 156381 update to 3.4.1 Modified: file-roller/trunk/PKGBUILD file-roller/trunk/file-roller.install -+ PKGBUILD|4 ++-- file-roller.install | 17 - 2 files changed, 6 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 20:01:02 UTC (rev 156380) +++ PKGBUILD2012-04-17 20:08:15 UTC (rev 156381) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=file-roller -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Archive manipulator for GNOME" arch=('i686' 'x86_64') @@ -22,7 +22,7 @@ install=file-roller.install url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('79dfb3bc2e0fb68094180ae1845e4b6c253d5f231e3cf355521193848610c5dc') +sha256sums=('94600d880ce65ab171a174a83519e4911f570fd000c33497b4805100029ebd8b') build() { cd $pkgname-$pkgver Modified: file-roller.install === --- file-roller.install 2012-04-17 20:01:02 UTC (rev 156380) +++ file-roller.install 2012-04-17 20:08:15 UTC (rev 156381) @@ -1,22 +1,13 @@ -pkgname=file-roller - post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas +glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q -gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } -pre_upgrade() { -if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then -usr/sbin/gconfpkg --uninstall ${pkgname} -fi -} - post_upgrade() { -post_install $1 +post_install } - post_remove() { -post_install $1 +post_install }
[arch-commits] Commit in at-spi2-core/repos (4 files)
Date: Tuesday, April 17, 2012 @ 16:01:02 Author: ibiru Revision: 156380 archrelease: copy trunk to testing-i686, testing-x86_64 Added: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 156379, at-spi2-core/trunk/PKGBUILD) at-spi2-core/repos/testing-x86_64/PKGBUILD (from rev 156379, at-spi2-core/trunk/PKGBUILD) Deleted: at-spi2-core/repos/testing-i686/PKGBUILD at-spi2-core/repos/testing-x86_64/PKGBUILD -+ testing-i686/PKGBUILD | 66 +++--- testing-x86_64/PKGBUILD | 66 +++--- 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 19:59:53 UTC (rev 156379) +++ testing-i686/PKGBUILD 2012-04-17 20:01:02 UTC (rev 156380) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=at-spi2-core -pkgver=2.4.0 -pkgrel=1 -pkgdesc="Protocol definitions and daemon for D-Bus at-spi" -arch=('i686' 'x86_64') -url="http://www.gnome.org"; -license=('GPL2') -depends=('dbus-core' 'glib2' 'libxtst') -makedepends=('intltool' 'gobject-introspection') -options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d9d087efe528b392cb7ee27982798126df6ec8c18d5e30c557c8fcc55022c669') - -build() { - cd $pkgname-$pkgver - - sed -i -e '/AC_PATH_XTRA/d' configure.ac - autoreconf --force --install - - ./configure --prefix=/usr --sysconfdir=/etc \ ---libexecdir=/usr/lib/at-spi2-core --disable-xevie - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 156379, at-spi2-core/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 20:01:02 UTC (rev 156380) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=at-spi2-core +pkgver=2.4.1 +pkgrel=1 +pkgdesc="Protocol definitions and daemon for D-Bus at-spi" +arch=('i686' 'x86_64') +url="http://www.gnome.org"; +license=('GPL2') +depends=('dbus-core' 'glib2' 'libxtst') +makedepends=('intltool' 'gobject-introspection') +options=('!libtool') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('5a1d8026bbe1d40d1f5a2c956d10b9ed39766f7880a73d80f37aa6e48c6c11e5') + +build() { + cd $pkgname-$pkgver + + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install + + ./configure --prefix=/usr --sysconfdir=/etc \ +--libexecdir=/usr/lib/at-spi2-core --disable-xevie + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 19:59:53 UTC (rev 156379) +++ testing-x86_64/PKGBUILD 2012-04-17 20:01:02 UTC (rev 156380) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=at-spi2-core -pkgver=2.4.0 -pkgrel=1 -pkgdesc="Protocol definitions and daemon for D-Bus at-spi" -arch=('i686' 'x86_64') -url="http://www.gnome.org"; -license=('GPL2') -depends=('dbus-core' 'glib2' 'libxtst') -makedepends=('intltool' 'gobject-introspection') -options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d9d087efe528b392cb7ee27982798126df6ec8c18d5e30c557c8fcc55022c669') - -build() { - cd $pkgname-$pkgver - - sed -i -e '/AC_PATH_XTRA/d' configure.ac - autoreconf --force --install - - ./configure --prefix=/usr --sysconfdir=/etc \ ---libexecdir=/usr/lib/at-spi2-core --disable-xevie - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: at-spi2-core/repos/testing-x86_64/PKGBUILD (from rev 156379, at-spi2-core/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-17 20:01:02 UTC (rev 156380) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=at-spi2-core +pkgver=2.4.1 +pkgrel=1 +pkgdesc="Protocol definitions and daemon for D-Bus at-spi" +arch=('i686' 'x86_64') +url="http://www.gnome.org"; +license=('GPL2') +depends=('dbus-core' 'glib2' 'libxtst') +makedepends=('intltool' 'gobject-introspection') +options=('!libtool') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('5a1d8026bbe1d40d1f5a2c956d10b9ed39766f7880a73d80f37aa6e48c6c11e5') + +build() { + cd $pkgname-$pkgver + + sed -i -e '/AC_PATH_XTRA/d' configure.ac + autoreconf --force --install + + ./configure --prefix=/usr --sysconfdir=/etc \ +--libexecdir=/usr/lib
[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 15:59:53 Author: ibiru Revision: 156379 update to 2.4.1 Modified: at-spi2-core/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 19:57:29 UTC (rev 156378) +++ PKGBUILD2012-04-17 19:59:53 UTC (rev 156379) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=at-spi2-core -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d9d087efe528b392cb7ee27982798126df6ec8c18d5e30c557c8fcc55022c669') +sha256sums=('5a1d8026bbe1d40d1f5a2c956d10b9ed39766f7880a73d80f37aa6e48c6c11e5') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnome-screenshot/repos (8 files)
Date: Tuesday, April 17, 2012 @ 15:57:29 Author: ibiru Revision: 156378 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnome-screenshot/repos/testing-i686/PKGBUILD (from rev 156377, gnome-screenshot/trunk/PKGBUILD) gnome-screenshot/repos/testing-i686/gnome-screenshot.install (from rev 156377, gnome-screenshot/trunk/gnome-screenshot.install) gnome-screenshot/repos/testing-x86_64/PKGBUILD (from rev 156377, gnome-screenshot/trunk/PKGBUILD) gnome-screenshot/repos/testing-x86_64/gnome-screenshot.install (from rev 156377, gnome-screenshot/trunk/gnome-screenshot.install) Deleted: gnome-screenshot/repos/testing-i686/PKGBUILD gnome-screenshot/repos/testing-i686/gnome-screenshot.install gnome-screenshot/repos/testing-x86_64/PKGBUILD gnome-screenshot/repos/testing-x86_64/gnome-screenshot.install -+ testing-i686/PKGBUILD | 58 +++--- testing-i686/gnome-screenshot.install | 22 +-- testing-x86_64/PKGBUILD | 58 +++--- testing-x86_64/gnome-screenshot.install | 22 +-- 4 files changed, 80 insertions(+), 80 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 19:56:31 UTC (rev 156377) +++ testing-i686/PKGBUILD 2012-04-17 19:57:29 UTC (rev 156378) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-screenshot -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Take pictures of your screen" -arch=(i686 x86_64) -url="http://gnome.org"; -license=('GPL2') -depends=('dconf' 'gtk3' 'libcanberra') -makedepends=('intltool') -groups=('gnome-extra') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d04ffdc927557745de03aeef84924b43f3469a445e0afc8ef6050834898ad9c') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-screenshot/repos/testing-i686/PKGBUILD (from rev 156377, gnome-screenshot/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 19:57:29 UTC (rev 156378) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-screenshot +pkgver=3.4.1 +pkgrel=1 +pkgdesc="Take pictures of your screen" +arch=(i686 x86_64) +url="http://gnome.org"; +license=('GPL2') +depends=('dconf' 'gtk3' 'libcanberra') +makedepends=('intltool') +groups=('gnome-extra') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('47c227e43404d6cc101cf473d8f48f7572064b2b10724f2660066f9a4718d488') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-i686/gnome-screenshot.install === --- testing-i686/gnome-screenshot.install 2012-04-17 19:56:31 UTC (rev 156377) +++ testing-i686/gnome-screenshot.install 2012-04-17 19:57:29 UTC (rev 156378) @@ -1,11 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnome-screenshot/repos/testing-i686/gnome-screenshot.install (from rev 156377, gnome-screenshot/trunk/gnome-screenshot.install) === --- testing-i686/gnome-screenshot.install (rev 0) +++ testing-i686/gnome-screenshot.install 2012-04-17 19:57:29 UTC (rev 156378) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 19:56:31 UTC (rev 156377) +++ testing-x86_64/PKGBUILD 2012-04-17 19:57:29 UTC (rev 156378) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-screenshot -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Take pictures of your screen" -arch=(i686 x86_64) -url="http://gnome.org"; -license=('GPL2') -depends=('dconf' 'gtk3' 'libcanberra') -makedepends=('intltool') -groups=('gnome-extra') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d04ffdc927557745de03aeef84924b43f3469a445e0afc8ef6050834898ad9c') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$
[arch-commits] Commit in gnome-screenshot/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 15:56:31 Author: ibiru Revision: 156377 update to 3.4.1 Modified: gnome-screenshot/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 19:41:18 UTC (rev 156376) +++ PKGBUILD2012-04-17 19:56:31 UTC (rev 156377) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-screenshot -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Take pictures of your screen" arch=(i686 x86_64) @@ -13,7 +13,7 @@ groups=('gnome-extra') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d04ffdc927557745de03aeef84924b43f3469a445e0afc8ef6050834898ad9c') +sha256sums=('47c227e43404d6cc101cf473d8f48f7572064b2b10724f2660066f9a4718d488') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in sox/repos (6 files)
Date: Tuesday, April 17, 2012 @ 15:41:18 Author: eric Revision: 156376 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sox/repos/extra-i686/PKGBUILD (from rev 156375, sox/trunk/PKGBUILD) sox/repos/extra-x86_64/PKGBUILD (from rev 156375, sox/trunk/PKGBUILD) Deleted: sox/repos/extra-i686/PKGBUILD sox/repos/extra-i686/sox-14.3.2-ffmpeg.patch sox/repos/extra-x86_64/PKGBUILD sox/repos/extra-x86_64/sox-14.3.2-ffmpeg.patch --+ extra-i686/PKGBUILD | 71 +++-- extra-i686/sox-14.3.2-ffmpeg.patch | 40 -- extra-x86_64/PKGBUILD| 71 +++-- extra-x86_64/sox-14.3.2-ffmpeg.patch | 40 -- 4 files changed, 68 insertions(+), 154 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 19:41:03 UTC (rev 156375) +++ extra-i686/PKGBUILD 2012-04-17 19:41:18 UTC (rev 156376) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=sox -pkgver=14.3.2 -pkgrel=6 -pkgdesc="The Swiss Army knife of sound processing tools" -arch=('i686' 'x86_64') -url="http://sox.sourceforge.net/"; -license=('GPL' 'LGPL') -depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm') -makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse') -optdepends=('libao: for ao plugin' -'ffmpeg: for ffmpeg plugin' -'libmad: for mp3 plugin' -'libid3tag: for mp3 plugin' -'wavpack: for wavpack plugin' -'libpulse: for pulse plugin') -options=('!libtool') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 -sox-14.3.2-ffmpeg.patch) -sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3' - '86caa6aa86a0bf7a048522114d4efd11acbbda70') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/sox-14.3.2-ffmpeg.patch" - sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-dyn-default --with-distro="Arch Linux" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: sox/repos/extra-i686/PKGBUILD (from rev 156375, sox/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 19:41:18 UTC (rev 156376) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=sox +pkgver=14.4.0 +pkgrel=1 +pkgdesc="The Swiss Army knife of sound processing tools" +arch=('i686' 'x86_64') +url="http://sox.sourceforge.net/"; +license=('GPL' 'LGPL') +depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm') +makedepends=('ffmpeg' 'libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse') +optdepends=('libao: for ao plugin' +'ffmpeg: for ffmpeg plugin' +'libmad: for mp3 plugin' +'libid3tag: for mp3 plugin' +'wavpack: for wavpack plugin' +'libpulse: for pulse plugin') +options=('!libtool') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-dyn-default --with-distro="Arch Linux" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/sox-14.3.2-ffmpeg.patch === --- extra-i686/sox-14.3.2-ffmpeg.patch 2012-04-17 19:41:03 UTC (rev 156375) +++ extra-i686/sox-14.3.2-ffmpeg.patch 2012-04-17 19:41:18 UTC (rev 156376) @@ -1,40 +0,0 @@ -Index: sox-14.3.2/src/ffmpeg.c -=== sox-14.3.2.orig/src/ffmpeg.c -+++ sox-14.3.2/src/ffmpeg.c -@@ -91,7 +91,7 @@ static int stream_component_open(priv_t - - if (!codec || avcodec_open(enc, codec) < 0) - return -1; -- if (enc->codec_type != CODEC_TYPE_AUDIO) { -+ if (enc->codec_type != AVMEDIA_TYPE_AUDIO) { - lsx_fail("ffmpeg CODEC %x is not an audio CODEC", enc->codec_type); - return -1; - } -@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft) - /* Find audio stream (FIXME: allow different stream to be selected) */ - for (i = 0; (unsigned)i < ffmpeg->ctxt->nb_streams; i++) { - AVCodecContext *enc = ffmpeg->ctxt->streams[i]->codec; --if (enc->codec_type == CODEC_TYPE_AUDIO && ffmpeg->audio_index < 0) { -+if (enc->codec_type == AVMEDIA_TYPE_AUDIO && ffmpeg->audio_index < 0) { - ffmpeg->audio_index = i; - break; - } -@@ -273,7 +273,7 @@ static AVStream *add_audio_s
[arch-commits] Commit in sox/trunk (PKGBUILD sox-14.3.2-ffmpeg.patch)
Date: Tuesday, April 17, 2012 @ 15:41:03 Author: eric Revision: 156375 upgpkg: sox 14.4.0-1 Upstream update, Remove old patch Modified: sox/trunk/PKGBUILD Deleted: sox/trunk/sox-14.3.2-ffmpeg.patch -+ PKGBUILD| 11 --- sox-14.3.2-ffmpeg.patch | 40 2 files changed, 4 insertions(+), 47 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 19:32:26 UTC (rev 156374) +++ PKGBUILD2012-04-17 19:41:03 UTC (rev 156375) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger pkgname=sox -pkgver=14.3.2 -pkgrel=6 +pkgver=14.4.0 +pkgrel=1 pkgdesc="The Swiss Army knife of sound processing tools" arch=('i686' 'x86_64') url="http://sox.sourceforge.net/"; @@ -17,14 +17,11 @@ 'wavpack: for wavpack plugin' 'libpulse: for pulse plugin') options=('!libtool') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 -sox-14.3.2-ffmpeg.patch) -sha1sums=('026636c90d7accba76225a2821aaa2ffa6fe41a3' - '86caa6aa86a0bf7a048522114d4efd11acbbda70') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/sox-14.3.2-ffmpeg.patch" sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in ./configure --prefix=/usr --sysconfdir=/etc \ --with-dyn-default --with-distro="Arch Linux" Deleted: sox-14.3.2-ffmpeg.patch === --- sox-14.3.2-ffmpeg.patch 2012-04-17 19:32:26 UTC (rev 156374) +++ sox-14.3.2-ffmpeg.patch 2012-04-17 19:41:03 UTC (rev 156375) @@ -1,40 +0,0 @@ -Index: sox-14.3.2/src/ffmpeg.c -=== sox-14.3.2.orig/src/ffmpeg.c -+++ sox-14.3.2/src/ffmpeg.c -@@ -91,7 +91,7 @@ static int stream_component_open(priv_t - - if (!codec || avcodec_open(enc, codec) < 0) - return -1; -- if (enc->codec_type != CODEC_TYPE_AUDIO) { -+ if (enc->codec_type != AVMEDIA_TYPE_AUDIO) { - lsx_fail("ffmpeg CODEC %x is not an audio CODEC", enc->codec_type); - return -1; - } -@@ -182,7 +182,7 @@ static int startread(sox_format_t * ft) - /* Find audio stream (FIXME: allow different stream to be selected) */ - for (i = 0; (unsigned)i < ffmpeg->ctxt->nb_streams; i++) { - AVCodecContext *enc = ffmpeg->ctxt->streams[i]->codec; --if (enc->codec_type == CODEC_TYPE_AUDIO && ffmpeg->audio_index < 0) { -+if (enc->codec_type == AVMEDIA_TYPE_AUDIO && ffmpeg->audio_index < 0) { - ffmpeg->audio_index = i; - break; - } -@@ -273,7 +273,7 @@ static AVStream *add_audio_stream(sox_fo - - c = st->codec; - c->codec_id = codec_id; -- c->codec_type = CODEC_TYPE_AUDIO; -+ c->codec_type = AVMEDIA_TYPE_AUDIO; - - /* put sample parameters */ - c->bit_rate = 256000; /* FIXME: allow specification */ -@@ -423,7 +423,7 @@ static size_t write_samples(sox_format_t - av_init_packet(&pkt); - pkt.size = avcodec_encode_audio(c, ffmpeg->audio_buf_aligned, AVCODEC_MAX_AUDIO_FRAME_SIZE, ffmpeg->samples); - pkt.pts = av_rescale_q(c->coded_frame->pts, c->time_base, ffmpeg->audio_st->time_base); -- pkt.flags |= PKT_FLAG_KEY; -+ pkt.flags |= AV_PKT_FLAG_KEY; - pkt.stream_index = ffmpeg->audio_st->index; - pkt.data = ffmpeg->audio_buf_aligned; -
[arch-commits] Commit in gucharmap/repos (8 files)
Date: Tuesday, April 17, 2012 @ 15:32:26 Author: ibiru Revision: 156374 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gucharmap/repos/testing-i686/PKGBUILD (from rev 156373, gucharmap/trunk/PKGBUILD) gucharmap/repos/testing-i686/gucharmap.install (from rev 156373, gucharmap/trunk/gucharmap.install) gucharmap/repos/testing-x86_64/PKGBUILD (from rev 156373, gucharmap/trunk/PKGBUILD) gucharmap/repos/testing-x86_64/gucharmap.install (from rev 156373, gucharmap/trunk/gucharmap.install) Deleted: gucharmap/repos/testing-i686/PKGBUILD gucharmap/repos/testing-i686/gucharmap.install gucharmap/repos/testing-x86_64/PKGBUILD gucharmap/repos/testing-x86_64/gucharmap.install --+ testing-i686/PKGBUILD| 60 ++--- testing-i686/gucharmap.install | 34 ++-- testing-x86_64/PKGBUILD | 60 ++--- testing-x86_64/gucharmap.install | 34 ++-- 4 files changed, 94 insertions(+), 94 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 19:30:51 UTC (rev 156373) +++ testing-i686/PKGBUILD 2012-04-17 19:32:26 UTC (rev 156374) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan De Groot - -pkgname=gucharmap -pkgver=3.4.0.1 -pkgrel=1 -pkgdesc="Gnome Unicode Charmap" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnome.org"; -depends=('dconf' 'gtk3' 'hicolor-icon-theme') -makedepends=('gtk-doc' 'intltool' 'gobject-introspection') -options=('!libtool' '!emptydirs') -install=gucharmap.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --disable-schemas-compile --enable-introspection - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 156373, gucharmap/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 19:32:26 UTC (rev 156374) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan De Groot + +pkgname=gucharmap +pkgver=3.4.1.1 +pkgrel=1 +pkgdesc="Gnome Unicode Charmap" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnome.org"; +depends=('dconf' 'gtk3' 'hicolor-icon-theme') +makedepends=('gtk-doc' 'intltool' 'gobject-introspection') +options=('!libtool' '!emptydirs') +install=gucharmap.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --disable-schemas-compile --enable-introspection + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/gucharmap.install === --- testing-i686/gucharmap.install 2012-04-17 19:30:51 UTC (rev 156373) +++ testing-i686/gucharmap.install 2012-04-17 19:32:26 UTC (rev 156374) @@ -1,17 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap - return 0 -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gucharmap/repos/testing-i686/gucharmap.install (from rev 156373, gucharmap/trunk/gucharmap.install) === --- testing-i686/gucharmap.install (rev 0) +++ testing-i686/gucharmap.install 2012-04-17 19:32:26 UTC (rev 156374) @@ -0,0 +1,17 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +pre_upgrade() { + (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap + return 0 +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 19:30:51 UTC (rev 156373) +++ testing-x86_64/PKGBUILD 2012-04-17 19:32:26 UTC (rev 156374) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan De Groot - -pkgname=gucharmap -pkgver=3.4.0.1 -pkgrel=
[arch-commits] Commit in gucharmap/trunk (PKGBUILD gucharmap.install)
Date: Tuesday, April 17, 2012 @ 15:30:51 Author: ibiru Revision: 156373 update to 3.4.1.1 Modified: gucharmap/trunk/PKGBUILD gucharmap/trunk/gucharmap.install ---+ PKGBUILD |4 ++-- gucharmap.install |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 18:59:36 UTC (rev 156372) +++ PKGBUILD2012-04-17 19:30:51 UTC (rev 156373) @@ -3,7 +3,7 @@ # Contributor: Jan De Groot pkgname=gucharmap -pkgver=3.4.0.1 +pkgver=3.4.1.1 pkgrel=1 pkgdesc="Gnome Unicode Charmap" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') install=gucharmap.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c') +sha256sums=('52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62') build() { cd $pkgname-$pkgver Modified: gucharmap.install === --- gucharmap.install 2012-04-17 18:59:36 UTC (rev 156372) +++ gucharmap.install 2012-04-17 19:30:51 UTC (rev 156373) @@ -1,5 +1,5 @@ post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas gtk-update-icon-cache -q -t -f usr/share/icons/hicolor }
[arch-commits] Commit in freeciv/repos (8 files)
Date: Tuesday, April 17, 2012 @ 14:59:36 Author: eric Revision: 156372 archrelease: copy trunk to extra-i686, extra-x86_64 Added: freeciv/repos/extra-i686/PKGBUILD (from rev 156371, freeciv/trunk/PKGBUILD) freeciv/repos/extra-i686/freeciv.install (from rev 156371, freeciv/trunk/freeciv.install) freeciv/repos/extra-x86_64/PKGBUILD (from rev 156371, freeciv/trunk/PKGBUILD) freeciv/repos/extra-x86_64/freeciv.install (from rev 156371, freeciv/trunk/freeciv.install) Deleted: freeciv/repos/extra-i686/PKGBUILD freeciv/repos/extra-i686/freeciv.install freeciv/repos/extra-x86_64/PKGBUILD freeciv/repos/extra-x86_64/freeciv.install --+ extra-i686/PKGBUILD | 52 - extra-i686/freeciv.install | 22 - extra-x86_64/PKGBUILD| 52 - extra-x86_64/freeciv.install | 22 - 4 files changed, 74 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 18:59:14 UTC (rev 156371) +++ extra-i686/PKGBUILD 2012-04-17 18:59:36 UTC (rev 156372) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=freeciv -pkgver=2.3.1 -pkgrel=1 -pkgdesc="A multiuser clone of the famous Microprose game of Civilization" -arch=('i686' 'x86_64') -url="http://www.freeciv.org/"; -license=('GPL') -depends=('gtk2' 'sdl_mixer' 'hicolor-icon-theme') -options=('!libtool') -install=freeciv.install -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9d9ee9f48f4c945fc6525139d340443d5a25aac4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-client=gtk --enable-shared - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 156371, freeciv/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 18:59:36 UTC (rev 156372) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=freeciv +pkgver=2.3.2 +pkgrel=1 +pkgdesc="A multiuser clone of the famous Microprose game of Civilization" +arch=('i686' 'x86_64') +url="http://www.freeciv.org/"; +license=('GPL') +depends=('gtk2' 'sdl_mixer' 'hicolor-icon-theme') +options=('!libtool') +install=freeciv.install +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('e6267b5e0483cf9c29d01793d2f9433e73d62191') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --enable-client=gtk2 --enable-shared --without-ggz-client + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/freeciv.install === --- extra-i686/freeciv.install 2012-04-17 18:59:14 UTC (rev 156371) +++ extra-i686/freeciv.install 2012-04-17 18:59:36 UTC (rev 156372) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: freeciv/repos/extra-i686/freeciv.install (from rev 156371, freeciv/trunk/freeciv.install) === --- extra-i686/freeciv.install (rev 0) +++ extra-i686/freeciv.install 2012-04-17 18:59:36 UTC (rev 156372) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-04-17 18:59:14 UTC (rev 156371) +++ extra-x86_64/PKGBUILD 2012-04-17 18:59:36 UTC (rev 156372) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=freeciv -pkgver=2.3.1 -pkgrel=1 -pkgdesc="A multiuser clone of the famous Microprose game of Civilization" -arch=('i686' 'x86_64') -url="http://www.freeciv.org/"; -license=('GPL') -depends=('gtk2' 'sdl_mixer' 'hicolor-icon-theme') -options=('!libtool') -install=freeciv.install -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9d9ee9f48f4c945fc6525139d340443d5a25aac4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-client=gtk --enable-shared - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: freeciv/repos/extra-x86_64/PKGBUILD (from rev 156371, freeciv/trunk/PKGBUILD) === --- extra-x86_64/PKGBU
[arch-commits] Commit in freeciv/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 14:59:14 Author: eric Revision: 156371 upgpkg: freeciv 2.3.2-1 Upstream update Modified: freeciv/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 18:39:59 UTC (rev 156370) +++ PKGBUILD2012-04-17 18:59:14 UTC (rev 156371) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger pkgname=freeciv -pkgver=2.3.1 +pkgver=2.3.2 pkgrel=1 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') @@ -12,11 +12,11 @@ options=('!libtool') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('9d9ee9f48f4c945fc6525139d340443d5a25aac4') +sha1sums=('e6267b5e0483cf9c29d01793d2f9433e73d62191') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-client=gtk --enable-shared --without-ggz-client + ./configure --prefix=/usr --enable-client=gtk2 --enable-shared --without-ggz-client make }
[arch-commits] Commit in freenx/trunk (PKGBUILD freenx.install)
Date: Tuesday, April 17, 2012 @ 14:39:59 Author: andyrtr Revision: 156370 prepare move to /usr for new nx-libs Modified: freenx/trunk/PKGBUILD freenx/trunk/freenx.install + PKGBUILD | 62 +-- freenx.install | 38 + 2 files changed, 53 insertions(+), 47 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 18:25:18 UTC (rev 156369) +++ PKGBUILD2012-04-17 18:39:59 UTC (rev 156370) @@ -1,25 +1,34 @@ # $Id$ # Maintainer: Tobias Powalowski #Contributed: eliott , Andre Naumann + pkgname=freenx pkgver=0.7.3 -pkgrel=10 +pkgrel=10.1 pkgdesc="Free Software (GPL) Implementation of the NX Server" arch=(i686 x86_64) url="http://freenx.berlios.de"; license=('GPL') -depends=('nxserver' 'gnu-netcat' 'inetutils' 'openssh' 'expect' 'xorg-xauth' 'xorg-fonts-misc' 'coreutils' 'xorg-xmessage' 'xorg-xrdb' 'xorg-xpr' 'xorg-xset' 'xorg-sessreg') -backup=(opt/NX/etc/node.conf) +depends=('nx-common' 'nx-x11' 'nxagent' 'nxproxy' 'gnu-netcat' 'inetutils' 'openssh' 'expect' 'python' + 'xorg-xauth' 'xorg-fonts-misc' 'coreutils' 'xorg-xmessage' 'xorg-xrdb' 'xorg-xpr' 'xorg-xset' 'xorg-sessreg') +makedepends=('imake') +options=('!makeflags') +backup=(etc/nxserver/node.conf) install=freenx.install source=(http://download.berlios.de/freenx/$pkgname-server-$pkgver.tar.gz keymap.patch nxagent-startup.patch freenx-latest-svn.patch remove-dialog.patch) +md5sums=('856f597e139018f7ed62713c9d6c9ed5' + 'f0867659c925f6363fb2b7661f349248' + '30dc16d8e2093ff71d5834a169ad9d00' + '788f30322783cf2c2dc833e2e4d5e8ad' + 'cae1773312506eeefe6a8de07c492bd8') build() { # patch and install nxserver - cd $startdir/src/$pkgname-server-$pkgver + cd $srcdir/$pkgname-server-$pkgver # add latest svn fixes patch -Np3 -i ../freenx-latest-svn.patch # patch from inside nx @@ -31,7 +40,7 @@ # remove broken dialog function patch -Np0 -i ${srcdir}/remove-dialog.patch sed -i -e 's,authorized_keys2,authorized_keys,g' nxloadconfig - sed -i -e 's,/usr/NX,/opt/NX,g' nxloadconfig + sed -i -e 's,/usr/NX,/usr/lib/nx,g' nxloadconfig sed -i -e 's,netcat,nc,g' nxloadconfig sed -i -e 's/utmp/nx/g' nxsetup sed -i -e 's,/usr/X11R6/bin/xauth,/usr/bin/xauth,g' nxloadconfig @@ -43,34 +52,29 @@ sed -i -e 's,libXcomp.so,libXcomp.so.3,g' nxloadconfig sed -i -e 's,libXcompext.so,libXcompext.so.3,g' nxloadconfig sed -i -e 's,libXrender.so.1.2,libXrender.so.1.2.2:$APPLICATION_LIBRARY_PATH/libXcompsh.so.3:$APPLICATION_LIBRARY_PATH/libXcompshad.so.3,g' nxloadconfig + sed -i -e 's:NX_ETC_DIR\=$NX_DIR\/etc:NX_ETC_DIR=\/etc\/nxserver:g' nxloadconfig + sed -i -e 's:NX_SESS_DIR=$NX_DIR\/var\/db:NX_SESS_DIR=\/var\/lib\/nx\/db:g' nxloadconfig + sed -i -e 's:NX_HOME_DIR=$NX_DIR:NX_HOME_DIR=\/var\/lib\/nx:g' nxloadconfig # fix key generation sed -i -e 's,AUTOMATIC="no",AUTOMATIC="yes",g' nxsetup + #export DESTDIR="${pkgdir}" + make } package() { - cd $startdir/src/$pkgname-server-$pkgver - install -D -m755 nxnode $startdir/pkg/opt/NX/bin/nxnode - install -D -m755 nxserver $startdir/pkg/opt/NX/bin/nxserver - install -D -m755 nxsetup $startdir/pkg/opt/NX/bin/nxsetup - install -D -m755 nxkeygen $startdir/pkg/opt/NX/bin/nxkeygen - install -D -m755 nxnode-login $startdir/pkg/opt/NX/bin/nxnode-login - install -D -m755 nxloadconfig $startdir/pkg/opt/NX/bin/nxloadconfig - install -D -m755 nxdialog $startdir/pkg/opt/NX/bin/nxdialog - install -D -m755 nxviewer_helper $startdir/pkg/opt/NX/bin/nxviever_helper - install -D -m755 nxcups-gethost $startdir/pkg/opt/NX/bin/nxcups-gethost - install -D -m755 nxdesktop_helper $startdir/pkg/opt/NX/bin/nxdesktop_helper - # provided by nxclient! - #install -D -m755 nxprint $startdir/pkg/opt/NX/bin/nxprint - install -D -m755 node.conf.sample $startdir/pkg/opt/NX/etc/node.conf - # install nxhelper - cd nxserver-helper - make - install -D -m755 nxserver-helper $startdir/pkg/opt/NX/bin/nxserver-helper + cd $srcdir/$pkgname-server-$pkgver + + make install DESTDIR="${pkgdir}" + + # create symlinks + install -dm755 ${pkgdir}/usr/bin + cd ${pkgdir}/usr/bin + for file in ${pkgdir}/usr/lib/nx/bin/*; do +ln -sv /usr/lib/nx/bin/`basename $file` . + done + + mv $pkgdir/etc/nxserver/node.conf.sample $pkgdir/etc/nxserver/node.conf + # create nxserver homedir - mkdir -m700 -p $startdir/pkg/opt/NX/home/nx + mkdir -m700 -p $pkgdir/var/lib/nxserver/{home/nx,db} } -md5sums=('856f597e139018f7ed62713c9d6c9ed5' - 'f0867659c925f6363fb2b7661f349248' - '30dc16d8e2093ff71d5834a169ad9d00' - '788f30322783cf2c2dc833e2e4d5e8ad' - 'cae1773312506eeefe6a8de07c492bd8') Modified: freenx.install === --- freenx.install 2
[arch-commits] Commit in wicd/repos/extra-any (20 files)
Date: Tuesday, April 17, 2012 @ 14:25:18 Author: daniel Revision: 156369 archrelease: copy trunk to extra-any Added: wicd/repos/extra-any/ChangeLog (from rev 156368, wicd/trunk/ChangeLog) wicd/repos/extra-any/PKGBUILD (from rev 156368, wicd/trunk/PKGBUILD) wicd/repos/extra-any/deepcopy+python27-fixes.patch (from rev 156368, wicd/trunk/deepcopy+python27-fixes.patch) wicd/repos/extra-any/net-tools.patch (from rev 156368, wicd/trunk/net-tools.patch) wicd/repos/extra-any/wicd-daemon (from rev 156368, wicd/trunk/wicd-daemon) wicd/repos/extra-any/wicd-locale.patch (from rev 156368, wicd/trunk/wicd-locale.patch) wicd/repos/extra-any/wicd-scripts-execution.patch (from rev 156368, wicd/trunk/wicd-scripts-execution.patch) wicd/repos/extra-any/wicd.desktop (from rev 156368, wicd/trunk/wicd.desktop) wicd/repos/extra-any/wicd.install (from rev 156368, wicd/trunk/wicd.install) wicd/repos/extra-any/wicd_in_usr.patch (from rev 156368, wicd/trunk/wicd_in_usr.patch) Deleted: wicd/repos/extra-any/ChangeLog wicd/repos/extra-any/PKGBUILD wicd/repos/extra-any/deepcopy+python27-fixes.patch wicd/repos/extra-any/net-tools.patch wicd/repos/extra-any/wicd-daemon wicd/repos/extra-any/wicd-locale.patch wicd/repos/extra-any/wicd-scripts-execution.patch wicd/repos/extra-any/wicd.desktop wicd/repos/extra-any/wicd.install wicd/repos/extra-any/wicd_in_usr.patch ---+ ChangeLog | 80 +++ PKGBUILD | 192 +- deepcopy+python27-fixes.patch | 144 ++--- net-tools.patch | 22 +- wicd-daemon | 54 ++--- wicd-locale.patch | 24 +- wicd-scripts-execution.patch | 48 ++-- wicd.desktop | 22 +- wicd.install | 46 ++-- wicd_in_usr.patch | 416 10 files changed, 524 insertions(+), 524 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 156368:156369 to see the changes.
[arch-commits] Commit in wicd/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 14:24:43 Author: daniel Revision: 156368 upgpkg: wicd 1.7.2.1-1 Totally missed the newest version Modified: wicd/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 18:12:34 UTC (rev 156367) +++ PKGBUILD2012-04-17 18:24:43 UTC (rev 156368) @@ -4,7 +4,7 @@ pkgbase=wicd pkgname=('wicd' 'wicd-gtk') -pkgver=1.7.2 +pkgver=1.7.2.1 pkgrel=1 arch=(any) url="http://wicd.sourceforge.net/"; @@ -15,9 +15,6 @@ wicd.desktop) makedepends=('python2' 'python-babel' 'python2-distribute' 'gettext') options=('emptydirs') -md5sums=('927f60125a97323d1878d83e1a9241ae' - 'f40e5f59998d0829707a7c9976afa8f8' - '326df163a5732d38741371baa4fce9e5') build() { cd $srcdir/$pkgbase-$pkgver @@ -94,3 +91,6 @@ rm -rf $pkgdir/lib/ rm -rf $pkgdir/usr/share/dbus-1 } +md5sums=('96c0a08b2bc0c7f1977219a58ad70cd9' + 'f40e5f59998d0829707a7c9976afa8f8' + '326df163a5732d38741371baa4fce9e5')
[arch-commits] Commit in tomboy/repos (8 files)
Date: Tuesday, April 17, 2012 @ 14:12:34 Author: ibiru Revision: 156367 archrelease: copy trunk to testing-i686, testing-x86_64 Added: tomboy/repos/testing-i686/PKGBUILD (from rev 156366, tomboy/trunk/PKGBUILD) tomboy/repos/testing-i686/tomboy.install (from rev 156366, tomboy/trunk/tomboy.install) tomboy/repos/testing-x86_64/PKGBUILD (from rev 156366, tomboy/trunk/PKGBUILD) tomboy/repos/testing-x86_64/tomboy.install (from rev 156366, tomboy/trunk/tomboy.install) Deleted: tomboy/repos/testing-i686/PKGBUILD tomboy/repos/testing-i686/tomboy.install tomboy/repos/testing-x86_64/PKGBUILD tomboy/repos/testing-x86_64/tomboy.install ---+ testing-i686/PKGBUILD | 74 testing-i686/tomboy.install | 50 +-- testing-x86_64/PKGBUILD | 74 testing-x86_64/tomboy.install | 50 +-- 4 files changed, 124 insertions(+), 124 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 18:10:51 UTC (rev 156366) +++ testing-i686/PKGBUILD 2012-04-17 18:12:34 UTC (rev 156367) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=tomboy -pkgver=1.10.0 -pkgrel=1 -pkgdesc="Desktop note-taking application for Linux and Unix" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnome.org/projects/tomboy/"; -depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme') -makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') -options=('!libtool' '!emptydirs' '!makeflags') -groups=('gnome-extra') -install=tomboy.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a0f6550560c03aabb311584694bc2a729e688ad94c5d137081edaba0c714') - -build() { - export MONO_SHARED_DIR="$srcdir/.wabi" - mkdir -p "$MONO_SHARED_DIR" - - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-update-mimedb - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install - - install -m755 -d "$pkgdir/usr/share/gconf/schemas" - gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain tomboy $pkgdir/etc/gconf/schemas/*.schemas - rm -f $pkgdir/etc/gconf/schemas/*.schemas -} Copied: tomboy/repos/testing-i686/PKGBUILD (from rev 156366, tomboy/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 18:12:34 UTC (rev 156367) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=tomboy +pkgver=1.10.1 +pkgrel=1 +pkgdesc="Desktop note-taking application for Linux and Unix" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnome.org/projects/tomboy/"; +depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme') +makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils') +options=('!libtool' '!emptydirs' '!makeflags') +groups=('gnome-extra') +install=tomboy.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('85bc277b278fe6aaa38fc0ec8b1777804ea0de647111a5065d43614d1ad10077') + +build() { + export MONO_SHARED_DIR="$srcdir/.wabi" + mkdir -p "$MONO_SHARED_DIR" + + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-update-mimedb + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install + + install -m755 -d "$pkgdir/usr/share/gconf/schemas" + gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain tomboy "$pkgdir"/etc/gconf/schemas/*.schemas + rm -f "$pkgdir"/etc/gconf/schemas/*.schemas +} Deleted: testing-i686/tomboy.install === --- testing-i686/tomboy.install 2012-04-17 18:10:51 UTC (rev 156366) +++ testing-i686/tomboy.install 2012-04-17 18:12:34 UTC (rev 156367) @@ -1,25 +0,0 @@ -pkgname=tomboy - -post_install() { - usr/sbin/gconfpkg --install ${pkgname} - - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime -} Copied: tomboy/repos/testing-i686/tomboy.install (from rev 156366, tomboy/trunk/tomboy.install)
[arch-commits] Commit in tomboy/trunk (PKGBUILD tomboy.install)
Date: Tuesday, April 17, 2012 @ 14:10:51 Author: ibiru Revision: 156366 update to 1.10.1 Modified: tomboy/trunk/PKGBUILD tomboy/trunk/tomboy.install + PKGBUILD | 12 ++-- tomboy.install | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 18:02:38 UTC (rev 156365) +++ PKGBUILD2012-04-17 18:10:51 UTC (rev 156366) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=tomboy -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 pkgdesc="Desktop note-taking application for Linux and Unix" arch=('i686' 'x86_64') @@ -14,13 +14,13 @@ groups=('gnome-extra') install=tomboy.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('a0f6550560c03aabb311584694bc2a729e688ad94c5d137081edaba0c714') +sha256sums=('85bc277b278fe6aaa38fc0ec8b1777804ea0de647111a5065d43614d1ad10077') build() { export MONO_SHARED_DIR="$srcdir/.wabi" mkdir -p "$MONO_SHARED_DIR" - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --disable-update-mimedb @@ -28,10 +28,10 @@ } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install install -m755 -d "$pkgdir/usr/share/gconf/schemas" - gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain tomboy $pkgdir/etc/gconf/schemas/*.schemas - rm -f $pkgdir/etc/gconf/schemas/*.schemas + gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain tomboy "$pkgdir"/etc/gconf/schemas/*.schemas + rm -f "$pkgdir"/etc/gconf/schemas/*.schemas } Modified: tomboy.install === --- tomboy.install 2012-04-17 18:02:38 UTC (rev 156365) +++ tomboy.install 2012-04-17 18:10:51 UTC (rev 156366) @@ -1,10 +1,10 @@ pkgname=tomboy post_install() { - usr/sbin/gconfpkg --install ${pkgname} + gconfpkg --install ${pkgname} - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-mime-database /usr/share/mime } pre_upgrade() { @@ -16,10 +16,10 @@ } pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} + gconfpkg --uninstall ${pkgname} } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-mime-database /usr/share/mime }
[arch-commits] Commit in gnome-system-log/repos (8 files)
Date: Tuesday, April 17, 2012 @ 14:02:38 Author: ibiru Revision: 156365 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnome-system-log/repos/testing-i686/PKGBUILD (from rev 156364, gnome-system-log/trunk/PKGBUILD) gnome-system-log/repos/testing-i686/gnome-system-log.install (from rev 156364, gnome-system-log/trunk/gnome-system-log.install) gnome-system-log/repos/testing-x86_64/PKGBUILD (from rev 156364, gnome-system-log/trunk/PKGBUILD) gnome-system-log/repos/testing-x86_64/gnome-system-log.install (from rev 156364, gnome-system-log/trunk/gnome-system-log.install) Deleted: gnome-system-log/repos/testing-i686/PKGBUILD gnome-system-log/repos/testing-i686/gnome-system-log.install gnome-system-log/repos/testing-x86_64/PKGBUILD gnome-system-log/repos/testing-x86_64/gnome-system-log.install -+ testing-i686/PKGBUILD | 60 +++--- testing-i686/gnome-system-log.install | 24 ++-- testing-x86_64/PKGBUILD | 60 +++--- testing-x86_64/gnome-system-log.install | 24 ++-- 4 files changed, 84 insertions(+), 84 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 18:00:21 UTC (rev 156364) +++ testing-i686/PKGBUILD 2012-04-17 18:02:38 UTC (rev 156365) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-system-log -pkgver=3.4.0 -pkgrel=1 -pkgdesc="View your system logs" -arch=(i686 x86_64) -url="http://gnome.org"; -license=('GPL2') -depends=('dconf' 'gtk3') -makedepends=('intltool' 'gnome-doc-utils') -groups=('gnome-extra') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7eea66e1cef32c0ad7f0027564d371123dfbfb1866fd172d9d498b5dd701528b') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ ---disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-system-log/repos/testing-i686/PKGBUILD (from rev 156364, gnome-system-log/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 18:02:38 UTC (rev 156365) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-system-log +pkgver=3.4.1 +pkgrel=1 +pkgdesc="View your system logs" +arch=(i686 x86_64) +url="http://gnome.org"; +license=('GPL2') +depends=('dconf' 'gtk3') +makedepends=('intltool' 'gnome-doc-utils') +groups=('gnome-extra') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('288bb4db72d5e86874198f3a879a89cd0ddec373db9838d8ea772df1c5267736') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ +--disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-i686/gnome-system-log.install === --- testing-i686/gnome-system-log.install 2012-04-17 18:00:21 UTC (rev 156364) +++ testing-i686/gnome-system-log.install 2012-04-17 18:02:38 UTC (rev 156365) @@ -1,12 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnome-system-log/repos/testing-i686/gnome-system-log.install (from rev 156364, gnome-system-log/trunk/gnome-system-log.install) === --- testing-i686/gnome-system-log.install (rev 0) +++ testing-i686/gnome-system-log.install 2012-04-17 18:02:38 UTC (rev 156365) @@ -0,0 +1,12 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 18:00:21 UTC (rev 156364) +++ testing-x86_64/PKGBUILD 2012-04-17 18:02:38 UTC (rev 156365) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-system-log -pkgver=3.4.0 -pkgrel=1 -pkgdesc="View your system logs" -arch=(i686 x86_64) -url="http://gnome.org"; -license=('GPL2') -depends=('dconf' 'gtk3') -makedepends=('intltool' 'gnome-doc-utils') -groups=('gnome-extra') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7eea66e1cef32c0ad7f002
[arch-commits] Commit in gnome-system-log/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 14:00:21 Author: ibiru Revision: 156364 update to 3.4.1 Modified: gnome-system-log/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 17:55:12 UTC (rev 156363) +++ PKGBUILD2012-04-17 18:00:21 UTC (rev 156364) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-system-log -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="View your system logs" arch=(i686 x86_64) @@ -13,7 +13,7 @@ groups=('gnome-extra') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7eea66e1cef32c0ad7f0027564d371123dfbfb1866fd172d9d498b5dd701528b') +sha256sums=('288bb4db72d5e86874198f3a879a89cd0ddec373db9838d8ea772df1c5267736') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in gnome-online-accounts/repos (8 files)
Date: Tuesday, April 17, 2012 @ 13:55:12 Author: ibiru Revision: 156363 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 156362, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install) gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 156362, gnome-online-accounts/trunk/PKGBUILD) gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install) Deleted: gnome-online-accounts/repos/testing-i686/PKGBUILD gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install gnome-online-accounts/repos/testing-x86_64/PKGBUILD gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install --+ testing-i686/PKGBUILD| 58 - testing-i686/gnome-online-accounts.install | 22 - testing-x86_64/PKGBUILD | 58 - testing-x86_64/gnome-online-accounts.install | 22 - 4 files changed, 80 insertions(+), 80 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 17:53:48 UTC (rev 156362) +++ testing-i686/PKGBUILD 2012-04-17 17:55:12 UTC (rev 156363) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-online-accounts -pkgver=3.4.0 -pkgrel=1 -pkgdesc="GNOME service to access online accounts" -arch=(i686 x86_64) -url="http://www.gnome.org"; -license=('GPL') -depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme') -makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') -options=(!libtool) -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('306a6ebaf4a0349596d1729d263b98fdb8d27d788d61e27d727d03883dccea95') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 156362, gnome-online-accounts/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 17:55:12 UTC (rev 156363) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-online-accounts +pkgver=3.4.1 +pkgrel=1 +pkgdesc="GNOME service to access online accounts" +arch=(i686 x86_64) +url="http://www.gnome.org"; +license=('GPL') +depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') +options=(!libtool) +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('d5636b8da29aae04757ca528de65e3617d85696bd7e434c48dbd1199c105f4ae') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-i686/gnome-online-accounts.install === --- testing-i686/gnome-online-accounts.install 2012-04-17 17:53:48 UTC (rev 156362) +++ testing-i686/gnome-online-accounts.install 2012-04-17 17:55:12 UTC (rev 156363) @@ -1,11 +0,0 @@ -post_install () { -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install (from rev 156362, gnome-online-accounts/trunk/gnome-online-accounts.install) === --- testing-i686/gnome-online-accounts.install (rev 0) +++ testing-i686/gnome-online-accounts.install 2012-04-17 17:55:12 UTC (rev 156363) @@ -0,0 +1,11 @@ +post_install () { +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 17:53:48 UTC (rev 156362) +++ testing-x86_64/PKGBUILD 2012-04-17 17:55:12 UTC (rev 156363) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-online-accounts -pkgver=3.4.0 -pkgrel=1 -pkgdesc="GNOME service to access online accounts" -arch=(i686 x86_64) -url="http://www
[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 13:53:48 Author: ibiru Revision: 156362 update to 3.4.1 Modified: gnome-online-accounts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 17:49:09 UTC (rev 156361) +++ PKGBUILD2012-04-17 17:53:48 UTC (rev 156362) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-online-accounts -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) @@ -13,7 +13,7 @@ options=(!libtool) install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('306a6ebaf4a0349596d1729d263b98fdb8d27d788d61e27d727d03883dccea95') +sha256sums=('d5636b8da29aae04757ca528de65e3617d85696bd7e434c48dbd1199c105f4ae') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in gedit/repos (8 files)
Date: Tuesday, April 17, 2012 @ 13:49:09 Author: ibiru Revision: 156361 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gedit/repos/testing-i686/PKGBUILD (from rev 156360, gedit/trunk/PKGBUILD) gedit/repos/testing-i686/gedit.install (from rev 156360, gedit/trunk/gedit.install) gedit/repos/testing-x86_64/PKGBUILD (from rev 156360, gedit/trunk/PKGBUILD) gedit/repos/testing-x86_64/gedit.install (from rev 156360, gedit/trunk/gedit.install) Deleted: gedit/repos/testing-i686/PKGBUILD gedit/repos/testing-i686/gedit.install gedit/repos/testing-x86_64/PKGBUILD gedit/repos/testing-x86_64/gedit.install --+ testing-i686/PKGBUILD| 64 - testing-i686/gedit.install | 36 +++ testing-x86_64/PKGBUILD | 64 - testing-x86_64/gedit.install | 36 +++ 4 files changed, 100 insertions(+), 100 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 17:46:51 UTC (rev 156360) +++ testing-i686/PKGBUILD 2012-04-17 17:49:09 UTC (rev 156361) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot - -pkgname=gedit -pkgver=3.4.0 -pkgrel=1 -pkgdesc="A text editor for GNOME" -arch=('i686' 'x86_64') -license=('GPL') -depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf') -makedepends=('yelp-tools' 'intltool') -groups=('gnome-extra') -options=('!libtool' '!emptydirs') -url="http://www.gnome.org"; -install=gedit.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a51bb8d60bfd9b37edf04228c7493d256e73a6b5f025f8b4900431673ac34e3f') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ - --enable-python - make -} - -package(){ - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gedit/repos/testing-i686/PKGBUILD (from rev 156360, gedit/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 17:49:09 UTC (rev 156361) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot + +pkgname=gedit +pkgver=3.4.1 +pkgrel=1 +pkgdesc="A text editor for GNOME" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtksourceview3' 'gsettings-desktop-schemas' 'libpeas' 'enchant' 'iso-codes' 'libsm' 'desktop-file-utils' 'python2-gobject' 'dconf') +makedepends=('yelp-tools' 'intltool') +groups=('gnome-extra') +options=('!libtool' '!emptydirs') +url="http://www.gnome.org"; +install=gedit.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9b1f0164d6c6bc08e391efde7e6a2aa9290a65bda543fe3a7adc6ef73b722a64') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sysconfdir=/etc --localstatedir=/var \ + --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \ + --enable-python + make +} + +package(){ + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/gedit.install === --- testing-i686/gedit.install 2012-04-17 17:46:51 UTC (rev 156360) +++ testing-i686/gedit.install 2012-04-17 17:49:09 UTC (rev 156361) @@ -1,18 +0,0 @@ -post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas -update-desktop-database -q -} - -pre_upgrade() { -if [ -f usr/share/gconf/schemas/gedit.schemas ]; then -usr/sbin/gconfpkg --uninstall gedit -fi -} - -post_upgrade() { -post_install $1 -} - -post_remove() { -post_install $1 -} Copied: gedit/repos/testing-i686/gedit.install (from rev 156360, gedit/trunk/gedit.install) === --- testing-i686/gedit.install (rev 0) +++ testing-i686/gedit.install 2012-04-17 17:49:09 UTC (rev 156361) @@ -0,0 +1,18 @@ +post_install() { +glib-compile-schemas /usr/share/glib-2.0/schemas +update-desktop-database -q +} + +pre_upgrade() { +if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then +gconfpkg --uninstall gedit +fi +} + +post_upgrade() { +post_install $1 +} + +post_remove() { +post_install $1 +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 17:46:51 UTC (rev 156360) +++ testing-x86_64/PKGBUILD 2012-04-1
[arch-commits] Commit in gedit/trunk (PKGBUILD gedit.install)
Date: Tuesday, April 17, 2012 @ 13:46:51 Author: ibiru Revision: 156360 update to 3.4.1 Modified: gedit/trunk/PKGBUILD gedit/trunk/gedit.install ---+ PKGBUILD |4 ++-- gedit.install |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 17:39:39 UTC (rev 156359) +++ PKGBUILD2012-04-17 17:46:51 UTC (rev 156360) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot pkgname=gedit -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="A text editor for GNOME" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ url="http://www.gnome.org"; install=gedit.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a51bb8d60bfd9b37edf04228c7493d256e73a6b5f025f8b4900431673ac34e3f') +sha256sums=('9b1f0164d6c6bc08e391efde7e6a2aa9290a65bda543fe3a7adc6ef73b722a64') build() { cd $pkgname-$pkgver Modified: gedit.install === --- gedit.install 2012-04-17 17:39:39 UTC (rev 156359) +++ gedit.install 2012-04-17 17:46:51 UTC (rev 156360) @@ -1,11 +1,11 @@ post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas +glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q } pre_upgrade() { -if [ -f usr/share/gconf/schemas/gedit.schemas ]; then -usr/sbin/gconfpkg --uninstall gedit +if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then +gconfpkg --uninstall gedit fi }
[arch-commits] Commit in wicd/repos/extra-any (20 files)
Date: Tuesday, April 17, 2012 @ 13:39:39 Author: daniel Revision: 156359 archrelease: copy trunk to extra-any Added: wicd/repos/extra-any/ChangeLog (from rev 156358, wicd/trunk/ChangeLog) wicd/repos/extra-any/PKGBUILD (from rev 156358, wicd/trunk/PKGBUILD) wicd/repos/extra-any/deepcopy+python27-fixes.patch (from rev 156358, wicd/trunk/deepcopy+python27-fixes.patch) wicd/repos/extra-any/net-tools.patch (from rev 156358, wicd/trunk/net-tools.patch) wicd/repos/extra-any/wicd-daemon (from rev 156358, wicd/trunk/wicd-daemon) wicd/repos/extra-any/wicd-locale.patch (from rev 156358, wicd/trunk/wicd-locale.patch) wicd/repos/extra-any/wicd-scripts-execution.patch (from rev 156358, wicd/trunk/wicd-scripts-execution.patch) wicd/repos/extra-any/wicd.desktop (from rev 156358, wicd/trunk/wicd.desktop) wicd/repos/extra-any/wicd.install (from rev 156358, wicd/trunk/wicd.install) wicd/repos/extra-any/wicd_in_usr.patch (from rev 156358, wicd/trunk/wicd_in_usr.patch) Deleted: wicd/repos/extra-any/ChangeLog wicd/repos/extra-any/PKGBUILD wicd/repos/extra-any/deepcopy+python27-fixes.patch wicd/repos/extra-any/net-tools.patch wicd/repos/extra-any/wicd-daemon wicd/repos/extra-any/wicd-locale.patch wicd/repos/extra-any/wicd-scripts-execution.patch wicd/repos/extra-any/wicd.desktop wicd/repos/extra-any/wicd.install wicd/repos/extra-any/wicd_in_usr.patch ---+ ChangeLog | 80 +++ PKGBUILD | 186 + deepcopy+python27-fixes.patch | 144 ++--- net-tools.patch | 22 +- wicd-daemon | 54 ++--- wicd-locale.patch | 24 +- wicd-scripts-execution.patch | 48 ++-- wicd.desktop | 22 +- wicd.install | 46 ++-- wicd_in_usr.patch | 416 10 files changed, 524 insertions(+), 518 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 156358:156359 to see the changes.
[arch-commits] Commit in wicd/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 13:39:04 Author: daniel Revision: 156358 upgpkg: wicd 1.7.2-1 Upstream security release Modified: wicd/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 16:57:42 UTC (rev 156357) +++ PKGBUILD2012-04-17 17:39:04 UTC (rev 156358) @@ -4,8 +4,8 @@ pkgbase=wicd pkgname=('wicd' 'wicd-gtk') -pkgver=1.7.1 -pkgrel=2 +pkgver=1.7.2 +pkgrel=1 arch=(any) url="http://wicd.sourceforge.net/"; license=('GPL2') @@ -13,9 +13,9 @@ install=wicd.install source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz wicd-daemon wicd.desktop) -makedepends=('python2') +makedepends=('python2' 'python-babel' 'python2-distribute' 'gettext') options=('emptydirs') -md5sums=('9c5664a0e850cddbe80942eabb10430a' +md5sums=('927f60125a97323d1878d83e1a9241ae' 'f40e5f59998d0829707a7c9976afa8f8' '326df163a5732d38741371baa4fce9e5') @@ -28,7 +28,13 @@ --resume=/usr/share/wicd/scripts/ \ --suspend=/usr/share/wicd/scripts/ \ --verbose \ - --python=/usr/bin/python2 + --python=/usr/bin/python2 \ +--lib=/usr/lib \ +--systemd=/usr/lib/systemd/system + + #HACK for https://bugs.launchpad.net/wicd/+bug/928589 + mkdir -p translations/ast/LC_MESSAGES + msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo } package_wicd() {
[arch-commits] Commit in mpg123/repos (4 files)
Date: Tuesday, April 17, 2012 @ 12:57:42 Author: eric Revision: 156357 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mpg123/repos/extra-i686/PKGBUILD (from rev 156356, mpg123/trunk/PKGBUILD) mpg123/repos/extra-x86_64/PKGBUILD (from rev 156356, mpg123/trunk/PKGBUILD) Deleted: mpg123/repos/extra-i686/PKGBUILD mpg123/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 66 extra-x86_64/PKGBUILD | 66 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 16:57:19 UTC (rev 156356) +++ extra-i686/PKGBUILD 2012-04-17 16:57:42 UTC (rev 156357) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=mpg123 -pkgver=1.13.7 -pkgrel=1 -pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/mpg123"; -license=('GPL2' 'LGPL2.1') -depends=('libltdl' 'alsa-lib') -makedepends=('sdl' 'jack' 'libpulse') -optdepends=('sdl: for sdl audio support' -'jack: for jack audio support' -'libpulse: for pulse audio support') -conflicts=('mpg321') -provides=('mpg321') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('33b71c932b87004f3c8fed527b1f9a4b5f4337b2' - '6f7593c0c14647c61cd57d1a03fe89eb6528aebe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \ ---with-audio="alsa oss sdl jack pulse" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 156356, mpg123/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 16:57:42 UTC (rev 156357) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=mpg123 +pkgver=1.13.8 +pkgrel=1 +pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/mpg123"; +license=('GPL2' 'LGPL2.1') +depends=('libltdl' 'alsa-lib') +makedepends=('sdl' 'jack' 'libpulse') +optdepends=('sdl: for sdl audio support' +'jack: for jack audio support' +'libpulse: for pulse audio support') +conflicts=('mpg321') +provides=('mpg321') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha1sums=('ae6fe5f60502fb694527113dd7508ce042b7256b' + '6895e5e3120579418007d705836ae1d3b786e771') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \ +--with-audio="alsa oss sdl jack pulse" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-04-17 16:57:19 UTC (rev 156356) +++ extra-x86_64/PKGBUILD 2012-04-17 16:57:42 UTC (rev 156357) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=mpg123 -pkgver=1.13.7 -pkgrel=1 -pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/mpg123"; -license=('GPL2' 'LGPL2.1') -depends=('libltdl' 'alsa-lib') -makedepends=('sdl' 'jack' 'libpulse') -optdepends=('sdl: for sdl audio support' -'jack: for jack audio support' -'libpulse: for pulse audio support') -conflicts=('mpg321') -provides=('mpg321') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('33b71c932b87004f3c8fed527b1f9a4b5f4337b2' - '6f7593c0c14647c61cd57d1a03fe89eb6528aebe') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \ ---with-audio="alsa oss sdl jack pulse" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 156356, mpg123/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-04-17 16:57:42 UTC (rev 156357) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=mpg123 +pkgver=1.13.8 +pkgrel=1 +pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/mpg123"; +license=('GPL2' 'LGPL2.
[arch-commits] Commit in mpg123/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 12:57:19 Author: eric Revision: 156356 upgpkg: mpg123 1.13.8-1 Upstream update Modified: mpg123/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 16:29:37 UTC (rev 156355) +++ PKGBUILD2012-04-17 16:57:19 UTC (rev 156356) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger pkgname=mpg123 -pkgver=1.13.7 +pkgver=1.13.8 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ provides=('mpg321') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('33b71c932b87004f3c8fed527b1f9a4b5f4337b2' - '6f7593c0c14647c61cd57d1a03fe89eb6528aebe') +sha1sums=('ae6fe5f60502fb694527113dd7508ce042b7256b' + '6895e5e3120579418007d705836ae1d3b786e771') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in gmpc/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 12:29:37 Author: eric Revision: 156355 Change sqlite3 depends to sqlite Modified: gmpc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 16:23:58 UTC (rev 156354) +++ PKGBUILD2012-04-17 16:29:37 UTC (rev 156355) @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://gmpclient.org/home"; license=('GPL') -depends=('libunique' 'libmpd' 'libsoup' 'sqlite3' 'hicolor-icon-theme' 'xdg-utils') +depends=('libunique' 'libmpd' 'libsoup' 'sqlite' 'hicolor-icon-theme' 'xdg-utils') makedepends=('gob2' 'intltool' 'vala') options=('!libtool') install=gmpc.install
[arch-commits] Commit in perl-dbd-sqlite/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 12:23:58 Author: eric Revision: 156354 Change sqlite3 depends to sqlite Modified: perl-dbd-sqlite/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 16:22:22 UTC (rev 156353) +++ PKGBUILD2012-04-17 16:23:58 UTC (rev 156354) @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') url="http://search.cpan.org/dist/${_cpanname}"; license=('GPL' 'PerlArtistic') -depends=('perl-dbi>=1.61' 'sqlite3') +depends=('perl-dbi>=1.61' 'sqlite') options=('!emptydirs') source=(http://www.cpan.org/authors/id/A/AD/ADAMK/${_cpanname}-${pkgver}.tar.gz) md5sums=('d9752e4a26fa54e74aa893dafd02ceda')
[arch-commits] Commit in qt3/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 12:22:22 Author: eric Revision: 156353 Change sqlite3 makedepends to sqlite Modified: qt3/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 16:02:26 UTC (rev 156352) +++ PKGBUILD2012-04-17 16:22:22 UTC (rev 156353) @@ -11,7 +11,7 @@ license=('GPL') depends=('libpng' 'libxmu' 'libxcursor' 'libxinerama' 'mesa' 'libxft' 'libxrandr' 'libmng') -makedepends=('mysql' 'postgresql' 'unixodbc' 'sqlite3') +makedepends=('mysql' 'postgresql' 'unixodbc' 'sqlite') optdepends=('libmysqlclient' 'postgresql-libs' 'unixodbc') options=('!libtool') install=qt.install
[arch-commits] Commit in xorg-xlsfonts/repos (6 files)
Date: Tuesday, April 17, 2012 @ 12:02:26 Author: andyrtr Revision: 156352 archrelease: copy trunk to extra-i686, extra-x86_64 Added: xorg-xlsfonts/repos/extra-i686/PKGBUILD (from rev 156351, xorg-xlsfonts/trunk/PKGBUILD) xorg-xlsfonts/repos/extra-x86_64/PKGBUILD (from rev 156351, xorg-xlsfonts/trunk/PKGBUILD) Deleted: xorg-xlsfonts/repos/extra-i686/PKGBUILD xorg-xlsfonts/repos/extra-i686/copyright.patch xorg-xlsfonts/repos/extra-x86_64/PKGBUILD xorg-xlsfonts/repos/extra-x86_64/copyright.patch --+ extra-i686/PKGBUILD | 57 +++-- extra-i686/copyright.patch | 43 -- extra-x86_64/PKGBUILD| 57 +++-- extra-x86_64/copyright.patch | 43 -- 4 files changed, 54 insertions(+), 146 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 16:01:44 UTC (rev 156351) +++ extra-i686/PKGBUILD 2012-04-17 16:02:26 UTC (rev 156352) @@ -1,30 +0,0 @@ -# $Id$ -# Contributor: Jan de Groot -# Maintainer: Gaetan Bisson - -pkgname=xorg-xlsfonts -pkgver=1.0.3 -pkgrel=2 -pkgdesc='List available X fonts' -url='http://xorg.freedesktop.org/' -license=('custom') -arch=('i686' 'x86_64') -depends=('libx11') -makedepends=('xorg-util-macros') -source=("http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2"; -'copyright.patch') -sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b' - 'abedbde85cc391021901c069d086882c143ac621') - -build() { - cd "${srcdir}/xlsfonts-${pkgver}" - patch -p1 -i ../copyright.patch - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/xlsfonts-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} Copied: xorg-xlsfonts/repos/extra-i686/PKGBUILD (from rev 156351, xorg-xlsfonts/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 16:02:26 UTC (rev 156352) @@ -0,0 +1,27 @@ +# $Id$ +# Contributor: Jan de Groot +# Maintainer: Gaetan Bisson + +pkgname=xorg-xlsfonts +pkgver=1.0.4 +pkgrel=1 +pkgdesc='List available X fonts' +url='http://xorg.freedesktop.org/' +license=('custom') +arch=('i686' 'x86_64') +depends=('libx11') +makedepends=('xorg-util-macros') +source=("http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2";) +sha1sums=('6fc23537797bb1ae4945efd8c01e675edf4a4c3f') + +build() { + cd "${srcdir}/xlsfonts-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/xlsfonts-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +} Deleted: extra-i686/copyright.patch === --- extra-i686/copyright.patch 2012-04-17 16:01:44 UTC (rev 156351) +++ extra-i686/copyright.patch 2012-04-17 16:02:26 UTC (rev 156352) @@ -1,43 +0,0 @@ -From 0e2aac955e2a3887cb2dcb356f296b58f9e3b5df Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Fri, 06 Aug 2010 18:29:09 + -Subject: Fill in COPYING file with copyright notices from source code - -Signed-off-by: Alan Coopersmith -diff --git a/COPYING b/COPYING -index 7f33cbf..0ad0f43 100644 a/COPYING -+++ b/COPYING -@@ -1,12 +1,21 @@ --This is a stub file. This package has not yet had its complete licensing --information compiled. Please see the individual source files for details on --your rights to use and modify this software. -+Copyright 1989, 1993, 1998 The Open Group - --Please submit updated COPYING files to the Xorg bugzilla: -+Permission to use, copy, modify, distribute, and sell this software and its -+documentation for any purpose is hereby granted without fee, provided that -+the above copyright notice appear in all copies and that both that -+copyright notice and this permission notice appear in supporting -+documentation. - --https://bugs.freedesktop.org/enter_bug.cgi?product=xorg -+The above copyright notice and this permission notice shall be included in -+all copies or substantial portions of the Software. - --All licensing questions regarding this software should be directed at the --Xorg mailing list: -+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 -+OPEN GROUP 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. - --http://l
[arch-commits] Commit in xorg-xlsfonts/trunk (PKGBUILD copyright.patch)
Date: Tuesday, April 17, 2012 @ 12:01:44 Author: andyrtr Revision: 156351 upgpkg: xorg-xlsfonts 1.0.4-1 upstream updates 1.0.4 Modified: xorg-xlsfonts/trunk/PKGBUILD (contents, properties) Deleted: xorg-xlsfonts/trunk/copyright.patch -+ PKGBUILD| 11 --- copyright.patch | 43 --- 2 files changed, 4 insertions(+), 50 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 15:57:56 UTC (rev 156350) +++ PKGBUILD2012-04-17 16:01:44 UTC (rev 156351) @@ -3,22 +3,19 @@ # Maintainer: Gaetan Bisson pkgname=xorg-xlsfonts -pkgver=1.0.3 -pkgrel=2 +pkgver=1.0.4 +pkgrel=1 pkgdesc='List available X fonts' url='http://xorg.freedesktop.org/' license=('custom') arch=('i686' 'x86_64') depends=('libx11') makedepends=('xorg-util-macros') -source=("http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2"; -'copyright.patch') -sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b' - 'abedbde85cc391021901c069d086882c143ac621') +source=("http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2";) +sha1sums=('6fc23537797bb1ae4945efd8c01e675edf4a4c3f') build() { cd "${srcdir}/xlsfonts-${pkgver}" - patch -p1 -i ../copyright.patch ./configure --prefix=/usr make } Property changes on: xorg-xlsfonts/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id Deleted: copyright.patch === --- copyright.patch 2012-04-17 15:57:56 UTC (rev 156350) +++ copyright.patch 2012-04-17 16:01:44 UTC (rev 156351) @@ -1,43 +0,0 @@ -From 0e2aac955e2a3887cb2dcb356f296b58f9e3b5df Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Fri, 06 Aug 2010 18:29:09 + -Subject: Fill in COPYING file with copyright notices from source code - -Signed-off-by: Alan Coopersmith -diff --git a/COPYING b/COPYING -index 7f33cbf..0ad0f43 100644 a/COPYING -+++ b/COPYING -@@ -1,12 +1,21 @@ --This is a stub file. This package has not yet had its complete licensing --information compiled. Please see the individual source files for details on --your rights to use and modify this software. -+Copyright 1989, 1993, 1998 The Open Group - --Please submit updated COPYING files to the Xorg bugzilla: -+Permission to use, copy, modify, distribute, and sell this software and its -+documentation for any purpose is hereby granted without fee, provided that -+the above copyright notice appear in all copies and that both that -+copyright notice and this permission notice appear in supporting -+documentation. - --https://bugs.freedesktop.org/enter_bug.cgi?product=xorg -+The above copyright notice and this permission notice shall be included in -+all copies or substantial portions of the Software. - --All licensing questions regarding this software should be directed at the --Xorg mailing list: -+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 -+OPEN GROUP 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. - --http://lists.freedesktop.org/mailman/listinfo/xorg -+Except as contained in this notice, the name of The Open Group 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 Open Group. --- -cgit v0.8.3-6-g21f6
[arch-commits] Commit in libgpg-error/repos (3 files)
Date: Tuesday, April 17, 2012 @ 11:57:55 Author: andyrtr Revision: 156349 db-move: moved libgpg-error from [testing] to [core] (i686) Added: libgpg-error/repos/core-i686/PKGBUILD (from rev 156346, libgpg-error/repos/testing-i686/PKGBUILD) Deleted: libgpg-error/repos/core-i686/PKGBUILD libgpg-error/repos/testing-i686/ --+ PKGBUILD | 69 - 1 file changed, 32 insertions(+), 37 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-04-17 15:57:54 UTC (rev 156348) +++ core-i686/PKGBUILD 2012-04-17 15:57:55 UTC (rev 156349) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: judd - -pkgname=libgpg-error -pkgver=1.10 -pkgrel=1 -pkgdesc="Support library for libgcrypt" -arch=(i686 x86_64) -url="http://www.gnupg.org"; -license=('LGPL') -depends=('glibc' 'sh') -options=(!libtool) -source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) - #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) -md5sums=('736a03daa9dc5873047d4eb4a9c22a16') - - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -check() { - cd ${srcdir}/${pkgname}-${pkgver} - make check -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}/" install - - # Move dynamic libraries to /lib - install -d -m755 "${pkgdir}"/lib/ - mv "${pkgdir}"/usr/lib/libgpg-error.so* "${pkgdir}"/lib/ - ln -sf /lib/libgpg-error.so "${pkgdir}"/usr/lib/libgpg-error.so -} Copied: libgpg-error/repos/core-i686/PKGBUILD (from rev 156346, libgpg-error/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-04-17 15:57:55 UTC (rev 156349) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: judd + +pkgname=libgpg-error +pkgver=1.10 +pkgrel=2 +pkgdesc="Support library for libgcrypt" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('glibc' 'sh') +options=(!libtool) +source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) +md5sums=('736a03daa9dc5873047d4eb4a9c22a16') + + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}/" install +}
[arch-commits] Commit in libgpg-error/repos (3 files)
Date: Tuesday, April 17, 2012 @ 11:57:56 Author: andyrtr Revision: 156350 db-move: moved libgpg-error from [testing] to [core] (x86_64) Added: libgpg-error/repos/core-x86_64/PKGBUILD (from rev 156346, libgpg-error/repos/testing-x86_64/PKGBUILD) Deleted: libgpg-error/repos/core-x86_64/PKGBUILD libgpg-error/repos/testing-x86_64/ --+ PKGBUILD | 69 - 1 file changed, 32 insertions(+), 37 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-04-17 15:57:55 UTC (rev 156349) +++ core-x86_64/PKGBUILD2012-04-17 15:57:56 UTC (rev 156350) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: judd - -pkgname=libgpg-error -pkgver=1.10 -pkgrel=1 -pkgdesc="Support library for libgcrypt" -arch=(i686 x86_64) -url="http://www.gnupg.org"; -license=('LGPL') -depends=('glibc' 'sh') -options=(!libtool) -source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) - #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) -md5sums=('736a03daa9dc5873047d4eb4a9c22a16') - - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -check() { - cd ${srcdir}/${pkgname}-${pkgver} - make check -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}/" install - - # Move dynamic libraries to /lib - install -d -m755 "${pkgdir}"/lib/ - mv "${pkgdir}"/usr/lib/libgpg-error.so* "${pkgdir}"/lib/ - ln -sf /lib/libgpg-error.so "${pkgdir}"/usr/lib/libgpg-error.so -} Copied: libgpg-error/repos/core-x86_64/PKGBUILD (from rev 156346, libgpg-error/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-04-17 15:57:56 UTC (rev 156350) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: judd + +pkgname=libgpg-error +pkgver=1.10 +pkgrel=2 +pkgdesc="Support library for libgcrypt" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('glibc' 'sh') +options=(!libtool) +source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) +md5sums=('736a03daa9dc5873047d4eb4a9c22a16') + + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}/" install +}
[arch-commits] Commit in libgcrypt/repos (5 files)
Date: Tuesday, April 17, 2012 @ 11:57:54 Author: andyrtr Revision: 156348 db-move: moved libgcrypt from [testing] to [core] (x86_64) Added: libgcrypt/repos/core-x86_64/PKGBUILD (from rev 156346, libgcrypt/repos/testing-x86_64/PKGBUILD) libgcrypt/repos/core-x86_64/libgcrypt.install (from rev 156346, libgcrypt/repos/testing-x86_64/libgcrypt.install) Deleted: libgcrypt/repos/core-x86_64/PKGBUILD libgcrypt/repos/core-x86_64/libgcrypt.install libgcrypt/repos/testing-x86_64/ ---+ PKGBUILD | 76 +++- libgcrypt.install | 40 +-- 2 files changed, 55 insertions(+), 61 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-04-17 15:57:53 UTC (rev 156347) +++ core-x86_64/PKGBUILD2012-04-17 15:57:54 UTC (rev 156348) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke - -pkgname=libgcrypt -pkgver=1.5.0 -pkgrel=1 -pkgdesc="a general purpose crypto library based on the code used" -arch=(i686 x86_64) -url="http://www.gnupg.org"; -license=('LGPL') -depends=('libgpg-error>=1.9') -options=('!libtool' '!emptydirs') -install=$pkgname.install -source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 - #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 -) -sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - [ "$CARCH" = "i686" ] && EXTRAFLAGS="--disable-aesni-support" - ./configure --prefix=/usr \ - --disable-static \ - --disable-padlock-support $EXTRAFLAGS - make -} - -check() { - cd ${srcdir}/${pkgname}-${pkgver} - make -k check -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - # Move dynamic libraries to /lib - install -d -m755 "${pkgdir}"/lib/ - mv "${pkgdir}"/usr/lib/libgcrypt.so* "${pkgdir}"/lib/ - ln -sf /lib/libgcrypt.so "${pkgdir}"/usr/lib/libgcrypt.so -} Copied: libgcrypt/repos/core-x86_64/PKGBUILD (from rev 156346, libgcrypt/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-04-17 15:57:54 UTC (rev 156348) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=libgcrypt +pkgver=1.5.0 +pkgrel=3 +pkgdesc="a general purpose crypto library based on the code used" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('libgpg-error>=1.10-2') +options=('!libtool' '!emptydirs') +install=$pkgname.install +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 +) +sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support #$EXTRAFLAGS + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Deleted: core-x86_64/libgcrypt.install === --- core-x86_64/libgcrypt.install 2012-04-17 15:57:53 UTC (rev 156347) +++ core-x86_64/libgcrypt.install 2012-04-17 15:57:54 UTC (rev 156348) @@ -1,20 +0,0 @@ -infodir=/usr/share/info -filelist=(gcrypt.info.gz gcrypt.info-1.gz) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do -install-info $infodir/$file $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 $infodir/dir 2> /dev/null - done -} Copied: libgcrypt/repos/core-x86_64/libgcrypt.install (from rev 156346, libgcrypt/repos/testing-x86_64/libgcrypt.install) === --- core-x86_64/libgcrypt.install (rev 0) +++ core-x86_64/libgcrypt.install 2012-04-17 15:57:54 UTC (rev 156348) @@ -0,0 +1,20 @@ +infodir=/usr/share/info +filelist=(gcrypt.info.gz gcrypt.info-1.gz) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info $infodir/$file $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 $infodir/dir 2> /dev/null + done +}
[arch-commits] Commit in libgcrypt/repos (5 files)
Date: Tuesday, April 17, 2012 @ 11:57:53 Author: andyrtr Revision: 156347 db-move: moved libgcrypt from [testing] to [core] (i686) Added: libgcrypt/repos/core-i686/PKGBUILD (from rev 156346, libgcrypt/repos/testing-i686/PKGBUILD) libgcrypt/repos/core-i686/libgcrypt.install (from rev 156346, libgcrypt/repos/testing-i686/libgcrypt.install) Deleted: libgcrypt/repos/core-i686/PKGBUILD libgcrypt/repos/core-i686/libgcrypt.install libgcrypt/repos/testing-i686/ ---+ PKGBUILD | 76 +++- libgcrypt.install | 40 +-- 2 files changed, 55 insertions(+), 61 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-04-17 15:19:00 UTC (rev 156346) +++ core-i686/PKGBUILD 2012-04-17 15:57:53 UTC (rev 156347) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke - -pkgname=libgcrypt -pkgver=1.5.0 -pkgrel=1 -pkgdesc="a general purpose crypto library based on the code used" -arch=(i686 x86_64) -url="http://www.gnupg.org"; -license=('LGPL') -depends=('libgpg-error>=1.9') -options=('!libtool' '!emptydirs') -install=$pkgname.install -source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 - #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 -) -sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - [ "$CARCH" = "i686" ] && EXTRAFLAGS="--disable-aesni-support" - ./configure --prefix=/usr \ - --disable-static \ - --disable-padlock-support $EXTRAFLAGS - make -} - -check() { - cd ${srcdir}/${pkgname}-${pkgver} - make -k check -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - # Move dynamic libraries to /lib - install -d -m755 "${pkgdir}"/lib/ - mv "${pkgdir}"/usr/lib/libgcrypt.so* "${pkgdir}"/lib/ - ln -sf /lib/libgcrypt.so "${pkgdir}"/usr/lib/libgcrypt.so -} Copied: libgcrypt/repos/core-i686/PKGBUILD (from rev 156346, libgcrypt/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-04-17 15:57:53 UTC (rev 156347) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=libgcrypt +pkgver=1.5.0 +pkgrel=3 +pkgdesc="a general purpose crypto library based on the code used" +arch=(i686 x86_64) +url="http://www.gnupg.org"; +license=('LGPL') +depends=('libgpg-error>=1.10-2') +options=('!libtool' '!emptydirs') +install=$pkgname.install +source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2 +) +sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --disable-static \ + --disable-padlock-support #$EXTRAFLAGS + make +} + +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make check +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install +} Deleted: core-i686/libgcrypt.install === --- core-i686/libgcrypt.install 2012-04-17 15:19:00 UTC (rev 156346) +++ core-i686/libgcrypt.install 2012-04-17 15:57:53 UTC (rev 156347) @@ -1,20 +0,0 @@ -infodir=/usr/share/info -filelist=(gcrypt.info.gz gcrypt.info-1.gz) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do -install-info $infodir/$file $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 $infodir/dir 2> /dev/null - done -} Copied: libgcrypt/repos/core-i686/libgcrypt.install (from rev 156346, libgcrypt/repos/testing-i686/libgcrypt.install) === --- core-i686/libgcrypt.install (rev 0) +++ core-i686/libgcrypt.install 2012-04-17 15:57:53 UTC (rev 156347) @@ -0,0 +1,20 @@ +infodir=/usr/share/info +filelist=(gcrypt.info.gz gcrypt.info-1.gz) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do +install-info $infodir/$file $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 $infodir/dir 2> /dev/null + done +}
[arch-commits] Commit in rfkill/repos (9 files)
Date: Tuesday, April 17, 2012 @ 11:19:00 Author: bisson Revision: 156346 db-move: moved rfkill from [testing] to [core] (x86_64) Added: rfkill/repos/core-x86_64/60-rfkill.rules (from rev 156344, rfkill/repos/testing-x86_64/60-rfkill.rules) rfkill/repos/core-x86_64/PKGBUILD (from rev 156344, rfkill/repos/testing-x86_64/PKGBUILD) rfkill/repos/core-x86_64/rfkill.conf.d (from rev 156344, rfkill/repos/testing-x86_64/rfkill.conf.d) rfkill/repos/core-x86_64/rfkill.rc.d (from rev 156344, rfkill/repos/testing-x86_64/rfkill.rc.d) Deleted: rfkill/repos/core-x86_64/60-rfkill.rules rfkill/repos/core-x86_64/PKGBUILD rfkill/repos/core-x86_64/rfkill.conf.d rfkill/repos/core-x86_64/rfkill.rc.d rfkill/repos/testing-x86_64/ -+ 60-rfkill.rules |2 - PKGBUILD| 75 ++--- rfkill.conf.d | 40 ++-- rfkill.rc.d | 76 +++--- 4 files changed, 96 insertions(+), 97 deletions(-) Deleted: core-x86_64/60-rfkill.rules === --- core-x86_64/60-rfkill.rules 2012-04-17 15:18:59 UTC (rev 156345) +++ core-x86_64/60-rfkill.rules 2012-04-17 15:19:00 UTC (rev 156346) @@ -1 +0,0 @@ -KERNEL=="rfkill", GROUP="rfkill", MODE="0664" Copied: rfkill/repos/core-x86_64/60-rfkill.rules (from rev 156344, rfkill/repos/testing-x86_64/60-rfkill.rules) === --- core-x86_64/60-rfkill.rules (rev 0) +++ core-x86_64/60-rfkill.rules 2012-04-17 15:19:00 UTC (rev 156346) @@ -0,0 +1 @@ +KERNEL=="rfkill", GROUP="rfkill", MODE="0664" Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-04-17 15:18:59 UTC (rev 156345) +++ core-x86_64/PKGBUILD2012-04-17 15:19:00 UTC (rev 156346) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Thomas Bächler -# Contributor: Giovanni Scafora - -pkgname=rfkill -pkgver=0.4 -pkgrel=3 -pkgdesc="A tool for enabling and disabling wireless devices" -arch=('i686' 'x86_64') -url="http://linuxwireless.org/en/users/Documentation/rfkill"; -license=('custom') -depends=('glibc' 'filesystem>=2010.01') -source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2 -60-rfkill.rules -rfkill.conf.d -rfkill.rc.d) -backup=(etc/conf.d/rfkill) -md5sums=('727892c0fb35c80ee3849fbe89b45350' - '63f9bf9264911242e430867a41e8918c' - '398e7cadf023e05e3e0c323aa33575b9' - '793f0510e26547eb2632efce7d16e50e') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - # License - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - # Udev rule - install -Dm644 "${srcdir}/60-rfkill.rules" "${pkgdir}/lib/udev/rules.d/60-rfkill.rules" - # Init script - install -Dm644 "${srcdir}/rfkill.conf.d" "${pkgdir}/etc/conf.d/rfkill" - install -Dm755 "${srcdir}/rfkill.rc.d" "${pkgdir}/etc/rc.d/rfkill" -} Copied: rfkill/repos/core-x86_64/PKGBUILD (from rev 156344, rfkill/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-04-17 15:19:00 UTC (rev 156346) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Thomas Bächler +# Contributor: Giovanni Scafora + +pkgname=rfkill +pkgver=0.4 +pkgrel=4 +pkgdesc="A tool for enabling and disabling wireless devices" +arch=('i686' 'x86_64') +url="http://linuxwireless.org/en/users/Documentation/rfkill"; +license=('custom') +source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +60-rfkill.rules +rfkill.conf.d +rfkill.rc.d) +backup=(etc/conf.d/rfkill) +md5sums=('727892c0fb35c80ee3849fbe89b45350' + '63f9bf9264911242e430867a41e8918c' + '398e7cadf023e05e3e0c323aa33575b9' + '793f0510e26547eb2632efce7d16e50e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + # License + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + # Udev rule + install -Dm644 "${srcdir}/60-rfkill.rules" "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules" + # Init script + install -Dm644 "${srcdir}/rfkill.conf.d" "${pkgdir}/etc/conf.d/rfkill" + install -Dm755 "${srcdir}/rfkill.rc.d" "${pkgdir}/etc/rc.d/rfkill" +} Deleted: core-x86_64/rfkill.conf.d === --- core-x86_64/rfkill.conf.d 2012-04-17 15:18:59 UTC (rev 156345) +++ core-x86_64/rfkill.conf.d 2012-04-17 15:19:00 UTC (rev 156346) @@ -1,20 +0,0 @@ -# -# /etc/conf.d/rfkill -# Configuration for the rfkill st
[arch-commits] Commit in rfkill/repos (9 files)
Date: Tuesday, April 17, 2012 @ 11:18:59 Author: bisson Revision: 156345 db-move: moved rfkill from [testing] to [core] (i686) Added: rfkill/repos/core-i686/60-rfkill.rules (from rev 156344, rfkill/repos/testing-i686/60-rfkill.rules) rfkill/repos/core-i686/PKGBUILD (from rev 156344, rfkill/repos/testing-i686/PKGBUILD) rfkill/repos/core-i686/rfkill.conf.d (from rev 156344, rfkill/repos/testing-i686/rfkill.conf.d) rfkill/repos/core-i686/rfkill.rc.d (from rev 156344, rfkill/repos/testing-i686/rfkill.rc.d) Deleted: rfkill/repos/core-i686/60-rfkill.rules rfkill/repos/core-i686/PKGBUILD rfkill/repos/core-i686/rfkill.conf.d rfkill/repos/core-i686/rfkill.rc.d rfkill/repos/testing-i686/ -+ 60-rfkill.rules |2 - PKGBUILD| 75 ++--- rfkill.conf.d | 40 ++-- rfkill.rc.d | 76 +++--- 4 files changed, 96 insertions(+), 97 deletions(-) Deleted: core-i686/60-rfkill.rules === --- core-i686/60-rfkill.rules 2012-04-17 14:16:20 UTC (rev 156344) +++ core-i686/60-rfkill.rules 2012-04-17 15:18:59 UTC (rev 156345) @@ -1 +0,0 @@ -KERNEL=="rfkill", GROUP="rfkill", MODE="0664" Copied: rfkill/repos/core-i686/60-rfkill.rules (from rev 156344, rfkill/repos/testing-i686/60-rfkill.rules) === --- core-i686/60-rfkill.rules (rev 0) +++ core-i686/60-rfkill.rules 2012-04-17 15:18:59 UTC (rev 156345) @@ -0,0 +1 @@ +KERNEL=="rfkill", GROUP="rfkill", MODE="0664" Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-04-17 14:16:20 UTC (rev 156344) +++ core-i686/PKGBUILD 2012-04-17 15:18:59 UTC (rev 156345) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Thomas Bächler -# Contributor: Giovanni Scafora - -pkgname=rfkill -pkgver=0.4 -pkgrel=3 -pkgdesc="A tool for enabling and disabling wireless devices" -arch=('i686' 'x86_64') -url="http://linuxwireless.org/en/users/Documentation/rfkill"; -license=('custom') -depends=('glibc' 'filesystem>=2010.01') -source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2 -60-rfkill.rules -rfkill.conf.d -rfkill.rc.d) -backup=(etc/conf.d/rfkill) -md5sums=('727892c0fb35c80ee3849fbe89b45350' - '63f9bf9264911242e430867a41e8918c' - '398e7cadf023e05e3e0c323aa33575b9' - '793f0510e26547eb2632efce7d16e50e') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - # License - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - # Udev rule - install -Dm644 "${srcdir}/60-rfkill.rules" "${pkgdir}/lib/udev/rules.d/60-rfkill.rules" - # Init script - install -Dm644 "${srcdir}/rfkill.conf.d" "${pkgdir}/etc/conf.d/rfkill" - install -Dm755 "${srcdir}/rfkill.rc.d" "${pkgdir}/etc/rc.d/rfkill" -} Copied: rfkill/repos/core-i686/PKGBUILD (from rev 156344, rfkill/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-04-17 15:18:59 UTC (rev 156345) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Thomas Bächler +# Contributor: Giovanni Scafora + +pkgname=rfkill +pkgver=0.4 +pkgrel=4 +pkgdesc="A tool for enabling and disabling wireless devices" +arch=('i686' 'x86_64') +url="http://linuxwireless.org/en/users/Documentation/rfkill"; +license=('custom') +source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +60-rfkill.rules +rfkill.conf.d +rfkill.rc.d) +backup=(etc/conf.d/rfkill) +md5sums=('727892c0fb35c80ee3849fbe89b45350' + '63f9bf9264911242e430867a41e8918c' + '398e7cadf023e05e3e0c323aa33575b9' + '793f0510e26547eb2632efce7d16e50e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + # License + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + # Udev rule + install -Dm644 "${srcdir}/60-rfkill.rules" "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules" + # Init script + install -Dm644 "${srcdir}/rfkill.conf.d" "${pkgdir}/etc/conf.d/rfkill" + install -Dm755 "${srcdir}/rfkill.rc.d" "${pkgdir}/etc/rc.d/rfkill" +} Deleted: core-i686/rfkill.conf.d === --- core-i686/rfkill.conf.d 2012-04-17 14:16:20 UTC (rev 156344) +++ core-i686/rfkill.conf.d 2012-04-17 15:18:59 UTC (rev 156345) @@ -1,20 +0,0 @@ -# -# /etc/conf.d/rfkill -# Configuration for the rfkill startup script -# - -# List of devices to block on startup (space-separated)
[arch-commits] Commit in gcc/repos (18 files)
Date: Tuesday, April 17, 2012 @ 10:16:20 Author: allan Revision: 156344 archrelease: copy trunk to staging-i686, staging-x86_64 Added: gcc/repos/staging-i686/ gcc/repos/staging-i686/PKGBUILD (from rev 156343, gcc/trunk/PKGBUILD) gcc/repos/staging-i686/gcc-4.7.0-cloog-0.17.patch (from rev 156343, gcc/trunk/gcc-4.7.0-cloog-0.17.patch) gcc/repos/staging-i686/gcc-ada.install (from rev 156343, gcc/trunk/gcc-ada.install) gcc/repos/staging-i686/gcc-fortran.install (from rev 156343, gcc/trunk/gcc-fortran.install) gcc/repos/staging-i686/gcc-go.install (from rev 156343, gcc/trunk/gcc-go.install) gcc/repos/staging-i686/gcc-libs.install (from rev 156343, gcc/trunk/gcc-libs.install) gcc/repos/staging-i686/gcc.install (from rev 156343, gcc/trunk/gcc.install) gcc/repos/staging-i686/gcc_pure64.patch (from rev 156343, gcc/trunk/gcc_pure64.patch) gcc/repos/staging-x86_64/ gcc/repos/staging-x86_64/PKGBUILD (from rev 156343, gcc/trunk/PKGBUILD) gcc/repos/staging-x86_64/gcc-4.7.0-cloog-0.17.patch (from rev 156343, gcc/trunk/gcc-4.7.0-cloog-0.17.patch) gcc/repos/staging-x86_64/gcc-ada.install (from rev 156343, gcc/trunk/gcc-ada.install) gcc/repos/staging-x86_64/gcc-fortran.install (from rev 156343, gcc/trunk/gcc-fortran.install) gcc/repos/staging-x86_64/gcc-go.install (from rev 156343, gcc/trunk/gcc-go.install) gcc/repos/staging-x86_64/gcc-libs.install (from rev 156343, gcc/trunk/gcc-libs.install) gcc/repos/staging-x86_64/gcc.install (from rev 156343, gcc/trunk/gcc.install) gcc/repos/staging-x86_64/gcc_pure64.patch (from rev 156343, gcc/trunk/gcc_pure64.patch) ---+ staging-i686/PKGBUILD | 265 staging-i686/gcc-4.7.0-cloog-0.17.patch | 24 ++ staging-i686/gcc-ada.install | 20 ++ staging-i686/gcc-fortran.install | 16 + staging-i686/gcc-go.install | 20 ++ staging-i686/gcc-libs.install | 16 + staging-i686/gcc.install | 20 ++ staging-i686/gcc_pure64.patch | 26 ++ staging-x86_64/PKGBUILD | 265 staging-x86_64/gcc-4.7.0-cloog-0.17.patch | 24 ++ staging-x86_64/gcc-ada.install| 20 ++ staging-x86_64/gcc-fortran.install| 16 + staging-x86_64/gcc-go.install | 20 ++ staging-x86_64/gcc-libs.install | 16 + staging-x86_64/gcc.install| 20 ++ staging-x86_64/gcc_pure64.patch | 26 ++ 16 files changed, 814 insertions(+) Copied: gcc/repos/staging-i686/PKGBUILD (from rev 156343, gcc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-04-17 14:16:20 UTC (rev 156344) @@ -0,0 +1,265 @@ +# $Id$ +# Maintainer: Allan McRae + +# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc +# NOTE: libtool requires rebuilt with each new gcc version + +pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') +pkgver=4.7.0 +pkgrel=5 +_snapshot=4.7-20120414 +_libstdcppmanver=20120307 # Note: check source directory name when updating this +pkgdesc="The GNU Compiler Collection" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL' 'custom') +url="http://gcc.gnu.org"; +makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada') +checkdepends=('dejagnu') +options=('!libtool' '!emptydirs') +source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2 + gcc_pure64.patch + gcc-4.7.0-cloog-0.17.patch) +md5sums=('9f9d082b64753d5908690500251fc52e' + '489d2f5311535800a120efd8d18db719' + 'ced48436c1b3c981d721a829f1094de1' + '575f7d17b022e609447a590e481b18b5') + + +if [ -n "${_snapshot}" ]; then + _basedir="${srcdir}/gcc-${_snapshot}" +else + _basedir="${srcdir}/gcc-${pkgver}" +fi + +build() { + cd ${_basedir} + + # Do not install libiberty + sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in + + # Do not run fixincludes + sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in + + if [ "${CARCH}" = "x86_64" ]; then +patch -p1 -i ${srcdir}/gcc_pure64.patch + fi + + # compatibility with latest cloog + patch -p1 -i ${srcdir}/gcc-4.7.0-cloog-0.17.patch + + echo ${pkgver} > gcc/BASE-VER + + cd ${srcdir} + mkdir gcc-build && cd gcc-build + + ${_basedir}/configure --prefix=/usr \ + --libdir=/usr/lib --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-bugurl=https://bugs.archlinux.org/ \ + --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \ + --enab
[arch-commits] Commit in gcc/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 10:14:29 Author: allan Revision: 156343 upgpkg: gcc 4.7.0-5 ppl rebuild, new upstream snapshot Modified: gcc/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 14:12:54 UTC (rev 156342) +++ PKGBUILD2012-04-17 14:14:29 UTC (rev 156343) @@ -6,8 +6,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') pkgver=4.7.0 -pkgrel=4 -_snapshot=4.7-20120407 +pkgrel=5 +_snapshot=4.7-20120414 _libstdcppmanver=20120307 # Note: check source directory name when updating this pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2 gcc_pure64.patch gcc-4.7.0-cloog-0.17.patch) -md5sums=('e44a8484687ef52c02066d6434ecf42b' +md5sums=('9f9d082b64753d5908690500251fc52e' '489d2f5311535800a120efd8d18db719' 'ced48436c1b3c981d721a829f1094de1' '575f7d17b022e609447a590e481b18b5')
[arch-commits] Commit in ppl/repos (4 files)
Date: Tuesday, April 17, 2012 @ 10:12:54 Author: allan Revision: 156342 archrelease: copy trunk to staging-i686, staging-x86_64 Added: ppl/repos/staging-i686/ ppl/repos/staging-i686/PKGBUILD (from rev 156341, ppl/trunk/PKGBUILD) ppl/repos/staging-x86_64/ ppl/repos/staging-x86_64/PKGBUILD (from rev 156341, ppl/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 33 + staging-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: ppl/repos/staging-i686/PKGBUILD (from rev 156341, ppl/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-04-17 14:12:54 UTC (rev 156342) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: ezzetabi + +pkgname=ppl +pkgver=0.12.1 +pkgrel=1 +pkgdesc="A modern library for convex polyhedra and other numerical abstractions." +arch=('i686' 'x86_64') +url="http://bugseng.com/products/ppl"; +license=('GPL3') +depends=('gmp>=5.0') +options=('!docs' '!libtool') +source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign}) +md5sums=('cec8144f2072ac45a850214cca97d075' + '43eeeb147f9d8b3608aead63486c9545') + +build() { + cd $srcdir/ppl-$pkgver + ./configure --prefix=/usr --enable-interfaces="c,cxx" + make +} + +check() { + cd $srcdir/ppl-$pkgver + make check +} + +package() { + cd $srcdir/ppl-$pkgver + make DESTDIR=$pkgdir install +} + Copied: ppl/repos/staging-x86_64/PKGBUILD (from rev 156341, ppl/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-04-17 14:12:54 UTC (rev 156342) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: ezzetabi + +pkgname=ppl +pkgver=0.12.1 +pkgrel=1 +pkgdesc="A modern library for convex polyhedra and other numerical abstractions." +arch=('i686' 'x86_64') +url="http://bugseng.com/products/ppl"; +license=('GPL3') +depends=('gmp>=5.0') +options=('!docs' '!libtool') +source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign}) +md5sums=('cec8144f2072ac45a850214cca97d075' + '43eeeb147f9d8b3608aead63486c9545') + +build() { + cd $srcdir/ppl-$pkgver + ./configure --prefix=/usr --enable-interfaces="c,cxx" + make +} + +check() { + cd $srcdir/ppl-$pkgver + make check +} + +package() { + cd $srcdir/ppl-$pkgver + make DESTDIR=$pkgdir install +} +
[arch-commits] Commit in clutter/repos (4 files)
Date: Tuesday, April 17, 2012 @ 09:51:23 Author: ibiru Revision: 156341 archrelease: copy trunk to testing-i686, testing-x86_64 Added: clutter/repos/testing-i686/PKGBUILD (from rev 156340, clutter/trunk/PKGBUILD) clutter/repos/testing-x86_64/PKGBUILD (from rev 156340, clutter/trunk/PKGBUILD) Deleted: clutter/repos/testing-i686/PKGBUILD clutter/repos/testing-x86_64/PKGBUILD -+ testing-i686/PKGBUILD | 56 +++--- testing-x86_64/PKGBUILD | 56 +++--- 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 13:50:24 UTC (rev 156340) +++ testing-i686/PKGBUILD 2012-04-17 13:51:23 UTC (rev 156341) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.10.0 -pkgrel=1 -pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" -arch=('i686' 'x86_64') -url="http://clutter-project.org/"; -options=('!libtool') -license=('LGPL') -depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') -makedepends=('gobject-introspection' 'mesa') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/testing-i686/PKGBUILD (from rev 156340, clutter/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 13:51:23 UTC (rev 156341) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Sergej Pupykin +# Contributor: William Rea + +pkgname=clutter +pkgver=1.10.2 +pkgrel=1 +pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" +arch=('i686' 'x86_64') +url="http://clutter-project.org/"; +options=('!libtool') +license=('LGPL') +depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') +makedepends=('gobject-introspection' 'mesa') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d5c11b464d1a80eb6b73dbf7a98532917a055068fec3508f2a849c850e70d5b7') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 13:50:24 UTC (rev 156340) +++ testing-x86_64/PKGBUILD 2012-04-17 13:51:23 UTC (rev 156341) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Sergej Pupykin -# Contributor: William Rea - -pkgname=clutter -pkgver=1.10.0 -pkgrel=1 -pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" -arch=('i686' 'x86_64') -url="http://clutter-project.org/"; -options=('!libtool') -license=('LGPL') -depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') -makedepends=('gobject-introspection' 'mesa') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --enable-introspection - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: clutter/repos/testing-x86_64/PKGBUILD (from rev 156340, clutter/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-17 13:51:23 UTC (rev 156341) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Sergej Pupykin +# Contributor: William Rea + +pkgname=clutter +pkgver=1.10.2 +pkgrel=1 +pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" +arch=('i686' 'x86_64') +url="http://clutter-project.org/"; +options=('!libtool') +license=('LGPL') +depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') +makedepends=('gobject-introspection' 'mesa') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('d5c11b464d1a80eb6b73dbf7a98532917a055068fec3508f2a849c850e70d5b7') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --enable-introspection + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in clutter/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 09:50:24 Author: ibiru Revision: 156340 update to 1.10.2 Modified: clutter/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 13:45:02 UTC (rev 156339) +++ PKGBUILD2012-04-17 13:50:24 UTC (rev 156340) @@ -4,7 +4,7 @@ # Contributor: William Rea pkgname=clutter -pkgver=1.10.0 +pkgver=1.10.2 pkgrel=1 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') makedepends=('gobject-introspection' 'mesa') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45') +sha256sums=('d5c11b464d1a80eb6b73dbf7a98532917a055068fec3508f2a849c850e70d5b7') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in nautilus/repos (8 files)
Date: Tuesday, April 17, 2012 @ 09:45:02 Author: ibiru Revision: 156339 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nautilus/repos/testing-i686/PKGBUILD (from rev 156338, nautilus/trunk/PKGBUILD) nautilus/repos/testing-i686/nautilus.install (from rev 156338, nautilus/trunk/nautilus.install) nautilus/repos/testing-x86_64/PKGBUILD (from rev 156338, nautilus/trunk/PKGBUILD) nautilus/repos/testing-x86_64/nautilus.install (from rev 156338, nautilus/trunk/nautilus.install) Deleted: nautilus/repos/testing-i686/PKGBUILD nautilus/repos/testing-i686/nautilus.install nautilus/repos/testing-x86_64/PKGBUILD nautilus/repos/testing-x86_64/nautilus.install -+ testing-i686/PKGBUILD | 68 +++--- testing-i686/nautilus.install | 34 +++ testing-x86_64/PKGBUILD | 68 +++--- testing-x86_64/nautilus.install | 34 +++ 4 files changed, 96 insertions(+), 108 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 13:43:22 UTC (rev 156338) +++ testing-i686/PKGBUILD 2012-04-17 13:45:02 UTC (rev 156339) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=nautilus -pkgver=3.4.0 -pkgrel=1 -pkgdesc="GNOME file manager" -arch=('i686' 'x86_64') -license=('GPL') -depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify') -makedepends=('intltool' 'gobject-introspection') -url="http://www.gnome.org"; -groups=('gnome') -options=('!libtool' '!emptydirs') -install=nautilus.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('abdc8e84a42ab69158beedeec5b2b960a8bf899fb2b40ad162270223e1f243a3') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --libexecdir=/usr/lib/nautilus \ - --disable-nst-extension \ - --disable-update-mimedb \ - --disable-packagekit \ - --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: nautilus/repos/testing-i686/PKGBUILD (from rev 156338, nautilus/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 13:45:02 UTC (rev 156339) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=nautilus +pkgver=3.4.1 +pkgrel=1 +pkgdesc="GNOME file manager" +arch=('i686' 'x86_64') +license=('GPL') +depends=('libexif' 'gnome-desktop' 'exempi' 'gvfs' 'desktop-file-utils' 'gnome-icon-theme' 'dconf' 'libtracker-sparql' 'libnotify') +makedepends=('intltool' 'gobject-introspection') +url="http://www.gnome.org"; +groups=('gnome') +options=('!libtool' '!emptydirs') +install=nautilus.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('02581c9475e9c4250960555b248378a6a1c63a5c029728ec48347c78ca77392d') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --libexecdir=/usr/lib/nautilus \ + --disable-nst-extension \ + --disable-update-mimedb \ + --disable-packagekit \ + --disable-schemas-compile + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: testing-i686/nautilus.install === --- testing-i686/nautilus.install 2012-04-17 13:43:22 UTC (rev 156338) +++ testing-i686/nautilus.install 2012-04-17 13:45:02 UTC (rev 156339) @@ -1,20 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime > /dev/null -} - -pre_upgrade() { - if (( $(vercmp $2 2.90.0) < 0 )); then -usr/sbin/gconfpkg --uninstall nautilus - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: nautilus/repos/testing-i686/nautilus.install (from rev 156338, nautilus/trunk/nautilus.install) === --- testing-i686/nautilus.install (rev 0) +++ testing-i686/nautilus.install 2012-04-17 13:45:02 UTC (rev 156339) @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-mime-database /usr/share/mime > /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: testing-x
[arch-commits] Commit in nautilus/trunk (PKGBUILD nautilus.install)
Date: Tuesday, April 17, 2012 @ 09:43:22 Author: ibiru Revision: 156338 update to 3.4.1 Modified: nautilus/trunk/PKGBUILD nautilus/trunk/nautilus.install --+ PKGBUILD |4 ++-- nautilus.install | 12 +++- 2 files changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 13:39:07 UTC (rev 156337) +++ PKGBUILD2012-04-17 13:43:22 UTC (rev 156338) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot pkgname=nautilus -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="GNOME file manager" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') install=nautilus.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('abdc8e84a42ab69158beedeec5b2b960a8bf899fb2b40ad162270223e1f243a3') +sha256sums=('02581c9475e9c4250960555b248378a6a1c63a5c029728ec48347c78ca77392d') build() { cd "$pkgname-$pkgver" Modified: nautilus.install === --- nautilus.install2012-04-17 13:39:07 UTC (rev 156337) +++ nautilus.install2012-04-17 13:43:22 UTC (rev 156338) @@ -1,16 +1,10 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime > /dev/null + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + update-mime-database /usr/share/mime > /dev/null } -pre_upgrade() { - if (( $(vercmp $2 2.90.0) < 0 )); then -usr/sbin/gconfpkg --uninstall nautilus - fi -} - post_upgrade() { post_install }
[arch-commits] Commit in libsoup/repos (4 files)
Date: Tuesday, April 17, 2012 @ 09:39:07 Author: ibiru Revision: 156337 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libsoup/repos/testing-i686/PKGBUILD (from rev 156336, libsoup/trunk/PKGBUILD) libsoup/repos/testing-x86_64/PKGBUILD (from rev 156336, libsoup/trunk/PKGBUILD) Deleted: libsoup/repos/testing-i686/PKGBUILD libsoup/repos/testing-x86_64/PKGBUILD -+ testing-i686/PKGBUILD | 96 +++--- testing-x86_64/PKGBUILD | 96 +++--- 2 files changed, 96 insertions(+), 96 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 13:36:26 UTC (rev 156336) +++ testing-i686/PKGBUILD 2012-04-17 13:39:07 UTC (rev 156337) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgbase=libsoup -pkgname=('libsoup' 'libsoup-gnome') -pkgver=2.38.0 -pkgrel=1 -arch=('i686' 'x86_64') -license=('LGPL') -makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -options=('!libtool' '!emptydirs') -sha256sums=('8fc1470309aacfc45842ec774b5a5de1848d3d59f7c467efaca555b21bef96ad') - -build() { - cd "$pkgbase-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package_libsoup() { - pkgdesc="GNOME HTTP Library - base library" - depends=('glib2' 'libxml2' 'glib-networking') - - cd "$pkgbase-$pkgver" - make DESTDIR="$pkgdir" install - - rm -f "$pkgdir"/usr/lib/libsoup-gnome-2.4.* - rm -f "$pkgdir/usr/lib/pkgconfig/libsoup-gnome-2.4.pc" - rm -rf "$pkgdir/usr/include/libsoup-gnome-2.4" - rm -f "$pkgdir/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib" -} - -package_libsoup-gnome() { - pkgdesc="GNOME HTTP Library - GNOME libraries" - depends=("libsoup=$pkgver" 'libgnome-keyring') - - cd "$pkgbase-$pkgver" - make DESTDIR="$pkgdir" install - - rm -f "$pkgdir"/usr/lib/libsoup-2.4.* - rm -f "$pkgdir/usr/lib/pkgconfig/libsoup-2.4.pc" - rm -rf "$pkgdir/usr/include/libsoup-2.4" - rm -rf "$pkgdir/usr/share" - rm -f "$pkgdir/usr/lib/girepository-1.0/Soup-2.4.typelib" -} Copied: libsoup/repos/testing-i686/PKGBUILD (from rev 156336, libsoup/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 13:39:07 UTC (rev 156337) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=libsoup +pkgname=('libsoup' 'libsoup-gnome') +pkgver=2.38.1 +pkgrel=1 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') +url="http://www.gnome.org"; +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) +options=('!libtool' '!emptydirs') +sha256sums=('71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a') + +build() { + cd "$pkgbase-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make +} + +package_libsoup() { + pkgdesc="GNOME HTTP Library - base library" + depends=('glib2' 'libxml2' 'glib-networking') + + cd "$pkgbase-$pkgver" + make DESTDIR="$pkgdir" install + + rm -f "$pkgdir"/usr/lib/libsoup-gnome-2.4.* + rm -f "$pkgdir/usr/lib/pkgconfig/libsoup-gnome-2.4.pc" + rm -rf "$pkgdir/usr/include/libsoup-gnome-2.4" + rm -f "$pkgdir/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib" +} + +package_libsoup-gnome() { + pkgdesc="GNOME HTTP Library - GNOME libraries" + depends=("libsoup=$pkgver" 'libgnome-keyring' 'sqlite') + + cd "$pkgbase-$pkgver" + make DESTDIR="$pkgdir" install + + rm -f "$pkgdir"/usr/lib/libsoup-2.4.* + rm -f "$pkgdir/usr/lib/pkgconfig/libsoup-2.4.pc" + rm -rf "$pkgdir/usr/include/libsoup-2.4" + rm -rf "$pkgdir/usr/share" + rm -f "$pkgdir/usr/lib/girepository-1.0/Soup-2.4.typelib" +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 13:36:26 UTC (rev 156336) +++ testing-x86_64/PKGBUILD 2012-04-17 13:39:07 UTC (rev 156337) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgbase=libsoup -pkgname=('libsoup' 'libsoup-gnome') -pkgver=2.38.0 -pkgrel=1 -arch=('i686' 'x86_64') -license=('LGPL') -makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') -url="http://www.gnome.org"; -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) -options=('!libtool' '!emptydirs') -sha256sums=('8fc1470309aacfc45842ec774b5a5de1848d3d59f7c467efaca555b21bef96ad') - -build() { - cd "$pkgbase-$pkgver" - ./
[arch-commits] Commit in libsoup/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 09:36:26 Author: ibiru Revision: 156336 update to 2.38.1 Modified: libsoup/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 13:27:36 UTC (rev 156335) +++ PKGBUILD2012-04-17 13:36:26 UTC (rev 156336) @@ -3,15 +3,15 @@ pkgbase=libsoup pkgname=('libsoup' 'libsoup-gnome') -pkgver=2.38.0 +pkgver=2.38.1 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') -makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') +makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') url="http://www.gnome.org"; source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) options=('!libtool' '!emptydirs') -sha256sums=('8fc1470309aacfc45842ec774b5a5de1848d3d59f7c467efaca555b21bef96ad') +sha256sums=('71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a') build() { cd "$pkgbase-$pkgver" @@ -35,7 +35,7 @@ package_libsoup-gnome() { pkgdesc="GNOME HTTP Library - GNOME libraries" - depends=("libsoup=$pkgver" 'libgnome-keyring') + depends=("libsoup=$pkgver" 'libgnome-keyring' 'sqlite') cd "$pkgbase-$pkgver" make DESTDIR="$pkgdir" install
[arch-commits] Commit in glib-networking/repos (8 files)
Date: Tuesday, April 17, 2012 @ 09:27:36 Author: ibiru Revision: 156335 archrelease: copy trunk to testing-i686, testing-x86_64 Added: glib-networking/repos/testing-i686/PKGBUILD (from rev 156334, glib-networking/trunk/PKGBUILD) glib-networking/repos/testing-i686/glib-networking.install (from rev 156334, glib-networking/trunk/glib-networking.install) glib-networking/repos/testing-x86_64/PKGBUILD (from rev 156334, glib-networking/trunk/PKGBUILD) glib-networking/repos/testing-x86_64/glib-networking.install (from rev 156334, glib-networking/trunk/glib-networking.install) Deleted: glib-networking/repos/testing-i686/PKGBUILD glib-networking/repos/testing-i686/glib-networking.install glib-networking/repos/testing-x86_64/PKGBUILD glib-networking/repos/testing-x86_64/glib-networking.install + testing-i686/PKGBUILD | 62 +++ testing-i686/glib-networking.install | 22 +-- testing-x86_64/PKGBUILD| 62 +++ testing-x86_64/glib-networking.install | 22 +-- 4 files changed, 84 insertions(+), 84 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-17 13:24:07 UTC (rev 156334) +++ testing-i686/PKGBUILD 2012-04-17 13:27:36 UTC (rev 156335) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens - -pkgname=glib-networking -pkgver=2.32.0 -pkgrel=1 -pkgdesc="Network-related giomodules for glib" -arch=('i686' 'x86_64') -url="http://www.gtk.org/"; -license=('GPL2') -depends=('glib2' 'libproxy' 'gnutls' 'libgcrypt' 'ca-certificates' 'gsettings-desktop-schemas') -makedepends=('intltool') -options=('!libtool') -install=glib-networking.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('3f399f8a8977bef5b07a89772ab473ee247773ac7362e4ebfb1f4643828838dc') - -build() { - cd "$pkgname-$pkgver" - ./configure \ ---prefix=/usr --sysconfdir=/etc \ ---libexecdir=/usr/lib/glib-networking --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 156334, glib-networking/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-17 13:27:36 UTC (rev 156335) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens + +pkgname=glib-networking +pkgver=2.32.1 +pkgrel=1 +pkgdesc="Network-related giomodules for glib" +arch=('i686' 'x86_64') +url="http://www.gtk.org/"; +license=('GPL2') +depends=('glib2' 'libproxy' 'gnutls' 'libgcrypt' 'ca-certificates' 'gsettings-desktop-schemas') +makedepends=('intltool') +options=('!libtool') +install=glib-networking.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('051ab469356327404dc53ae36dda5b85b99a12e5573a838d927abb49e58fa950') + +build() { + cd "$pkgname-$pkgver" + ./configure \ +--prefix=/usr --sysconfdir=/etc \ +--libexecdir=/usr/lib/glib-networking --disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: testing-i686/glib-networking.install === --- testing-i686/glib-networking.install2012-04-17 13:24:07 UTC (rev 156334) +++ testing-i686/glib-networking.install2012-04-17 13:27:36 UTC (rev 156335) @@ -1,11 +0,0 @@ -post_install() { - /usr/bin/gio-querymodules /usr/lib/gio/modules -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 156334, glib-networking/trunk/glib-networking.install) === --- testing-i686/glib-networking.install(rev 0) +++ testing-i686/glib-networking.install2012-04-17 13:27:36 UTC (rev 156335) @@ -0,0 +1,11 @@ +post_install() { + gio-querymodules /usr/lib/gio/modules +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: testing-x86_64/PKGBUILD === --- testing-x86_64/PKGBUILD 2012-04-17 13:24:07 UTC (rev 156334) +++ testing-x86_64/PKGBUILD 2012-04-17 13:27:36 UTC (rev 156335) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens - -pkgname=glib-networking -pkgver=2.32.0 -pkgrel=1 -pkgdesc="Network-related giomodules for glib" -arch=('i686' 'x86_64') -url="http://www.gtk.org/"; -license=('GPL2') -depends=('glib2' 'libproxy' 'gnutls' 'libgcrypt' 'ca-certificates' 'gsettings-desktop-schemas') -ma
[arch-commits] Commit in glib-networking/trunk (PKGBUILD glib-networking.install)
Date: Tuesday, April 17, 2012 @ 09:24:07 Author: ibiru Revision: 156334 update to 2.32.1 Modified: glib-networking/trunk/PKGBUILD glib-networking/trunk/glib-networking.install -+ PKGBUILD|4 ++-- glib-networking.install |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 11:05:22 UTC (rev 156333) +++ PKGBUILD2012-04-17 13:24:07 UTC (rev 156334) @@ -2,7 +2,7 @@ # Maintainer: Jan "heftig" Steffens pkgname=glib-networking -pkgver=2.32.0 +pkgver=2.32.1 pkgrel=1 pkgdesc="Network-related giomodules for glib" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') install=glib-networking.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('3f399f8a8977bef5b07a89772ab473ee247773ac7362e4ebfb1f4643828838dc') +sha256sums=('051ab469356327404dc53ae36dda5b85b99a12e5573a838d927abb49e58fa950') build() { cd "$pkgname-$pkgver" Modified: glib-networking.install === --- glib-networking.install 2012-04-17 11:05:22 UTC (rev 156333) +++ glib-networking.install 2012-04-17 13:24:07 UTC (rev 156334) @@ -1,5 +1,5 @@ post_install() { - /usr/bin/gio-querymodules /usr/lib/gio/modules + gio-querymodules /usr/lib/gio/modules } post_upgrade() {
[arch-commits] Commit in kismet/trunk (PKGBUILD)
Date: Tuesday, April 17, 2012 @ 07:05:22 Author: andrea Revision: 156333 Signature is available Modified: kismet/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-17 10:35:09 UTC (rev 156332) +++ PKGBUILD2012-04-17 11:05:22 UTC (rev 156333) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Angel Velasquez +# Maintainer: +# Contributor: Angel Velasquez # Contributor: Jason Chu # Contributor: Juergen Hoetzel @@ -12,7 +13,6 @@ url="http://www.kismetwireless.net/"; license=('GPL') depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat') -makedepends=() # already in core: ('grep' 'gcc-libs') optdepends=('gpsd: log coordinates of detected networks' 'wireshark-cli: provide OUI files used to determine device manufacturer' 'wireshark-cli: mergecap, to merge multiple capture files' @@ -24,8 +24,9 @@ backup=('etc/kismet.conf' 'etc/kismet_drone.conf') install=kismet.install changelog=kismet.changelog -source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";) -md5sums=('8bf077e8111e6dc8c12cadefdf40aadd') +source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc}) +md5sums=('8bf077e8111e6dc8c12cadefdf40aadd' + '500deff918ede6d0bc392a0419322833') build() { cd "${srcdir}/${pkgname}-${_realver}"
[arch-commits] Commit in lua/repos (7 files)
Date: Tuesday, April 17, 2012 @ 06:35:09 Author: bluewind Revision: 156332 db-move: moved lua from [testing] to [extra] (x86_64) Added: lua/repos/extra-x86_64/PKGBUILD (from rev 156330, lua/repos/testing-x86_64/PKGBUILD) lua/repos/extra-x86_64/lua-5.1-cflags.diff (from rev 156330, lua/repos/testing-x86_64/lua-5.1-cflags.diff) lua/repos/extra-x86_64/lua-arch.patch (from rev 156330, lua/repos/testing-x86_64/lua-arch.patch) Deleted: lua/repos/extra-x86_64/PKGBUILD lua/repos/extra-x86_64/lua-5.1-cflags.diff lua/repos/extra-x86_64/lua-arch.patch lua/repos/testing-x86_64/ -+ PKGBUILD| 84 +- lua-5.1-cflags.diff | 26 +- lua-arch.patch | 121 +++--- 3 files changed, 121 insertions(+), 110 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-04-17 10:35:08 UTC (rev 156331) +++ extra-x86_64/PKGBUILD 2012-04-17 10:35:09 UTC (rev 156332) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Juergen Hoetzel -# Contributor: Damir Perisa - -pkgname=lua -pkgver=5.1.5 -pkgrel=1 -pkgdesc="A powerful light-weight programming language designed for extending applications" -arch=('i686' 'x86_64') -url="http://www.lua.org/"; -depends=('readline') -license=('MIT') -options=('!makeflags' '!emptydirs') -source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz -lua-arch.patch lua-5.1-cflags.diff) -md5sums=('2e115fe26e435e33b0d5c022e4490567' - '6c5953f63904bf20a0183cdab05b80de' - '249582bf1fd861ccf492d2c35a9fe732') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/lua-arch.patch" - patch -p1 -i "${srcdir}/lua-5.1-cflags.diff" - export CFLAGS="$CFLAGS -fPIC" - - make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so \ -INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ -linux -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so \ -INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ -install - install -D -m644 etc/lua.pc "${pkgdir}/usr/lib/pkgconfig/lua.pc" - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" - - # Install the documentation - install -d "${pkgdir}/usr/share/doc/lua" - install -m644 doc/*.{gif,png,css,html} "${pkgdir}/usr/share/doc/lua" -} Copied: lua/repos/extra-x86_64/PKGBUILD (from rev 156330, lua/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-04-17 10:35:09 UTC (rev 156332) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Juergen Hoetzel +# Contributor: Damir Perisa + +pkgname=lua +pkgver=5.1.5 +pkgrel=2 +pkgdesc="A powerful light-weight programming language designed for extending applications" +arch=('i686' 'x86_64') +url="http://www.lua.org/"; +depends=('readline') +license=('MIT') +options=('!makeflags' '!emptydirs') +source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz +lua-arch.patch lua-5.1-cflags.diff) +md5sums=('2e115fe26e435e33b0d5c022e4490567' + 'fa25feb70ef9fec975b1c20da5098b3c' + '249582bf1fd861ccf492d2c35a9fe732') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/lua-arch.patch" + patch -p1 -i "${srcdir}/lua-5.1-cflags.diff" + export CFLAGS="$CFLAGS -fPIC" + + make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" \ +INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ +linux +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1 liblua.so.$pkgver" \ +INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ +install + install -D -m644 etc/lua.pc "${pkgdir}/usr/lib/pkgconfig/lua.pc" + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" + + # Install the documentation + install -d "${pkgdir}/usr/share/doc/lua" + install -m644 doc/*.{gif,png,css,html} "${pkgdir}/usr/share/doc/lua" +} Deleted: extra-x86_64/lua-5.1-cflags.diff === --- extra-x86_64/lua-5.1-cflags.diff2012-04-17 10:35:08 UTC (rev 156331) +++ extra-x86_64/lua-5.1-cflags.diff2012-04-17 10:35:09 UTC (rev 156332) @@ -1,13 +0,0 @@ -diff -Naur lua-5.1.orig/src/Makefile lua-5.1/src/Makefile lua-5.1.orig/src/Makefile 2006-02-16 16:45:09.0 +0100 -+++ lua-5.1/src/Makefile 2006-03-01 14:55:29.0 +0100 -@@ -8,7 +8,8 @@ - PLAT= none - - CC= gcc --CFLAGS= -O2 -Wall $(MYCFLAGS) -+CFLAGS ?= -O2 -Wall -+CFLAGS += $(MYCFLAGS) - AR= ar rcu - RANLIB= ranlib - RM=
[arch-commits] Commit in lua/repos (7 files)
Date: Tuesday, April 17, 2012 @ 06:35:08 Author: bluewind Revision: 156331 db-move: moved lua from [testing] to [extra] (i686) Added: lua/repos/extra-i686/PKGBUILD (from rev 156330, lua/repos/testing-i686/PKGBUILD) lua/repos/extra-i686/lua-5.1-cflags.diff (from rev 156330, lua/repos/testing-i686/lua-5.1-cflags.diff) lua/repos/extra-i686/lua-arch.patch (from rev 156330, lua/repos/testing-i686/lua-arch.patch) Deleted: lua/repos/extra-i686/PKGBUILD lua/repos/extra-i686/lua-5.1-cflags.diff lua/repos/extra-i686/lua-arch.patch lua/repos/testing-i686/ -+ PKGBUILD| 84 +- lua-5.1-cflags.diff | 26 +- lua-arch.patch | 121 +++--- 3 files changed, 121 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-04-17 06:27:45 UTC (rev 156330) +++ extra-i686/PKGBUILD 2012-04-17 10:35:08 UTC (rev 156331) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Juergen Hoetzel -# Contributor: Damir Perisa - -pkgname=lua -pkgver=5.1.5 -pkgrel=1 -pkgdesc="A powerful light-weight programming language designed for extending applications" -arch=('i686' 'x86_64') -url="http://www.lua.org/"; -depends=('readline') -license=('MIT') -options=('!makeflags' '!emptydirs') -source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz -lua-arch.patch lua-5.1-cflags.diff) -md5sums=('2e115fe26e435e33b0d5c022e4490567' - '6c5953f63904bf20a0183cdab05b80de' - '249582bf1fd861ccf492d2c35a9fe732') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/lua-arch.patch" - patch -p1 -i "${srcdir}/lua-5.1-cflags.diff" - export CFLAGS="$CFLAGS -fPIC" - - make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so \ -INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ -linux -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" LUA_SO=liblua.so \ -INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ -install - install -D -m644 etc/lua.pc "${pkgdir}/usr/lib/pkgconfig/lua.pc" - install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" - - # Install the documentation - install -d "${pkgdir}/usr/share/doc/lua" - install -m644 doc/*.{gif,png,css,html} "${pkgdir}/usr/share/doc/lua" -} Copied: lua/repos/extra-i686/PKGBUILD (from rev 156330, lua/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-04-17 10:35:08 UTC (rev 156331) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Juergen Hoetzel +# Contributor: Damir Perisa + +pkgname=lua +pkgver=5.1.5 +pkgrel=2 +pkgdesc="A powerful light-weight programming language designed for extending applications" +arch=('i686' 'x86_64') +url="http://www.lua.org/"; +depends=('readline') +license=('MIT') +options=('!makeflags' '!emptydirs') +source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz +lua-arch.patch lua-5.1-cflags.diff) +md5sums=('2e115fe26e435e33b0d5c022e4490567' + 'fa25feb70ef9fec975b1c20da5098b3c' + '249582bf1fd861ccf492d2c35a9fe732') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/lua-arch.patch" + patch -p1 -i "${srcdir}/lua-5.1-cflags.diff" + export CFLAGS="$CFLAGS -fPIC" + + make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1" \ +INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ +linux +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make INSTALL_DATA="cp -d" TO_LIB="liblua.a liblua.so liblua.so.5.1 liblua.so.$pkgver" \ +INSTALL_TOP="${pkgdir}/usr" INSTALL_MAN="${pkgdir}/usr/share/man/man1" \ +install + install -D -m644 etc/lua.pc "${pkgdir}/usr/lib/pkgconfig/lua.pc" + install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT" + + # Install the documentation + install -d "${pkgdir}/usr/share/doc/lua" + install -m644 doc/*.{gif,png,css,html} "${pkgdir}/usr/share/doc/lua" +} Deleted: extra-i686/lua-5.1-cflags.diff === --- extra-i686/lua-5.1-cflags.diff 2012-04-17 06:27:45 UTC (rev 156330) +++ extra-i686/lua-5.1-cflags.diff 2012-04-17 10:35:08 UTC (rev 156331) @@ -1,13 +0,0 @@ -diff -Naur lua-5.1.orig/src/Makefile lua-5.1/src/Makefile lua-5.1.orig/src/Makefile 2006-02-16 16:45:09.0 +0100 -+++ lua-5.1/src/Makefile 2006-03-01 14:55:29.0 +0100 -@@ -8,7 +8,8 @@ - PLAT= none - - CC= gcc --CFLAGS= -O2 -Wall $(MYCFLAGS) -+CFLAGS ?= -O2 -Wall -+CFLAGS += $(MYCFLAGS) - AR= ar rcu - RANLIB= ranlib - RM= rm -f Copied: lua/repos/extra-i686/lua-5.1-cflags.diff (from