[arch-commits] Commit in (20 files)

2017-06-05 Thread Florian Pritz
Date: Monday, June 5, 2017 @ 14:48:35
  Author: bluewind
Revision: 234229

Add dependencies of perl-app-borgrestore

Added:
  perl-app-borgrestore/
  perl-app-borgrestore/repos/
  perl-app-borgrestore/trunk/
  perl-app-borgrestore/trunk/PKGBUILD
  perl-dir-self/
  perl-dir-self/repos/
  perl-dir-self/trunk/
  perl-dir-self/trunk/PKGBUILD
  perl-function-parameters/
  perl-function-parameters/repos/
  perl-function-parameters/trunk/
  perl-function-parameters/trunk/PKGBUILD
  perl-log-any-adapter-log4perl/
  perl-log-any-adapter-log4perl/repos/
  perl-log-any-adapter-log4perl/trunk/
  perl-log-any-adapter-log4perl/trunk/PKGBUILD
  perl-log-any/
  perl-log-any/repos/
  perl-log-any/trunk/
  perl-log-any/trunk/PKGBUILD

--+
 perl-app-borgrestore/trunk/PKGBUILD  |   51 +
 perl-dir-self/trunk/PKGBUILD |   45 ++
 perl-function-parameters/trunk/PKGBUILD  |   46 ++
 perl-log-any-adapter-log4perl/trunk/PKGBUILD |   46 ++
 perl-log-any/trunk/PKGBUILD  |   45 ++
 5 files changed, 233 insertions(+)

Added: perl-app-borgrestore/trunk/PKGBUILD
===
--- perl-app-borgrestore/trunk/PKGBUILD (rev 0)
+++ perl-app-borgrestore/trunk/PKGBUILD 2017-06-05 14:48:35 UTC (rev 234229)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-app-borgrestore
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Restore paths from borg backups'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.10.0' perl-dbd-sqlite perl-dbi perl-function-parameters
+ perl-ipc-run perl-log-any perl-log-any-adapter-log4perl
+ perl-log-log4perl)
+makedepends=(perl-devel-checkbin 'perl-module-build-tiny>=0.035')
+checkdepends=(perl-test-differences perl-test-exception perl-test-mockobject)
+url=https://metacpan.org/release/App-BorgRestore
+source=("http://search.cpan.org/CPAN/authors/id/B/BL/BLUEWIND/App-BorgRestore-$pkgver.tar.gz;)
+md5sums=(42ba9721a10324e4a663bbc021047ede)
+sha512sums=(cdabf9d09f067e214763af59156fa7c0f1e2b4326fde32da4391c5d55cfdb8ab1873594927120a64b2a33e586bc05cf9fbc1b5716ffa3e0a77c6b1bfe6457ff0)
+_ddir="App-BorgRestore-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install installdirs=vendor destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Added: perl-dir-self/trunk/PKGBUILD
===
--- perl-dir-self/trunk/PKGBUILD(rev 0)
+++ perl-dir-self/trunk/PKGBUILD2017-06-05 14:48:35 UTC (rev 234229)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-dir-self
+pkgver=0.11
+pkgrel=1
+pkgdesc='a __DIR__ constant for the directory your source file is in'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Dir-Self
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MAUKE/Dir-Self-$pkgver.tar.gz;)
+md5sums=(e484446c3aa042737c0b7cbd0fb2f904)
+sha512sums=(c2795149e74c71037fab8c3149e85e11d4ee77dbb54f85d07e49c39504b3ba910a5ded32831adf36915b302abc4ced386dcd51b6dfbaef46e069c803793e8efc)
+_ddir="Dir-Self-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Added: perl-function-parameters/trunk/PKGBUILD
===
--- perl-function-parameters/trunk/PKGBUILD (rev 0)
+++ perl-function-parameters/trunk/PKGBUILD 2017-06-05 14:48:35 UTC (rev 
234229)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-function-parameters
+pkgver=2.07
+pkgrel=1
+pkgdesc='define functions and methods with parameter lists ("subroutine 
signatures")'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)

[arch-commits] Commit in (20 files)

2016-11-16 Thread Anatol Pomozov
Date: Thursday, November 17, 2016 @ 02:40:39
  Author: anatolik
Revision: 196081

Move ARM64 cross compiler from AUR

Added:
  aarch64-linux-gnu-binutils/
  aarch64-linux-gnu-binutils/repos/
  aarch64-linux-gnu-binutils/trunk/
  aarch64-linux-gnu-binutils/trunk/PKGBUILD
  aarch64-linux-gnu-gcc/
  aarch64-linux-gnu-gcc/repos/
  aarch64-linux-gnu-gcc/trunk/
  aarch64-linux-gnu-gcc/trunk/PKGBUILD
  aarch64-linux-gnu-gdb/
  aarch64-linux-gnu-gdb/repos/
  aarch64-linux-gnu-gdb/trunk/
  aarch64-linux-gnu-gdb/trunk/PKGBUILD
  aarch64-linux-gnu-glibc/
  aarch64-linux-gnu-glibc/repos/
  aarch64-linux-gnu-glibc/trunk/
  aarch64-linux-gnu-glibc/trunk/PKGBUILD
  aarch64-linux-gnu-linux-api-headers/
  aarch64-linux-gnu-linux-api-headers/repos/
  aarch64-linux-gnu-linux-api-headers/trunk/
  aarch64-linux-gnu-linux-api-headers/trunk/PKGBUILD

+
 aarch64-linux-gnu-binutils/trunk/PKGBUILD  |   57 +++
 aarch64-linux-gnu-gcc/trunk/PKGBUILD   |   98 +++
 aarch64-linux-gnu-gdb/trunk/PKGBUILD   |   51 +
 aarch64-linux-gnu-glibc/trunk/PKGBUILD |   80 +++
 aarch64-linux-gnu-linux-api-headers/trunk/PKGBUILD |   29 +
 5 files changed, 315 insertions(+)

Added: aarch64-linux-gnu-binutils/trunk/PKGBUILD
===
--- aarch64-linux-gnu-binutils/trunk/PKGBUILD   (rev 0)
+++ aarch64-linux-gnu-binutils/trunk/PKGBUILD   2016-11-17 02:40:39 UTC (rev 
196081)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.27
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-plugins
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}


Property changes on: aarch64-linux-gnu-binutils/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: aarch64-linux-gnu-gcc/trunk/PKGBUILD
===
--- aarch64-linux-gnu-gcc/trunk/PKGBUILD(rev 0)
+++ aarch64-linux-gnu-gcc/trunk/PKGBUILD2016-11-17 02:40:39 UTC (rev 
196081)
@@ -0,0 +1,98 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gcc
+pkgver=6.1.1
+_islver=0.17.1
+pkgrel=3
+_snapshot=6-20161110
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils $_target-glibc libmpc zlib)
+makedepends=(gmp mpfr)
+options=(!emptydirs !strip staticlibs)
+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
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+sha256sums=('3ba28d28dc5d66c14313b16ddcf6e9d1c52cde5945d4b8931053ca836077adf7'
+'d6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa')
+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -sf ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
+
+  rm -rf $srcdir/gcc-build
+  mkdir $srcdir/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  export 

[arch-commits] Commit in (20 files)

2016-11-03 Thread Sébastien Luttringer
Date: Thursday, November 3, 2016 @ 16:57:02
  Author: seblu
Revision: 279803

Update extra packages

- https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
- support remote patch

Modified:
  bind/trunk/PKGBUILD
  ceph/trunk/PKGBUILD
  conntrack-tools/trunk/PKGBUILD
  ipset/trunk/PKGBUILD
  libnetfilter_acct/trunk/PKGBUILD
  libnetfilter_conntrack/trunk/PKGBUILD
  libnetfilter_cthelper/trunk/PKGBUILD
  libnetfilter_cttimeout/trunk/PKGBUILD
  libnetfilter_log/trunk/PKGBUILD
  libnetfilter_queue/trunk/PKGBUILD
  libnfnetlink/trunk/PKGBUILD
  nfacct/trunk/PKGBUILD
  nftables/trunk/PKGBUILD
  nginx-mainline/trunk/PKGBUILD
  nginx/trunk/PKGBUILD
  quagga/trunk/PKGBUILD
  radvd/trunk/PKGBUILD
  ulogd/trunk/PKGBUILD
  wayland-protocols/trunk/PKGBUILD
  wayland/trunk/PKGBUILD

---+
 bind/trunk/PKGBUILD   |4 ++--
 ceph/trunk/PKGBUILD   |8 
 conntrack-tools/trunk/PKGBUILD|2 +-
 ipset/trunk/PKGBUILD  |6 +++---
 libnetfilter_acct/trunk/PKGBUILD  |3 ++-
 libnetfilter_conntrack/trunk/PKGBUILD |3 ++-
 libnetfilter_cthelper/trunk/PKGBUILD  |3 ++-
 libnetfilter_cttimeout/trunk/PKGBUILD |3 ++-
 libnetfilter_log/trunk/PKGBUILD   |3 ++-
 libnetfilter_queue/trunk/PKGBUILD |3 ++-
 libnfnetlink/trunk/PKGBUILD   |2 +-
 nfacct/trunk/PKGBUILD |3 ++-
 nftables/trunk/PKGBUILD   |7 ---
 nginx-mainline/trunk/PKGBUILD |2 +-
 nginx/trunk/PKGBUILD  |2 +-
 quagga/trunk/PKGBUILD |8 +---
 radvd/trunk/PKGBUILD  |4 ++--
 ulogd/trunk/PKGBUILD  |7 ---
 wayland-protocols/trunk/PKGBUILD  |4 ++--
 wayland/trunk/PKGBUILD|4 ++--
 20 files changed, 46 insertions(+), 35 deletions(-)

Modified: bind/trunk/PKGBUILD
===
--- bind/trunk/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
+++ bind/trunk/PKGBUILD 2016-11-03 16:57:02 UTC (rev 279803)
@@ -9,7 +9,7 @@
 _pkgver=9.11.0-P1
 pkgver=${_pkgver//-/.}
 pkgrel=1
-url='http://www.isc.org/software/bind/'
+url='https://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
  'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
 validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
   'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
+source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
 'tmpfiles.conf'
 'sysusers.conf'
 'named.conf'

Modified: ceph/trunk/PKGBUILD
===
--- ceph/trunk/PKGBUILD 2016-11-03 14:51:58 UTC (rev 279802)
+++ ceph/trunk/PKGBUILD 2016-11-03 16:57:02 UTC (rev 279803)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
-url='http://ceph.com/'
+url='https://ceph.com/'
 license=('GPL')
 makedepends=('boost' 'systemd' 'xfsprogs' 'python2-setuptools' 'python2-sphinx'
  'python2-virtualenv' 'cython2')
@@ -16,7 +16,7 @@
 optdepends=('xfsprogs: support xfs backend')
 options=('emptydirs')
 install=ceph.install
-source=("http://ceph.com/download/$pkgname-$pkgver.tar.gz;
+source=("https://ceph.com/download/$pkgname-$pkgver.tar.gz;
 'ceph.sysusers'
 '01-virtualenv2.patch'
 '02-setup-python2.patch'
@@ -35,8 +35,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: conntrack-tools/trunk/PKGBUILD
===
--- conntrack-tools/trunk/PKGBUILD  2016-11-03 14:51:58 UTC (rev 279802)
+++ conntrack-tools/trunk/PKGBUILD  2016-11-03 16:57:02 UTC (rev 279803)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
 arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
+url='https://www.netfilter.org/projects/conntrack-tools/'
 license=('GPL2')
 depends=('libnetfilter_conntrack'
  'libnetfilter_cttimeout'

Modified: ipset/trunk/PKGBUILD
===
--- ipset/trunk/PKGBUILD2016-11-03 14:51:58 UTC (rev 279802)
+++ ipset/trunk/PKGBUILD2016-11-03 16:57:02 UTC (rev 279803)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'

[arch-commits] Commit in (20 files)

2016-08-17 Thread Maxime Gauduin
Date: Wednesday, August 17, 2016 @ 15:55:09
  Author: alucryd
Revision: 186899

Steam libs, first round

Added:
  lib32-dbus-glib/
  lib32-dbus-glib/trunk/
  lib32-dbus-glib/trunk/PKGBUILD
  lib32-gconf/
  lib32-gconf/trunk/
  lib32-gconf/trunk/01_xml-gettext-domain.patch
  lib32-gconf/trunk/PKGBUILD
  lib32-gconf/trunk/dbus-dontspew.patch
  lib32-gconf/trunk/gconf-reload.patch
  lib32-gconf/trunk/gconf.install
  lib32-gconf/trunk/gsettings-data-convert-fix-invalid-schema-path.patch
  lib32-libcurl-compat/
  lib32-libcurl-compat/trunk/
  lib32-libcurl-compat/trunk/PKGBUILD
  lib32-libcurl-gnutls/
  lib32-libcurl-gnutls/trunk/
  lib32-libcurl-gnutls/trunk/PKGBUILD
  lib32-libjpeg6-turbo/
  lib32-libjpeg6-turbo/trunk/
  lib32-libjpeg6-turbo/trunk/PKGBUILD

+
 lib32-dbus-glib/trunk/PKGBUILD |   44 +
 lib32-gconf/trunk/01_xml-gettext-domain.patch  |  362 
++
 lib32-gconf/trunk/PKGBUILD |   67 +
 lib32-gconf/trunk/dbus-dontspew.patch  |   86 
++
 lib32-gconf/trunk/gconf-reload.patch   |   20 
 lib32-gconf/trunk/gconf.install|   10 
 lib32-gconf/trunk/gsettings-data-convert-fix-invalid-schema-path.patch |   44 +
 lib32-libcurl-compat/trunk/PKGBUILD|   60 +
 lib32-libcurl-gnutls/trunk/PKGBUILD|   61 +
 lib32-libjpeg6-turbo/trunk/PKGBUILD|   44 +
 10 files changed, 798 insertions(+)

Added: lib32-dbus-glib/trunk/PKGBUILD
===
--- lib32-dbus-glib/trunk/PKGBUILD  (rev 0)
+++ lib32-dbus-glib/trunk/PKGBUILD  2016-08-17 15:55:09 UTC (rev 186899)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Martin Wimpress 
+# Contributor: josephgbr 
+
+pkgname=lib32-dbus-glib
+pkgver=0.106
+pkgrel=1
+pkgdesc='GLib bindings for DBUS'
+arch=('x86_64')
+license=('GPL')
+url='http://www.freedesktop.org/wiki/Software/DBusBindings'
+depends=('dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus')
+makedepends=('gcc-multilib')
+options=('!emptydirs')
+source=("http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${pkgver}.tar.gz;)
+sha256sums=('b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046')
+
+build() {
+  cd dbus-glib-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-bash-completion \
+--disable-checks \
+--disable-gtk-doc-html \
+--disable-static
+  make
+}
+
+package() {
+  cd dbus-glib-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr"/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-dbus-glib/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-gconf/trunk/01_xml-gettext-domain.patch
===
--- lib32-gconf/trunk/01_xml-gettext-domain.patch   
(rev 0)
+++ lib32-gconf/trunk/01_xml-gettext-domain.patch   2016-08-17 15:55:09 UTC 
(rev 186899)
@@ -0,0 +1,362 @@
+# Description: Support calling gettext at runtime and putting the gettext 
domain into the .schemas file instead of replicating translations in 
/usr/share/gconf/schemas/*.schemas *and* 
/var/lib/gconf/defaults/%gconf-tree-$LANG.xml. This saves in the order of 90 MB 
uncompressed/10 MB compressed on hard disks.
+# Ubuntu: https://bugs.launchpad.net/bugs/123025
+# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=568845
+--- GConf-2.26.0/backends/markup-tree.c.gettext2009-04-26 
23:33:05.258484987 -0400
 GConf-2.26.0/backends/markup-tree.c2009-04-26 23:34:25.026700526 
-0400
+@@ -52,6 +52,7 @@ struct _MarkupEntry
+   char   *schema_name;
+   char   *mod_user;
+   GTime   mod_time;
++  const char *gettext_domain;
+ };
+ 
+ static LocalSchemaInfo* local_schema_info_new  (void);
+@@ -1593,6 +1594,8 @@ markup_entry_set_value (MarkupEntry 
+  gconf_schema_get_type (schema));
+   gconf_schema_set_owner (current_schema,
+   gconf_schema_get_owner (schema));
++  gconf_schema_set_gettext_domain (current_schema,
++  gconf_schema_get_gettext_domain (schema));
+ }
+ 
+   /* Update mod time */
+@@ -1805,6 +1808,8 @@ markup_entry_get_value (MarkupEntry *ent
+   else if (c_local_schema && c_local_schema->long_desc)
+

[arch-commits] Commit in (20 files)

2016-05-02 Thread Sven-Hendrik Haase
Date: Tuesday, May 3, 2016 @ 04:15:35
  Author: svenstaro
Revision: 173468

Prepare gitlab

Added:
  gitlab/
  gitlab/repos/
  gitlab/trunk/
  gitlab/trunk/PKGBUILD
  gitlab/trunk/apache-ssl.conf.example
  gitlab/trunk/apache.conf.example
  gitlab/trunk/apache2.2-ssl.conf.example
  gitlab/trunk/apache2.2.conf.example
  gitlab/trunk/gitlab-backup.service
  gitlab/trunk/gitlab-backup.timer
  gitlab/trunk/gitlab-mailroom.service
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service
  gitlab/trunk/gitlab.install
  gitlab/trunk/gitlab.logrotate
  gitlab/trunk/gitlab.target
  gitlab/trunk/gitlab.tmpfiles.d
  gitlab/trunk/lighttpd.conf.example
  gitlab/trunk/nginx-ssl.conf.example
  gitlab/trunk/nginx.conf.example

+
 PKGBUILD   |  173 +++
 apache-ssl.conf.example|   94 +++
 apache.conf.example|   64 +++
 apache2.2-ssl.conf.example |   93 +++
 apache2.2.conf.example |   63 +++
 gitlab-backup.service  |   19 
 gitlab-backup.timer|   10 ++
 gitlab-mailroom.service|   18 
 gitlab-sidekiq.service |   28 ++
 gitlab-unicorn.service |   27 ++
 gitlab.install |   19 
 gitlab.logrotate   |   11 ++
 gitlab.target  |   14 +++
 gitlab.tmpfiles.d  |1 
 lighttpd.conf.example  |   35 
 nginx-ssl.conf.example |  112 +++
 nginx.conf.example |   69 +
 17 files changed, 850 insertions(+)

Added: gitlab/trunk/PKGBUILD
===
--- gitlab/trunk/PKGBUILD   (rev 0)
+++ gitlab/trunk/PKGBUILD   2016-05-03 02:15:35 UTC (rev 173468)
@@ -0,0 +1,173 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=8.7.0
+pkgrel=2
+pkgdesc="Project management and code hosting application"
+arch=('i686' 'x86_64')
+url="http://gitlab.org/gitlab-ce;
+license=('MIT')
+depends=('ruby2.1' 'git' 'ruby2.1-bundler' 'gitlab-shell' 'openssh' 'redis' 
'libxslt' 'icu' 'nodejs')
+makedepends=('cmake' 'postgresql' 'mariadb')
+optdepends=('gitlab-workhorse: for http access'
+'postgresql: database backend'
+'mysql: database backend'
+'python2-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gitlabhq/gitlabhq/archive/v${pkgver}.tar.gz;
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+apache.conf.example
+apache-ssl.conf.example
+apache2.2.conf.example
+apache2.2-ssl.conf.example
+nginx.conf.example
+nginx-ssl.conf.example
+lighttpd.conf.example)
+install='gitlab.install'
+sha256sums=('1dd06bd5ff44787ca501e6d567e962dac27d5e08c91631a60f7dce7453b0acdc'
+'83b7a64e467738106dd76f58ee7dc0bd28a9235a935f3a561518c172d459e91d'
+'e172f46ffe53719ca9de7d0b8af183a198220169b2b28ff2cf2747329b0d01af'
+'837466a252fe4c540739c04d93f55c0e9b4d6236f7933358e1f75cc80b5ed571'
+'493dfe969e37a65e71cf2b2e544769b330330e84d5d2c579c0a529849483764c'
+'e2539301fe42869d8fdbaa1b53b30076fb436c4220a37e576ed704458f804852'
+'a1ee236a1f3e65cd26d9adb5f636f66fbab68777fd60d1c796cb26036bd0903f'
+'35858f5a4db0ab703e0099dd25f71910b2253e73eb65fdaec89bf5ab64d008e9'
+'7b3137b8175db06e97c7577fb1df3d9095ff0797e6428c12d9c633ddd9121ad5'
+'87fa65bc2d8f382d22fe77a6958bac9058e99021b230e2922a5b7e7afff39dcc'
+'5e8c0e5d66ae5039620bd5d92076112bd47d9894a9cfbf06242dad412618f01a'
+'b4b10b401de60a714ebb38b0e17c9efe123967565d9b73297503fbaea4bcf03d'
+'8944a5eb8972a63f962dc34ed1c2843e019b2b521d8f045a2552ddc2f2e28ec3'
+'481427bec661c8bebc652a3349e10dd8c9435f51a0dcbb7b2e6833309ce90a1b'
+'822d0b80f1974c8418a9f4d66fbefb7679313b6de9a49c137c83c0bfe622460f'
+'ea5a5f0b4c0ffd26d977efaf564800ee7fa88579a9e4f0556143a591a7ff198c')
+
+_homedir="/var/lib/${pkgname}"

[arch-commits] Commit in (20 files)

2016-04-26 Thread Balló György
Date: Wednesday, April 27, 2016 @ 03:37:38
  Author: bgyorgy
Revision: 171950

Mass remove --disable-static configure switches from my packages

This is no longer needed, because makepkg removes static libraries 
automatically.

Modified:
  almanah/trunk/PKGBUILD
  gdesklets/trunk/PKGBUILD
  glabels/trunk/PKGBUILD
  gnac/trunk/PKGBUILD
  gnokii/trunk/PKGBUILD
  gnome-phone-manager/trunk/PKGBUILD
  gnome-subtitles/trunk/PKGBUILD
  goobox/trunk/PKGBUILD
  gtkspell3/trunk/PKGBUILD
  guake/trunk/PKGBUILD
  gwget/trunk/PKGBUILD
  java-rxtx/trunk/PKGBUILD
  libosinfo/trunk/PKGBUILD
  libunique3/trunk/PKGBUILD
  lxappearance-obconf/trunk/PKGBUILD
  metacity/trunk/PKGBUILD
  notify-osd/trunk/PKGBUILD
  polkit-gnome/trunk/PKGBUILD
  python2-nautilus/trunk/PKGBUILD
  tasque/trunk/PKGBUILD

+
 almanah/trunk/PKGBUILD |2 +-
 gdesklets/trunk/PKGBUILD   |1 -
 glabels/trunk/PKGBUILD |2 +-
 gnac/trunk/PKGBUILD|2 +-
 gnokii/trunk/PKGBUILD  |2 +-
 gnome-phone-manager/trunk/PKGBUILD |2 +-
 gnome-subtitles/trunk/PKGBUILD |2 +-
 goobox/trunk/PKGBUILD  |2 +-
 gtkspell3/trunk/PKGBUILD   |2 +-
 guake/trunk/PKGBUILD   |2 +-
 gwget/trunk/PKGBUILD   |2 +-
 java-rxtx/trunk/PKGBUILD   |3 +--
 libosinfo/trunk/PKGBUILD   |2 +-
 libunique3/trunk/PKGBUILD  |3 +--
 lxappearance-obconf/trunk/PKGBUILD |2 +-
 metacity/trunk/PKGBUILD|2 +-
 notify-osd/trunk/PKGBUILD  |2 +-
 polkit-gnome/trunk/PKGBUILD|3 +--
 python2-nautilus/trunk/PKGBUILD|1 -
 tasque/trunk/PKGBUILD  |2 +-
 20 files changed, 18 insertions(+), 23 deletions(-)

Modified: almanah/trunk/PKGBUILD
===
--- almanah/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ almanah/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -17,7 +17,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gdesklets/trunk/PKGBUILD
===
--- gdesklets/trunk/PKGBUILD2016-04-27 01:21:01 UTC (rev 171949)
+++ gdesklets/trunk/PKGBUILD2016-04-27 01:37:38 UTC (rev 171950)
@@ -45,7 +45,6 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
   PYTHON=python2
   make
 }

Modified: glabels/trunk/PKGBUILD
===
--- glabels/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ glabels/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -19,7 +19,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gnac/trunk/PKGBUILD
===
--- gnac/trunk/PKGBUILD 2016-04-27 01:21:01 UTC (rev 171949)
+++ gnac/trunk/PKGBUILD 2016-04-27 01:37:38 UTC (rev 171950)
@@ -33,7 +33,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gnokii/trunk/PKGBUILD
===
--- gnokii/trunk/PKGBUILD   2016-04-27 01:21:01 UTC (rev 171949)
+++ gnokii/trunk/PKGBUILD   2016-04-27 01:37:38 UTC (rev 171950)
@@ -44,7 +44,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
-  --disable-static --enable-security
+  --enable-security
   make
   pushd xgnokii
   make

Modified: gnome-phone-manager/trunk/PKGBUILD
===
--- gnome-phone-manager/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ gnome-phone-manager/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -27,7 +27,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-install 
--disable-bluetooth-plugin \
+  --disable-schemas-install --disable-bluetooth-plugin \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas
   make
 }

Modified: gnome-subtitles/trunk/PKGBUILD
===
--- gnome-subtitles/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 

[arch-commits] Commit in (20 files)

2015-09-26 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 02:54:01
  Author: heftig
Revision: 247527

py3.5 rebuild

Added:
  devhelp/repos/staging-i686/
  devhelp/repos/staging-x86_64/
  eog-plugins/repos/staging-i686/
  eog-plugins/repos/staging-x86_64/
  gedit-plugins/repos/staging-i686/
  gedit-plugins/repos/staging-x86_64/
  rhythmbox/repos/staging-i686/
  rhythmbox/repos/staging-x86_64/
  totem/repos/staging-i686/
  totem/repos/staging-x86_64/
Modified:
  devhelp/repos/staging-i686/PKGBUILD
  devhelp/repos/staging-x86_64/PKGBUILD
  eog-plugins/repos/staging-i686/PKGBUILD
  eog-plugins/repos/staging-x86_64/PKGBUILD
  gedit-plugins/repos/staging-i686/PKGBUILD
  gedit-plugins/repos/staging-x86_64/PKGBUILD
  rhythmbox/repos/staging-i686/PKGBUILD
  rhythmbox/repos/staging-x86_64/PKGBUILD
  totem/repos/staging-i686/PKGBUILD
  totem/repos/staging-x86_64/PKGBUILD

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

Modified: devhelp/repos/staging-i686/PKGBUILD
===
--- devhelp/repos/extra-i686/PKGBUILD   2015-09-26 23:47:32 UTC (rev 247526)
+++ devhelp/repos/staging-i686/PKGBUILD 2015-09-27 00:54:01 UTC (rev 247527)
@@ -5,7 +5,7 @@
 
 pkgname=devhelp
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=(GPL)

Modified: devhelp/repos/staging-x86_64/PKGBUILD
===
--- devhelp/repos/extra-x86_64/PKGBUILD 2015-09-26 23:47:32 UTC (rev 247526)
+++ devhelp/repos/staging-x86_64/PKGBUILD   2015-09-27 00:54:01 UTC (rev 
247527)
@@ -5,7 +5,7 @@
 
 pkgname=devhelp
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=(GPL)

Modified: eog-plugins/repos/staging-i686/PKGBUILD
===
--- eog-plugins/repos/extra-i686/PKGBUILD   2015-09-26 23:47:32 UTC (rev 
247526)
+++ eog-plugins/repos/staging-i686/PKGBUILD 2015-09-27 00:54:01 UTC (rev 
247527)
@@ -3,7 +3,7 @@
 
 pkgname=eog-plugins
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Eye of Gnome"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;

Modified: eog-plugins/repos/staging-x86_64/PKGBUILD
===
--- eog-plugins/repos/extra-x86_64/PKGBUILD 2015-09-26 23:47:32 UTC (rev 
247526)
+++ eog-plugins/repos/staging-x86_64/PKGBUILD   2015-09-27 00:54:01 UTC (rev 
247527)
@@ -3,7 +3,7 @@
 
 pkgname=eog-plugins
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Eye of Gnome"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;

Modified: gedit-plugins/repos/staging-i686/PKGBUILD
===
--- gedit-plugins/repos/extra-i686/PKGBUILD 2015-09-26 23:47:32 UTC (rev 
247526)
+++ gedit-plugins/repos/staging-i686/PKGBUILD   2015-09-27 00:54:01 UTC (rev 
247527)
@@ -7,7 +7,7 @@
 
 pkgname=gedit-plugins
 pkgver=3.16.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins for gedit"
 arch=(x86_64 i686)
 license=(GPL)

Modified: gedit-plugins/repos/staging-x86_64/PKGBUILD
===
--- gedit-plugins/repos/extra-x86_64/PKGBUILD   2015-09-26 23:47:32 UTC (rev 
247526)
+++ gedit-plugins/repos/staging-x86_64/PKGBUILD 2015-09-27 00:54:01 UTC (rev 
247527)
@@ -7,7 +7,7 @@
 
 pkgname=gedit-plugins
 pkgver=3.16.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins for gedit"
 arch=(x86_64 i686)
 license=(GPL)

Modified: rhythmbox/repos/staging-i686/PKGBUILD
===
--- rhythmbox/repos/extra-i686/PKGBUILD 2015-09-26 23:47:32 UTC (rev 247526)
+++ rhythmbox/repos/staging-i686/PKGBUILD   2015-09-27 00:54:01 UTC (rev 
247527)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)

Modified: rhythmbox/repos/staging-x86_64/PKGBUILD
===
--- rhythmbox/repos/extra-x86_64/PKGBUILD   2015-09-26 23:47:32 UTC (rev 
247526)
+++ rhythmbox/repos/staging-x86_64/PKGBUILD 2015-09-27 00:54:01 UTC (rev 
247527)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)

Modified: totem/repos/staging-i686/PKGBUILD
===
--- totem/repos/extra-i686/PKGBUILD 2015-09-26 23:47:32 UTC (rev 247526)
+++ totem/repos/staging-i686/PKGBUILD   2015-09-27 00:54:01 UTC (rev 247527)
@@ -4,7 +4,7 @@
 
 pkgname=totem
 pkgver=3.16.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME3 movie player based on GStreamer"
 url="http://www.gnome.org;
 arch=(i686 x86_64)


[arch-commits] Commit in (20 files)

2015-03-02 Thread Sergej Pupykin
Date: Monday, March 2, 2015 @ 12:09:35
  Author: spupykin
Revision: 128531

fix file names to avoid shared source cache conflicts

Modified:
  acpi_call-lts/trunk/PKGBUILD
  acpi_call/trunk/PKGBUILD
  airspy/trunk/PKGBUILD
  apitrace/trunk/PKGBUILD
  assimp/trunk/PKGBUILD
  bbswitch-lts/trunk/PKGBUILD
  bbswitch/trunk/PKGBUILD
  bmon/trunk/PKGBUILD
  bup/trunk/PKGBUILD
  cbatticon/trunk/PKGBUILD
  cmus/trunk/PKGBUILD
  codespell/trunk/PKGBUILD
  cppcheck/trunk/PKGBUILD
  cuetools/trunk/PKGBUILD
  curseofwar/trunk/PKGBUILD
  dot2tex/trunk/PKGBUILD
  elixir/trunk/PKGBUILD
  emacs-pkgbuild-mode/trunk/PKGBUILD
  esmska/trunk/PKGBUILD
  ettercap/trunk/PKGBUILD

+
 acpi_call-lts/trunk/PKGBUILD   |2 +-
 acpi_call/trunk/PKGBUILD   |2 +-
 airspy/trunk/PKGBUILD  |2 +-
 apitrace/trunk/PKGBUILD|2 +-
 assimp/trunk/PKGBUILD  |2 +-
 bbswitch-lts/trunk/PKGBUILD|2 +-
 bbswitch/trunk/PKGBUILD|2 +-
 bmon/trunk/PKGBUILD|2 +-
 bup/trunk/PKGBUILD |2 +-
 cbatticon/trunk/PKGBUILD   |2 +-
 cmus/trunk/PKGBUILD|2 +-
 codespell/trunk/PKGBUILD   |2 +-
 cppcheck/trunk/PKGBUILD|2 +-
 cuetools/trunk/PKGBUILD|2 +-
 curseofwar/trunk/PKGBUILD  |2 +-
 dot2tex/trunk/PKGBUILD |2 +-
 elixir/trunk/PKGBUILD  |2 +-
 emacs-pkgbuild-mode/trunk/PKGBUILD |3 ++-
 esmska/trunk/PKGBUILD  |6 +++---
 ettercap/trunk/PKGBUILD|2 +-
 20 files changed, 23 insertions(+), 22 deletions(-)

Modified: acpi_call/trunk/PKGBUILD
===
--- acpi_call/trunk/PKGBUILD2015-03-02 11:01:30 UTC (rev 128530)
+++ acpi_call/trunk/PKGBUILD2015-03-02 11:09:35 UTC (rev 128531)
@@ -14,7 +14,7 @@
 depends=('linux=3.19' 'linux3.20')
 makedepends=('linux-headers=3.19' 'linux-headers3.20')
 install='acpi_call.install'
-source=(http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
 
 prepare() {

Modified: acpi_call-lts/trunk/PKGBUILD
===
--- acpi_call-lts/trunk/PKGBUILD2015-03-02 11:01:30 UTC (rev 128530)
+++ acpi_call-lts/trunk/PKGBUILD2015-03-02 11:09:35 UTC (rev 128531)
@@ -15,7 +15,7 @@
 makedepends=('linux-lts-headers=3.14.34')
 provides=(${pkgname%-*})
 install=${pkgname%-*}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
+source=(acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
 
 build() {

Modified: airspy/trunk/PKGBUILD
===
--- airspy/trunk/PKGBUILD   2015-03-02 11:01:30 UTC (rev 128530)
+++ airspy/trunk/PKGBUILD   2015-03-02 11:09:35 UTC (rev 128531)
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('libusb=1.0')
 makedepends=('cmake')
-source=(https://github.com/airspy/host/archive/v$pkgver.tar.gz;
+source=($pkgname-$pkgver.tar.gz::https://github.com/airspy/host/archive/v$pkgver.tar.gz;
 airspy.conf)
 md5sums=('fd0b80003a1098806ac40a5f42fea05f'
  '29e481d56bfc56cface4f1457ca6df23')

Modified: apitrace/trunk/PKGBUILD
===
--- apitrace/trunk/PKGBUILD 2015-03-02 11:01:30 UTC (rev 128530)
+++ apitrace/trunk/PKGBUILD 2015-03-02 11:09:35 UTC (rev 128531)
@@ -11,7 +11,7 @@
 url=https://github.com/apitrace/apitrace;
 license=('custom')
 makedepends=('cmake' 'mesa' 'libgl' 'python2' 'qtwebkit')
-source=(https://github.com/apitrace/apitrace/archive/${pkgver}.zip;)
+source=($pkgname-$pkgver.zip::https://github.com/apitrace/apitrace/archive/${pkgver}.zip;)
 md5sums=('9661028558461feaab6e66538b15a805')
 
 build() {

Modified: assimp/trunk/PKGBUILD
===
--- assimp/trunk/PKGBUILD   2015-03-02 11:01:30 UTC (rev 128530)
+++ assimp/trunk/PKGBUILD   2015-03-02 11:09:35 UTC (rev 128531)
@@ -10,7 +10,7 @@
 depends=('zlib' 'gcc-libs' 'boost-libs')
 makedepends=('cmake' 'boost')
 url=('http://assimp.sourceforge.net/index.html')
-source=(https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
 md5sums=('ab9977edf95e9b2910d7cca286926e85')
 
 build() {

Modified: bbswitch/trunk/PKGBUILD
===
--- bbswitch/trunk/PKGBUILD 2015-03-02 11:01:30 UTC (rev 128530)
+++ bbswitch/trunk/PKGBUILD 2015-03-02 11:09:35 UTC (rev 128531)
@@ -14,7 +14,7 @@
 depends=('linux=3.19' 

[arch-commits] Commit in (20 files)

2014-08-10 Thread Rémy Oudompheng
Date: Sunday, August 10, 2014 @ 21:23:18
  Author: remy
Revision: 219513

Initial version bump for TeXLive 2014.

Modified:
  texlive-bibtexextra/trunk/PKGBUILD
  texlive-bin/trunk/PKGBUILD
  texlive-core/trunk/PKGBUILD
  texlive-fontsextra/trunk/PKGBUILD
  texlive-formatsextra/trunk/PKGBUILD
  texlive-games/trunk/PKGBUILD
  texlive-genericextra/trunk/PKGBUILD
  texlive-htmlxml/trunk/PKGBUILD
  texlive-humanities/trunk/PKGBUILD
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcyrillic/trunk/PKGBUILD
  texlive-langextra/trunk/PKGBUILD
  texlive-langgreek/trunk/PKGBUILD
  texlive-latexextra/trunk/PKGBUILD
  texlive-music/trunk/PKGBUILD
  texlive-pictures/trunk/PKGBUILD
  texlive-plainextra/trunk/PKGBUILD
  texlive-pstricks/trunk/PKGBUILD
  texlive-publishers/trunk/PKGBUILD
  texlive-science/trunk/PKGBUILD

-+
 texlive-bibtexextra/trunk/PKGBUILD  |6 +++---
 texlive-bin/trunk/PKGBUILD  |4 ++--
 texlive-core/trunk/PKGBUILD |6 +++---
 texlive-fontsextra/trunk/PKGBUILD   |6 +++---
 texlive-formatsextra/trunk/PKGBUILD |6 +++---
 texlive-games/trunk/PKGBUILD|6 +++---
 texlive-genericextra/trunk/PKGBUILD |6 +++---
 texlive-htmlxml/trunk/PKGBUILD  |6 +++---
 texlive-humanities/trunk/PKGBUILD   |6 +++---
 texlive-langcjk/trunk/PKGBUILD  |2 +-
 texlive-langcyrillic/trunk/PKGBUILD |6 +++---
 texlive-langextra/trunk/PKGBUILD|6 +++---
 texlive-langgreek/trunk/PKGBUILD|6 +++---
 texlive-latexextra/trunk/PKGBUILD   |6 +++---
 texlive-music/trunk/PKGBUILD|6 +++---
 texlive-pictures/trunk/PKGBUILD |6 +++---
 texlive-plainextra/trunk/PKGBUILD   |6 +++---
 texlive-pstricks/trunk/PKGBUILD |6 +++---
 texlive-publishers/trunk/PKGBUILD   |6 +++---
 texlive-science/trunk/PKGBUILD  |6 +++---
 20 files changed, 57 insertions(+), 57 deletions(-)

Modified: texlive-bibtexextra/trunk/PKGBUILD
===
--- texlive-bibtexextra/trunk/PKGBUILD  2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-bibtexextra/trunk/PKGBUILD  2014-08-10 19:23:18 UTC (rev 219513)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-bibtexextra
-pkgver=2013.33039
-_revnr=${pkgver#2013.}
+pkgver=2014.34822
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
 license=('GPL')
@@ -14,7 +14,7 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=(!strip)
 install=texlive.install
-md5sums=('5c43566ebaadbe43d5164563128371c2')
+md5sums=('25ee0d7b00f04af728f44c8c3f4d30af')
 
 build() {
cd $srcdir

Modified: texlive-bin/trunk/PKGBUILD
===
--- texlive-bin/trunk/PKGBUILD  2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-bin/trunk/PKGBUILD  2014-08-10 19:23:18 UTC (rev 219513)
@@ -3,8 +3,8 @@
 # Contributor: francois francois.archlinux.org
 
 pkgname=texlive-bin
-pkgver=2013.30973
-pkgrel=10
+pkgver=2014.34260
+pkgrel=1
 _biber_ver=1.8 # for biblatex 2.8 only.
 pkgdesc=TeX Live binaries
 license=('GPL')

Modified: texlive-core/trunk/PKGBUILD
===
--- texlive-core/trunk/PKGBUILD 2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-core/trunk/PKGBUILD 2014-08-10 19:23:18 UTC (rev 219513)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-core
-pkgver=2013.33063
-_revnr=${pkgver#2013.}
+pkgver=2014.34872
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live core distribution
 license=('GPL')
@@ -41,7 +41,7 @@
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
 
-md5sums=('7e11e1bf401d0a152ac50ef48d676bb3'
+md5sums=('65e63bdefdc909b9d6e6624924e53feb'
  '8b998b0944a766abeb1ff8ca53029084'
  'df537245012f3e5f05bdc55644b7a3df'
  '16ad4dc53deb00029baef1b01ba1d984'

Modified: texlive-fontsextra/trunk/PKGBUILD
===
--- texlive-fontsextra/trunk/PKGBUILD   2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-fontsextra/trunk/PKGBUILD   2014-08-10 19:23:18 UTC (rev 219513)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng remy.archlinux.org
 
 pkgname=texlive-fontsextra
-pkgver=2013.33010
-_revnr=${pkgver#2013.}
+pkgver=2014.34817
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live - all sorts of extra fonts
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('4953978642ddcfc90854230b57145b5b'
+md5sums=('2094b82201b22a816f3b6fe09f373818'
  '2ee682ecd2a7defb5f089be09be2ffed')
 
 build() {

Modified: texlive-formatsextra/trunk/PKGBUILD
===
--- texlive-formatsextra/trunk/PKGBUILD 2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-formatsextra/trunk/PKGBUILD 2014-08-10 

[arch-commits] Commit in (20 files)

2014-04-20 Thread Daniel Micay
Date: Monday, April 21, 2014 @ 03:31:31
  Author: thestinger
Revision: 109887

kernel portion of grsecurity

Added:
  linux-grsec/
  linux-grsec/repos/
  linux-grsec/trunk/
  linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
  
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch
  linux-grsec/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  linux-grsec/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch
  linux-grsec/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
  
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/change-default-console-loglevel.patch
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
  linux-grsec/trunk/linux-grsec.install
  linux-grsec/trunk/linux.preset
  linux-grsec/trunk/sysctl.conf

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   74 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |   93 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |   75 
 0004-fs-Don-t-return-0-from-get_anon_bdev.patch |   44 
 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch |   33 
 0006-genksyms-fix-typeof-handling.patch | 1360 +
 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch|  110 
 0008-futex-avoid-race-between-requeue-and-wake.patch|   94 
 0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch|  125 
 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch |   52 
 PKGBUILD|  354 
 change-default-console-loglevel.patch   |   12 
 config  | 6836 
++
 config.x86_64   | 6626 
+
 linux-grsec.install |  112 
 linux.preset|   14 
 sysctl.conf |  129 
 17 files changed, 16143 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 109886:109887 to see the changes.


[arch-commits] Commit in (20 files)

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 12:56:09
  Author: jelle
Revision: 88979

Initial commit

Added:
  haskell-data-default-instances-base/
  haskell-data-default-instances-base/repos/
  haskell-data-default-instances-base/trunk/
  haskell-data-default-instances-base/trunk/PKGBUILD
  
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install
  haskell-data-default-instances-containers/
  haskell-data-default-instances-containers/repos/
  haskell-data-default-instances-containers/trunk/
  haskell-data-default-instances-containers/trunk/PKGBUILD
  
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install
  haskell-data-default-instances-dlist/
  haskell-data-default-instances-dlist/repos/
  haskell-data-default-instances-dlist/trunk/
  haskell-data-default-instances-dlist/trunk/PKGBUILD
  
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install
  haskell-data-default-instances-old-locale/
  haskell-data-default-instances-old-locale/repos/
  haskell-data-default-instances-old-locale/trunk/
  haskell-data-default-instances-old-locale/trunk/PKGBUILD
  
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install

---+
 haskell-data-default-instances-base/trunk/PKGBUILD 
   |   35 ++
 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install
 |   18 +
 haskell-data-default-instances-containers/trunk/PKGBUILD   
   |   35 ++
 
haskell-data-default-instances-containers/trunk/haskell-data-default-instances-containers.install
 |   18 +
 haskell-data-default-instances-dlist/trunk/PKGBUILD
   |   35 ++
 
haskell-data-default-instances-dlist/trunk/haskell-data-default-instances-dlist.install
   |   18 +
 haskell-data-default-instances-old-locale/trunk/PKGBUILD   
   |   35 ++
 
haskell-data-default-instances-old-locale/trunk/haskell-data-default-instances-old-locale.install
 |   18 +
 8 files changed, 212 insertions(+)

Added: haskell-data-default-instances-base/trunk/PKGBUILD
===
--- haskell-data-default-instances-base/trunk/PKGBUILD  
(rev 0)
+++ haskell-data-default-instances-base/trunk/PKGBUILD  2013-04-25 10:56:09 UTC 
(rev 88979)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+_hkgname=data-default-instances-base
+pkgname=haskell-data-default-instances-base
+pkgver=0.0.1
+pkgrel=1
+pkgdesc=Default instances for types in base
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc' 'haskell-data-default-class')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('37fc6531e0227bcf9cfbbf85f04e759d')
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}


Property changes on: haskell-data-default-instances-base/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install
===
--- 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install
   (rev 0)
+++ 
haskell-data-default-instances-base/trunk/haskell-data-default-instances-base.install
   2013-04-25 10:56:09 UTC (rev 88979)
@@ -0,0 +1,18 @@

[arch-commits] Commit in (20 files)

2012-08-11 Thread Ray Rashif
Date: Saturday, August 11, 2012 @ 04:41:08
  Author: schiv
Revision: 165126

Bring in new ardour deps from community r74979

Added:
  lilv/
  lilv/repos/
  lilv/trunk/
  lilv/trunk/PKGBUILD
  serd/
  serd/repos/
  serd/trunk/
  serd/trunk/PKGBUILD
  sord/
  sord/repos/
  sord/trunk/
  sord/trunk/PKGBUILD
  sratom/
  sratom/repos/
  sratom/trunk/
  sratom/trunk/PKGBUILD
  suil/
  suil/repos/
  suil/trunk/
  suil/trunk/PKGBUILD

---+
 lilv/trunk/PKGBUILD   |   42 ++
 serd/trunk/PKGBUILD   |   36 
 sord/trunk/PKGBUILD   |   36 
 sratom/trunk/PKGBUILD |   33 +
 suil/trunk/PKGBUILD   |   38 ++
 5 files changed, 185 insertions(+)

Added: lilv/trunk/PKGBUILD
===
--- lilv/trunk/PKGBUILD (rev 0)
+++ lilv/trunk/PKGBUILD 2012-08-11 08:41:08 UTC (rev 165126)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=lilv
+pkgver=0.14.2
+pkgrel=1
+pkgdesc=A library to make the use of LV2 plugins as simple as possible for 
applications.
+arch=(i686 x86_64)
+url=http://drobilla.net/software/$pkgname/;
+license=('custom:ISC')
+depends=('python2' 'sratom' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion: auto-complete words')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1aea6761f3e44007c0fb4eb20630655d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export PYTHON=/usr/bin/python2
+
+  # remove ldconfig
+  sed -i /ldconfig/d wscript
+
+  python2 ./waf configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --configdir=/etc \
+  --dyn-manifest \
+  --bindings
+  python2 ./waf
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: serd/trunk/PKGBUILD
===
--- serd/trunk/PKGBUILD (rev 0)
+++ serd/trunk/PKGBUILD 2012-08-11 08:41:08 UTC (rev 165126)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=serd
+pkgver=0.14.0
+pkgrel=1
+pkgdesc=A lightweight C library for RDF syntax which supports reading and 
writing Turtle and NTriples.
+arch=(i686 x86_64)
+url=http://drobilla.net/software/$pkgname/;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('405b11ee92f3f19ce4a757ba34953886')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig
+  sed -i /ldconfig/d wscript
+
+  python2 ./waf configure --prefix=/usr \
+  --mandir=/usr/share/man
+  python2 ./waf
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: sord/trunk/PKGBUILD
===
--- sord/trunk/PKGBUILD (rev 0)
+++ sord/trunk/PKGBUILD 2012-08-11 08:41:08 UTC (rev 165126)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=sord
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=A lightweight C library for storing RDF data in memory.
+arch=(i686 x86_64)
+url=http://drobilla.net/software/$pkgname/;
+license=('custom:ISC')
+depends=('serd' 'pcre')
+makedepends=('python2')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('62be6a2cd6e9bc2933d1297afeacda30')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig
+  sed -i /ldconfig/d wscript
+
+  python2 ./waf configure --prefix=/usr \
+  --mandir=/usr/share/man
+  python2 ./waf
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  DESTDIR=$pkgdir python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: sratom/trunk/PKGBUILD
===
--- sratom/trunk/PKGBUILD   (rev 0)
+++ sratom/trunk/PKGBUILD   2012-08-11 08:41:08 UTC (rev 165126)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=sratom
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=An LV2 Atom RDF serialisation library
+arch=(i686 x86_64)
+url=http://drobilla.net/software/$pkgname/;

[arch-commits] Commit in (20 files)

2011-11-25 Thread andyrtr
Date: Friday, November 25, 2011 @ 10:59:54
  Author: andyrtr
Revision: 143508

add xcb-util split libs

Added:
  xcb-util-image/
  xcb-util-image/repos/
  xcb-util-image/trunk/
  xcb-util-image/trunk/LICENSE
  xcb-util-image/trunk/PKGBUILD
  xcb-util-keysyms/
  xcb-util-keysyms/repos/
  xcb-util-keysyms/trunk/
  xcb-util-keysyms/trunk/LICENSE
  xcb-util-keysyms/trunk/PKGBUILD
  xcb-util-renderutil/
  xcb-util-renderutil/repos/
  xcb-util-renderutil/trunk/
  xcb-util-renderutil/trunk/LICENSE
  xcb-util-renderutil/trunk/PKGBUILD
  xcb-util-wm/
  xcb-util-wm/repos/
  xcb-util-wm/trunk/
  xcb-util-wm/trunk/LICENSE
  xcb-util-wm/trunk/PKGBUILD

+
 xcb-util-image/trunk/LICENSE   |  267 +++
 xcb-util-image/trunk/PKGBUILD  |   35 
 xcb-util-keysyms/trunk/LICENSE |  267 +++
 xcb-util-keysyms/trunk/PKGBUILD|   37 
 xcb-util-renderutil/trunk/LICENSE  |  267 +++
 xcb-util-renderutil/trunk/PKGBUILD |   35 
 xcb-util-wm/trunk/LICENSE  |  267 +++
 xcb-util-wm/trunk/PKGBUILD |   35 
 8 files changed, 1210 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 143507:143508 to see the changes.


[arch-commits] Commit in (20 files)

2011-01-01 Thread Ionut Biru
Date: Saturday, January 1, 2011 @ 13:51:02
  Author: ibiru
Revision: 104353

new dependency for bashee 1.8

Added:
  gdata-sharp/
  gdata-sharp/repos/
  gdata-sharp/trunk/
  gdata-sharp/trunk/PKGBUILD
  gio-sharp/
  gio-sharp/repos/
  gio-sharp/trunk/
  gio-sharp/trunk/PKGBUILD
  gkeyfile-sharp/
  gkeyfile-sharp/repos/
  gkeyfile-sharp/trunk/
  gkeyfile-sharp/trunk/PKGBUILD
  gtk-sharp-beans/
  gtk-sharp-beans/repos/
  gtk-sharp-beans/trunk/
  gtk-sharp-beans/trunk/PKGBUILD
  gudev-sharp/
  gudev-sharp/repos/
  gudev-sharp/trunk/
  gudev-sharp/trunk/PKGBUILD

+
 gdata-sharp/trunk/PKGBUILD |   27 +++
 gio-sharp/trunk/PKGBUILD   |   32 
 gkeyfile-sharp/trunk/PKGBUILD  |   28 
 gtk-sharp-beans/trunk/PKGBUILD |   29 +
 gudev-sharp/trunk/PKGBUILD |   28 
 5 files changed, 144 insertions(+)

Added: gdata-sharp/trunk/PKGBUILD
===
--- gdata-sharp/trunk/PKGBUILD  (rev 0)
+++ gdata-sharp/trunk/PKGBUILD  2011-01-01 18:51:02 UTC (rev 104353)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gdata-sharp
+_pkgname=libgoogle-data-mono
+pkgver=1.7.0.1
+pkgrel=1
+pkgdesc=Provide a simple protocol for reading and writing data on the web.
+arch=('any')
+url=http://code.google.com/p/google-gdata/;
+license=('Apache')
+depends=('mono')
+source=(http://google-gdata.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+sha1sums=('69a643151baacfd6366e62c5cc7542b4c914cd46')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  sed -i '/PREFIX=/ s|/usr/local|/usr|' ./Makefile
+
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}


Property changes on: gdata-sharp/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gio-sharp/trunk/PKGBUILD
===
--- gio-sharp/trunk/PKGBUILD(rev 0)
+++ gio-sharp/trunk/PKGBUILD2011-01-01 18:51:02 UTC (rev 104353)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gio-sharp
+pkgver=0.2
+_pkgver=0.2-0-g07ac6ea
+_git=4159f82
+pkgrel=1
+pkgdesc=a branch of the official gtk-sharp/gio to get gio-sharp building on 
gtk-sharp 2.12
+arch=('any')
+url=http://github.com/mono/gio-sharp;
+license=('MIT')
+depends=('gtk-sharp-2=2.12')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gio-sharp/zipball/${pkgver})
+options=('!makeflags')
+md5sums=('76a6b31ffaee302af063a1300a6fe99c')
+
+build() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  ./autogen-2.22.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  make DESTDIR=$pkgdir/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}


Property changes on: gio-sharp/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gkeyfile-sharp/trunk/PKGBUILD
===
--- gkeyfile-sharp/trunk/PKGBUILD   (rev 0)
+++ gkeyfile-sharp/trunk/PKGBUILD   2011-01-01 18:51:02 UTC (rev 104353)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gkeyfile-sharp
+pkgver=0.1
+_pkgver=GKEYFILE_SHARP_0_1-0-g07a401a
+_git=662c5c1
+pkgrel=1
+pkgdesc=Mono bindings for GLib’s GKeyFile
+arch=('any')
+url=http://github.com/mono/gkeyfile-sharp;
+license=('LGPL')
+depends=('gtk-sharp-2=2.12.9')
+source=(mono-$pkgname-$_pkgver.tar.gz::https://github.com/mono/gkeyfile-sharp/zipball/GKEYFILE_SHARP_0_1)
+md5sums=('cf2467dde223454d7eda0a8406518458')
+
+build() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/mono-$pkgname-$_git
+
+  make DESTDIR=$pkgdir/ install
+}


Property changes on: gkeyfile-sharp/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gtk-sharp-beans/trunk/PKGBUILD
===
--- gtk-sharp-beans/trunk/PKGBUILD  (rev 0)
+++ gtk-sharp-beans/trunk/PKGBUILD  2011-01-01 18:51:02 UTC (rev 104353)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+pkgname=gtk-sharp-beans
+pkgver=2.14.0
+_pkgver=2.14.0-0-ga2ff3c5
+_git=19023b6
+pkgrel=1
+pkgdesc=Gtk Sharp Beans aims to fill