[arch-commits] Commit in spamassassin/trunk (PKGBUILD net-dns.patch)

2014-06-08 Thread Felix Yan
Date: Sunday, June 8, 2014 @ 09:53:16
  Author: fyan
Revision: 214375

upgpkg: spamassassin 3.4.0-3

- fix nameserver fetching from net-dns

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/net-dns.patch

---+
 PKGBUILD  |4 ++--
 net-dns.patch |   16 +++-
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 04:02:14 UTC (rev 214374)
+++ PKGBUILD2014-06-08 07:53:16 UTC (rev 214375)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A mail filter to identify spam.
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -26,7 +26,7 @@
 md5sums=('5d0b50cee3bfa905cca35c33296c8c2a'
  'SKIP'
  'd0ce5f8a02fd74dbc83632f4aaec6185'
- 'bd27e3a54784a0a519d3abff3fa82392')
+ '0bcf0419608ec4ac200e794563620f31')
 
 prepare() {
   cd ${srcdir}/Mail-SpamAssassin-${pkgver}

Modified: net-dns.patch
===
--- net-dns.patch   2014-06-08 04:02:14 UTC (rev 214374)
+++ net-dns.patch   2014-06-08 07:53:16 UTC (rev 214375)
@@ -1,5 +1,8 @@
-Fix FS#40707 by disabling the failing version check. We don't ship versions 
that old anyway.
+Fix FS#40707 by
 
+- disabling the failing version check. We don't ship versions that old anyway.
+- fix nameservers fetching from Net::DNS
+
 ---
 diff -Nur a/lib/Mail/SpamAssassin/Dns.pm b/lib/Mail/SpamAssassin/Dns.pm
 --- a/lib/Mail/SpamAssassin/Dns.pm 2014-06-05 19:34:56.299391918 +0200
@@ -25,3 +28,14 @@
  
return $self;
  }
+--- a/lib/Mail/SpamAssassin/DnsResolver.pm 2014-06-08 12:48:29.064230952 
+0800
 b/lib/Mail/SpamAssassin/DnsResolver.pm 2014-06-08 12:49:06.961872678 
+0800
+@@ -205,7 +205,7 @@
+ dbg(dns: servers set by config to: %s, join(', ',@ns_addr_port));
+   } elsif ($res) {  # default as provided by Net::DNS, e.g. /etc/resolv.conf
+ @ns_addr_port = map(untaint_var([$_]: . $res-{port}),
+-@{$res-{nameservers}});
++$res-nameservers);
+ dbg(dns: servers obtained from Net::DNS : %s, join(', ',@ns_addr_port));
+   }
+   return @ns_addr_port;



[arch-commits] Commit in spamassassin/repos (16 files)

2014-06-08 Thread Felix Yan
Date: Sunday, June 8, 2014 @ 09:55:08
  Author: fyan
Revision: 214376

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  spamassassin/repos/extra-i686/PKGBUILD
(from rev 214375, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-i686/net-dns.patch
(from rev 214375, spamassassin/trunk/net-dns.patch)
  spamassassin/repos/extra-i686/spamassassin.install
(from rev 214375, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-i686/spamassassin.service
(from rev 214375, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/extra-x86_64/PKGBUILD
(from rev 214375, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-x86_64/net-dns.patch
(from rev 214375, spamassassin/trunk/net-dns.patch)
  spamassassin/repos/extra-x86_64/spamassassin.install
(from rev 214375, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-x86_64/spamassassin.service
(from rev 214375, spamassassin/trunk/spamassassin.service)
Deleted:
  spamassassin/repos/extra-i686/PKGBUILD
  spamassassin/repos/extra-i686/net-dns.patch
  spamassassin/repos/extra-i686/spamassassin.install
  spamassassin/repos/extra-i686/spamassassin.service
  spamassassin/repos/extra-x86_64/PKGBUILD
  spamassassin/repos/extra-x86_64/net-dns.patch
  spamassassin/repos/extra-x86_64/spamassassin.install
  spamassassin/repos/extra-x86_64/spamassassin.service

---+
 /PKGBUILD |  130 
 /net-dns.patch|   82 ++
 /spamassassin.install |   76 +
 /spamassassin.service |   28 +++
 extra-i686/PKGBUILD   |   65 --
 extra-i686/net-dns.patch  |   27 ---
 extra-i686/spamassassin.install   |   38 --
 extra-i686/spamassassin.service   |   14 ---
 extra-x86_64/PKGBUILD |   65 --
 extra-x86_64/net-dns.patch|   27 ---
 extra-x86_64/spamassassin.install |   38 --
 extra-x86_64/spamassassin.service |   14 ---
 12 files changed, 316 insertions(+), 288 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-08 07:53:16 UTC (rev 214375)
+++ extra-i686/PKGBUILD 2014-06-08 07:55:08 UTC (rev 214376)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.4.0
-pkgrel=2
-pkgdesc=A mail filter to identify spam.
-arch=('i686' 'x86_64')
-license=('APACHE')
-url=http://spamassassin.apache.org;
-depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
- 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
- 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
-makedepends=('razor' 'perl-dbi')
-optdepends=('razor: to identify collaborately-flagged spam')
-backup=('etc/mail/spamassassin/local.cf'
-'etc/mail/spamassassin/init.pre'
-'etc/mail/spamassassin/v310.pre'
-'etc/mail/spamassassin/v312.pre'
-'etc/mail/spamassassin/v320.pre'
-'etc/mail/spamassassin/v330.pre')
-install=${pkgname}.install
-source=(http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz{,.asc}
-'spamassassin.service' net-dns.patch)
-md5sums=('5d0b50cee3bfa905cca35c33296c8c2a'
- 'SKIP'
- 'd0ce5f8a02fd74dbc83632f4aaec6185'
- 'bd27e3a54784a0a519d3abff3fa82392')
-
-prepare() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  sed -i t/sa_compile.t \
- -e 's#/foo/bin/spamassassin#/foo/bin/site_perl/spamassassin#' \
- -e 's#/foo/bin/sa-compile#/foo/bin/site_perl/sa-compile#'
-
-  patch -p1 -i $srcdir/net-dns.patch
-}
-
-build() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
-  make 
-}
-
-check() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # parallel tests cause lots of failures; disable for now
-  #export HARNESS_OPTIONS=j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/spamassassin.service 
${pkgdir}/usr/lib/systemd/system/spamassassin.service
-  install -d -o 182 -g 182 -m 755 $pkgdir/var/lib/spamassassin
-}

Copied: spamassassin/repos/extra-i686/PKGBUILD (from rev 214375, 
spamassassin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-08 07:55:08 UTC (rev 214376)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Dale Blount 

[arch-commits] Commit in xbmc/trunk (PKGBUILD xbmc.install xbmc.service)

2014-06-08 Thread Ike Devolder
Date: Sunday, June 8, 2014 @ 10:35:29
  Author: idevolder
Revision: 112817

xbmc :: 13.1-2

FS#40656 - [xbmc] Error when upgrading xbmc while xbmc is running
lirc device path given in configure so the trick for standalone
is no longer needed and starting xbmc from desktop also works with
lirc now

Modified:
  xbmc/trunk/PKGBUILD
  xbmc/trunk/xbmc.install
  xbmc/trunk/xbmc.service

--+
 PKGBUILD |   18 ++
 xbmc.install |   10 --
 xbmc.service |2 +-
 3 files changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 04:01:10 UTC (rev 112816)
+++ PKGBUILD2014-06-08 08:35:29 UTC (rev 112817)
@@ -12,7 +12,7 @@
 pkgname=xbmc
 pkgver=13.1
 _codename=Gotham
-pkgrel=1
+pkgrel=2
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -43,15 +43,17 @@
 )
 install=${pkgname}.install
 source=(
-  http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
+  
xbmc-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
   'xbmc.service'
   'enable-external-ffmpeg.patch'
   '0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch'
 )
-sha256sums=('344b604eae2ddb47c032dd7964d01f27e6fcd7a8873c84c0841d5da75961a678'
-'f83097388e6c9b301cac78de95cf1797d4aaa11e4021734c28d643320e76d919'
-'0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
-'5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe')
+sha256sums=(
+  '344b604eae2ddb47c032dd7964d01f27e6fcd7a8873c84c0841d5da75961a678'
+  '17ea860b675568f516df0289e5663029a2ce1829b0dfa3c71636ef1ae7cd2207'
+  '0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
+  '5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe'
+)
 
 prepare() {
   cd $srcdir/xbmc-$pkgver-$_codename
@@ -101,9 +103,9 @@
 --enable-udev \
 --enable-libusb \
 --enable-libcec \
---enable-external-libraries
+--enable-external-libraries \
+--with-lirc-device=/run/lirc/lircd
 
-
   # Now (finally) build
   make
 }

Modified: xbmc.install
===
--- xbmc.install2014-06-08 04:01:10 UTC (rev 112816)
+++ xbmc.install2014-06-08 08:35:29 UTC (rev 112817)
@@ -10,10 +10,16 @@
 post_upgrade() {
   post_install $1
   if ! getent group xbmc | cut -d: -f3 | grep 420  /dev/null 21; then
- groupmod -g 420 xbmc
+ groupmod -g 420 xbmc  /dev/null 21
   fi
   if ! id -u xbmc | grep 420  /dev/null 21; then
- usermod -u 420 xbmc
+ usermod -u 420 xbmc  /dev/null 21
+ if [[ $? -ne 0 ]]; then
+ echo Changing uid of user xbmc failed
+ echo It is recommended that the uid is changed.
+ echo Stop all processes running under the xbmc user and 
reinstall xbmc
+ echo or change the uid manually. (usermod -u 420 xbmc)
+ fi
  chown -R xbmc:xbmc /var/lib/xbmc
   fi
 }

Modified: xbmc.service
===
--- xbmc.service2014-06-08 04:01:10 UTC (rev 112816)
+++ xbmc.service2014-06-08 08:35:29 UTC (rev 112817)
@@ -9,7 +9,7 @@
 PAMName=login
 Type = simple
 TTYPath=/dev/tty7
-ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session 
/usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp vt7
+ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session 
/usr/bin/xbmc-standalone -- :0 -nolisten tcp vt7
 Restart = on-abort
 
 [Install]



[arch-commits] Commit in xbmc/repos (20 files)

2014-06-08 Thread Ike Devolder
Date: Sunday, June 8, 2014 @ 10:36:12
  Author: idevolder
Revision: 112818

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  
xbmc/repos/community-testing-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 112817, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-testing-i686/PKGBUILD
(from rev 112817, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-i686/enable-external-ffmpeg.patch
(from rev 112817, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-testing-i686/xbmc.install
(from rev 112817, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-i686/xbmc.service
(from rev 112817, xbmc/trunk/xbmc.service)
  
xbmc/repos/community-testing-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
(from rev 112817, 
xbmc/trunk/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch)
  xbmc/repos/community-testing-x86_64/PKGBUILD
(from rev 112817, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-x86_64/enable-external-ffmpeg.patch
(from rev 112817, xbmc/trunk/enable-external-ffmpeg.patch)
  xbmc/repos/community-testing-x86_64/xbmc.install
(from rev 112817, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-x86_64/xbmc.service
(from rev 112817, xbmc/trunk/xbmc.service)
Deleted:
  
xbmc/repos/community-testing-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-testing-i686/PKGBUILD
  xbmc/repos/community-testing-i686/enable-external-ffmpeg.patch
  xbmc/repos/community-testing-i686/xbmc.install
  xbmc/repos/community-testing-i686/xbmc.service
  
xbmc/repos/community-testing-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
  xbmc/repos/community-testing-x86_64/PKGBUILD
  xbmc/repos/community-testing-x86_64/enable-external-ffmpeg.patch
  xbmc/repos/community-testing-x86_64/xbmc.install
  xbmc/repos/community-testing-x86_64/xbmc.service

--+
 /0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch   
  |   54 +
 /PKGBUILD  
  |  272 ++
 /enable-external-ffmpeg.patch  
  |  200 +++
 /xbmc.install  
  |   72 ++
 /xbmc.service  
  |   32 +
 
community-testing-i686/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
   |   27 
 community-testing-i686/PKGBUILD
  |  134 
 community-testing-i686/enable-external-ffmpeg.patch
  |  100 ---
 community-testing-i686/xbmc.install
  |   30 -
 community-testing-i686/xbmc.service
  |   16 
 
community-testing-x86_64/0001-make-sure-applications-xbmc.desktop-does-nt-have-exe.patch
 |   27 
 community-testing-x86_64/PKGBUILD  
  |  134 
 community-testing-x86_64/enable-external-ffmpeg.patch  
  |  100 ---
 community-testing-x86_64/xbmc.install  
  |   30 -
 community-testing-x86_64/xbmc.service  
  |   16 
 15 files changed, 630 insertions(+), 614 deletions(-)

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


[arch-commits] Commit in linux/trunk (6 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 11:15:08
  Author: tpowa
Revision: 214378

upgpkg: linux 3.14.6-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  linux/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
  linux/trunk/0015-fix-xsdt-validation.patch

-+
 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch |   33 --
 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch |   52 
--
 0015-fix-xsdt-validation.patch  |   42 
 PKGBUILD|   37 +--
 config  |5 
 config.x86_64   |5 
 6 files changed, 12 insertions(+), 162 deletions(-)

Deleted: 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
===
--- 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch 
2014-06-08 08:29:44 UTC (rev 214377)
+++ 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch 
2014-06-08 09:15:08 UTC (rev 214378)
@@ -1,33 +0,0 @@
-From 71d4f3022d1f625d94187f7cda682d2233a692d8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
-Date: Thu, 3 Apr 2014 23:59:49 +0200
-Subject: [PATCH 05/10] Revert Bluetooth: Enable autosuspend for Intel
- Bluetooth device
-
-This reverts commit d2bee8fb6e18f6116aada39851918473761f7ab1.
-
-USB autosuspend still breaks on some xhci controllers, so disable
-it by default as long as no solution is found.

- drivers/bluetooth/btusb.c | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
-index baeaaed..6d6e09e 100644
 a/drivers/bluetooth/btusb.c
-+++ b/drivers/bluetooth/btusb.c
-@@ -1478,10 +1478,8 @@ static int btusb_probe(struct usb_interface *intf,
-   if (id-driver_info  BTUSB_BCM92035)
-   hdev-setup = btusb_setup_bcm92035;
- 
--  if (id-driver_info  BTUSB_INTEL) {
--  usb_enable_autosuspend(data-udev);
-+  if (id-driver_info  BTUSB_INTEL)
-   hdev-setup = btusb_setup_intel;
--  }
- 
-   /* Interface numbers are hardcoded in the specification */
-   data-isoc = usb_ifnum_to_if(data-udev, 1);
--- 
-1.9.2
-

Deleted: 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
===
--- 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch 
2014-06-08 08:29:44 UTC (rev 214377)
+++ 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch 
2014-06-08 09:15:08 UTC (rev 214378)
@@ -1,52 +0,0 @@
-From 784c4f0b18f89922ddc0fe21e5ec64cc370bb3f2 Mon Sep 17 00:00:00 2001
-From: Johannes Berg johannes.b...@intel.com
-Date: Wed, 19 Mar 2014 18:36:39 +0100
-Subject: [PATCH 10/10] iwlwifi: mvm: delay enabling smart FIFO until after
- beacon RX
-
-If we have no beacon data before association, delay smart FIFO
-enablement until after we have this data.
-
-Not doing so can cause association failures in extremely silent
-environments (usually only a shielded box/room) as beacon RX is
-not sent to the host immediately, and then the association time
-event ends without the host receiving any beacon even though it
-was on the air - it's just stuck on the FIFO.
-
-Cc: sta...@vger.kernel.org [3.14]
-Signed-off-by: Johannes Berg johannes.b...@intel.com
-Signed-off-by: Emmanuel Grumbach emmanuel.grumb...@intel.com

- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 1 +
- drivers/net/wireless/iwlwifi/mvm/sf.c   | 3 ++-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c 
b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-index c35b866..45e861e 100644
 a/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-+++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-@@ -971,6 +971,7 @@ static void iwl_mvm_bss_info_changed_station(struct 
iwl_mvm *mvm,
-*/
-   iwl_mvm_remove_time_event(mvm, mvmvif,
- mvmvif-time_event_data);
-+  iwl_mvm_sf_update(mvm, vif, false);
-   } else if (changes  (BSS_CHANGED_PS | BSS_CHANGED_P2P_PS |
- BSS_CHANGED_QOS)) {
-   ret = iwl_mvm_power_update_mode(mvm, vif);
-diff --git a/drivers/net/wireless/iwlwifi/mvm/sf.c 
b/drivers/net/wireless/iwlwifi/mvm/sf.c
-index 8401627..88809b2 100644
 a/drivers/net/wireless/iwlwifi/mvm/sf.c
-+++ b/drivers/net/wireless/iwlwifi/mvm/sf.c
-@@ -274,7 +274,8 @@ int iwl_mvm_sf_update(struct iwl_mvm *mvm, struct 
ieee80211_vif *changed_vif,
-   return 

[arch-commits] Commit in linux/repos (32 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 11:15:38
  Author: tpowa
Revision: 214379

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214378, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214378, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214378, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 214378, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214378, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214378, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214378, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/testing-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 214378, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-i686/0012-fix-saa7134.patch
(from rev 214378, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 214378, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 214378, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 214378, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 214378, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 214378, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 214378, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214378, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214378, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214378, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 214378, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214378, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214378, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214378, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/testing-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 214378, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-x86_64/0012-fix-saa7134.patch
(from rev 214378, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 214378, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 214378, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 214378, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 214378, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 214378, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 214378, linux/trunk/linux.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch  
|  110 
 testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch  
|   94 
 testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch  
|  125 
 testing-i686/0011-kernfs-fix-removed-error-check.patch 
|   13 

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

2014-06-08 Thread Jan Steffens
Date: Sunday, June 8, 2014 @ 12:57:06
  Author: heftig
Revision: 214380

Remove stray modeline

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 09:15:38 UTC (rev 214379)
+++ PKGBUILD2014-06-08 10:57:06 UTC (rev 214380)
@@ -25,7 +25,7 @@
 '0006-genksyms-fix-typeof-handling.patch'
 '0012-fix-saa7134.patch'
 )
-# vim:set ts=8 sts=2 sw=2 et:
+
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'b8de86f64a62ec1f5d62ef7b0caf302546be0d397e7c7d29e4b1e260220462d7'
 '73056e6f23119c53c79f36f4c2faf37dd5a195d63605fa26392aa11ae9edfb62'



[arch-commits] Commit in meld/trunk (PKGBUILD-3.11)

2014-06-08 Thread Jan Steffens
Date: Sunday, June 8, 2014 @ 15:09:00
  Author: heftig
Revision: 214381

Update 3.11 PKGBUILD

Modified:
  meld/trunk/PKGBUILD-3.11

---+
 PKGBUILD-3.11 |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD-3.11
===
--- PKGBUILD-3.11   2014-06-08 10:57:06 UTC (rev 214380)
+++ PKGBUILD-3.11   2014-06-08 13:09:00 UTC (rev 214381)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=meld
-pkgver=3.11.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -11,11 +11,13 @@
 license=('GPL')
 arch=('any')
 makedepends=('intltool' 'itstool')
-depends=('python2-gobject' 'gtk3' 'gtksourceview3' 'hicolor-icon-theme' 
'desktop-file-utils')
+depends=('python2-gobject' 'gtk3' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('gtksourceview3: syntax highlighting'
+'python2-dbus: open a new tab in an already running instance')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3a23ef1b813bdcb3f8fd0308d46ba83f8536c90b')
+sha1sums=('d7a641bcb67dbae5087708bfe256a8385f015e13')
 
-# Don't forget to add the glib-compile-schemas call to install before using 
this PKGBUILD
+# Don't forget to add the glib-compile-schemas call to install when using this 
PKGBUILD
 install=install
 
 build() {
@@ -25,10 +27,7 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-   # Missing files; required
-   install -d ${pkgdir}/usr/share/{glib-2.0/schemas,icons}
-   cp -r data/icons/hicolor data/icons/HighContrast 
${pkgdir}/usr/share/icons
-   cp data/org.gnome.meld.gschema.xml 
${pkgdir}/usr/share/glib-2.0/schemas
+   # using --skip-build breaks install
+   python2 setup.py --no-update-icon-cache --no-compile-schemas \
+   install --prefix=/usr --root=${pkgdir} --optimize=1
 }



[arch-commits] Commit in perl-libapreq2/trunk (2 files)

2014-06-08 Thread Anatol Pomozov
Date: Sunday, June 8, 2014 @ 18:38:43
  Author: anatolik
Revision: 112821

upgpkg: perl-libapreq2 2.13-7

Recompile against perl 5.20
Make the module loadable outsize of Apache

Added:
  perl-libapreq2/trunk/link-in-apr-shared-objects.patch
Modified:
  perl-libapreq2/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 link-in-apr-shared-objects.patch |   28 
 2 files changed, 41 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 14:23:38 UTC (rev 112820)
+++ PKGBUILD2014-06-08 16:38:43 UTC (rev 112821)
@@ -4,22 +4,30 @@
 
 pkgname=perl-libapreq2
 pkgver=2.13
-pkgrel=6
+pkgrel=7
 pkgdesc=A safe, standards-compliant, high-performance library used for 
parsing HTTP cookies, query-strings and POST data.
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/libapreq2;
+options=('!emptydirs')
 depends=('mod_perl' 'apr-util')
 makedepends=('perl-extutils-xsbuilder')
 license=(GPL)
-source=(http://search.cpan.org/CPAN/authors/id/I/IS/ISAAC/libapreq2-$pkgver.tar.gz)
-md5sums=('c11fb0861aa84dcc6cd0f0798b045eee')
+source=(http://search.cpan.org/CPAN/authors/id/I/IS/ISAAC/libapreq2-$pkgver.tar.gz
+link-in-apr-shared-objects.patch)
+md5sums=('c11fb0861aa84dcc6cd0f0798b045eee'
+ '4cee6d940e95aeb47dd503b8e8a1c7dd')
 
+prepare() {
+  cd $srcdir/libapreq2-$pkgver
+  patch -p1  ../link-in-apr-shared-objects.patch
+}
+
 build() {
   cd  $srcdir/libapreq2-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL --with-apache2-apxs=/usr/bin/apxs 
--with-mm-opts=INSTALLDIRS=vendor
   find . -type f -name Makefile -exec sed -i 's#-ldb-5.1#-ldb-5.2#' {} \;
   sed -i 's#-ldb-5.1#-ldb-5.2#' apreq2-config
-  make
+  make LD_RUN_PATH=/usr/lib  # build sets RPATH to non-sanitized path, force 
correct rpath
 }
 
 package(){

Added: link-in-apr-shared-objects.patch
===
--- link-in-apr-shared-objects.patch(rev 0)
+++ link-in-apr-shared-objects.patch2014-06-08 16:38:43 UTC (rev 112821)
@@ -0,0 +1,28 @@
+Don't try to regenerate Makefiles at installation time, as this will forget
+to link against the internal copy of libapreq2-dev, which will cause problems
+when trying to load the module outside Apache.
+
+Index: libapreq2-2.12/glue/Makefile.am
+===
+--- libapreq2-2.12.orig/glue/Makefile.am
 libapreq2-2.12/glue/Makefile.am
+@@ -15,7 +15,6 @@ perl_test: perl/Makefile
+   cd perl; $(MAKE) test
+ 
+ perl_install:
+-  cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ 
@MM_OPTS@
+   cd perl; $(MAKE) install
+ 
+ perl_clean:
+Index: libapreq2-2.12/glue/Makefile.in
+===
+--- libapreq2-2.12.orig/glue/Makefile.in
 libapreq2-2.12/glue/Makefile.in
+@@ -265,7 +265,6 @@ perl_test: perl/Makefile
+   cd perl; $(MAKE) test
+ 
+ perl_install:
+-  cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ 
@MM_OPTS@
+   cd perl; $(MAKE) install
+ 
+ perl_clean:



[arch-commits] Commit in perl-libapreq2/repos (6 files)

2014-06-08 Thread Anatol Pomozov
Date: Sunday, June 8, 2014 @ 18:40:00
  Author: anatolik
Revision: 112822

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-libapreq2/repos/community-i686/PKGBUILD
(from rev 112821, perl-libapreq2/trunk/PKGBUILD)
  perl-libapreq2/repos/community-i686/link-in-apr-shared-objects.patch
(from rev 112821, perl-libapreq2/trunk/link-in-apr-shared-objects.patch)
  perl-libapreq2/repos/community-x86_64/PKGBUILD
(from rev 112821, perl-libapreq2/trunk/PKGBUILD)
  perl-libapreq2/repos/community-x86_64/link-in-apr-shared-objects.patch
(from rev 112821, perl-libapreq2/trunk/link-in-apr-shared-objects.patch)
Deleted:
  perl-libapreq2/repos/community-i686/PKGBUILD
  perl-libapreq2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   31 ---
 community-i686/link-in-apr-shared-objects.patch   |   28 +++
 community-x86_64/PKGBUILD |   31 ---
 community-x86_64/link-in-apr-shared-objects.patch |   28 +++
 5 files changed, 134 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 16:38:43 UTC (rev 112821)
+++ community-i686/PKGBUILD 2014-06-08 16:40:00 UTC (rev 112822)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=perl-libapreq2
-pkgver=2.13
-pkgrel=6
-pkgdesc=A safe, standards-compliant, high-performance library used for 
parsing HTTP cookies, query-strings and POST data.
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/libapreq2;
-depends=('mod_perl' 'apr-util')
-makedepends=('perl-extutils-xsbuilder')
-license=(GPL)
-source=(http://search.cpan.org/CPAN/authors/id/I/IS/ISAAC/libapreq2-$pkgver.tar.gz)
-md5sums=('c11fb0861aa84dcc6cd0f0798b045eee')
-
-build() {
-  cd  $srcdir/libapreq2-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs
-  find . -type f -name Makefile -exec sed -i 's#-ldb-5.1#-ldb-5.2#' {} \;
-  sed -i 's#-ldb-5.1#-ldb-5.2#' apreq2-config
-  make
-}
-
-package(){
-  cd  $srcdir/libapreq2-$pkgver
-  make install DESTDIR=$pkgdir
-  sed -i s#$srcdir#/usr/src# $pkgdir/usr/bin/apreq2-config
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-libapreq2/repos/community-i686/PKGBUILD (from rev 112821, 
perl-libapreq2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 16:40:00 UTC (rev 112822)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=perl-libapreq2
+pkgver=2.13
+pkgrel=7
+pkgdesc=A safe, standards-compliant, high-performance library used for 
parsing HTTP cookies, query-strings and POST data.
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/libapreq2;
+options=('!emptydirs')
+depends=('mod_perl' 'apr-util')
+makedepends=('perl-extutils-xsbuilder')
+license=(GPL)
+source=(http://search.cpan.org/CPAN/authors/id/I/IS/ISAAC/libapreq2-$pkgver.tar.gz
+link-in-apr-shared-objects.patch)
+md5sums=('c11fb0861aa84dcc6cd0f0798b045eee'
+ '4cee6d940e95aeb47dd503b8e8a1c7dd')
+
+prepare() {
+  cd $srcdir/libapreq2-$pkgver
+  patch -p1  ../link-in-apr-shared-objects.patch
+}
+
+build() {
+  cd  $srcdir/libapreq2-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL --with-apache2-apxs=/usr/bin/apxs 
--with-mm-opts=INSTALLDIRS=vendor
+  find . -type f -name Makefile -exec sed -i 's#-ldb-5.1#-ldb-5.2#' {} \;
+  sed -i 's#-ldb-5.1#-ldb-5.2#' apreq2-config
+  make LD_RUN_PATH=/usr/lib  # build sets RPATH to non-sanitized path, force 
correct rpath
+}
+
+package(){
+  cd  $srcdir/libapreq2-$pkgver
+  make install DESTDIR=$pkgdir
+  sed -i s#$srcdir#/usr/src# $pkgdir/usr/bin/apreq2-config
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-libapreq2/repos/community-i686/link-in-apr-shared-objects.patch 
(from rev 112821, perl-libapreq2/trunk/link-in-apr-shared-objects.patch)
===
--- community-i686/link-in-apr-shared-objects.patch 
(rev 0)
+++ community-i686/link-in-apr-shared-objects.patch 2014-06-08 16:40:00 UTC 
(rev 112822)
@@ -0,0 +1,28 @@
+Don't try to regenerate Makefiles at installation time, as this will forget
+to link against the internal copy of libapreq2-dev, which will cause problems
+when trying to load the module outside Apache.
+
+Index: libapreq2-2.12/glue/Makefile.am
+===
+--- libapreq2-2.12.orig/glue/Makefile.am
 

[arch-commits] Commit in ibus-table/trunk (PKGBUILD)

2014-06-08 Thread Felix Yan
Date: Sunday, June 8, 2014 @ 19:15:28
  Author: fyan
Revision: 112823

upgpkg: ibus-table 1.8.2-1

Modified:
  ibus-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 16:40:00 UTC (rev 112822)
+++ PKGBUILD2014-06-08 17:15:28 UTC (rev 112823)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-table
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
 arch=('any')



[arch-commits] Commit in ibus-table/repos/community-any (4 files)

2014-06-08 Thread Felix Yan
Date: Sunday, June 8, 2014 @ 19:16:08
  Author: fyan
Revision: 112824

archrelease: copy trunk to community-any

Added:
  ibus-table/repos/community-any/PKGBUILD
(from rev 112823, ibus-table/trunk/PKGBUILD)
  ibus-table/repos/community-any/sgml_fix.patch
(from rev 112823, ibus-table/trunk/sgml_fix.patch)
Deleted:
  ibus-table/repos/community-any/PKGBUILD
  ibus-table/repos/community-any/sgml_fix.patch

+
 PKGBUILD   |   84 +++
 sgml_fix.patch |   48 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-08 17:15:28 UTC (rev 112823)
+++ PKGBUILD2014-06-08 17:16:08 UTC (rev 112824)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: coderoar coder...@gmail.com
-# Contributor: leemars leem...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-table
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
-arch=('any')
-url=http://code.google.com/p/ibus/;
-license=('LGPL')
-makedepends=('git' 'docbook2x' 'docbook-sgml')
-depends=('python-pyenchant' 'ibus' 'aspell-en')
-source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
-sgml_fix.patch)
-sha512sums=('SKIP'
-
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -p1 -i ../sgml_fix.patch
-}
-
-build() {
-  cd $pkgname
-
-  PYTHON=/usr/bin/python3 ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus
-
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-}
-

Copied: ibus-table/repos/community-any/PKGBUILD (from rev 112823, 
ibus-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-08 17:16:08 UTC (rev 112824)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: coderoar coder...@gmail.com
+# Contributor: leemars leem...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-table
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, 
WuBi, ErBi, CangJie and so on'
+arch=('any')
+url=http://code.google.com/p/ibus/;
+license=('LGPL')
+makedepends=('git' 'docbook2x' 'docbook-sgml')
+depends=('python-pyenchant' 'ibus' 'aspell-en')
+source=(git+https://github.com/kaio/ibus-table.git#tag=$pkgver;
+sgml_fix.patch)
+sha512sums=('SKIP'
+
'930cd45e9687295159c44d5d4133e99a2259fb8f2ed51675b55b18ca59acb410144689a2d51b052b7bbcbe061f8135ebd511898658d1c71e7004303df969c880')
+
+prepare() {
+  cd ${pkgname}
+
+  patch -p1 -i ../sgml_fix.patch
+}
+
+build() {
+  cd $pkgname
+
+  PYTHON=/usr/bin/python3 ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus
+
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: sgml_fix.patch
===
--- sgml_fix.patch  2014-06-08 17:15:28 UTC (rev 112823)
+++ sgml_fix.patch  2014-06-08 17:16:08 UTC (rev 112824)
@@ -1,24 +0,0 @@
-diff --git a/engine/Makefile.am b/engine/Makefile.am
-index 1334876..1836439 100644
 a/engine/Makefile.am
-+++ b/engine/Makefile.am
-@@ -21,6 +21,7 @@
- 
- DOC2MAN = docbook2man
- SGML = ibus-table-createdb.sgml
-+XML = ibus-table-createdb.xml
- BUILT_MANS = ibus-table-createdb.1
- man_MANS = $(BUILT_MANS)
- 
-@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
- 
- ${man_MANS}: ${SGML}
-   $(AM_V_GEN) $(RM) $@; \
--  $(DOC2MAN) ${SGML}; \
--  $(RM) manpage.*
-+  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
-+  $(DOC2MAN) ${XML}; \
-+  $(RM) manpage.* ${XML}
- 
- table.xml: table.xml.in
-   ( \

Copied: ibus-table/repos/community-any/sgml_fix.patch (from rev 112823, 
ibus-table/trunk/sgml_fix.patch)
===
--- sgml_fix.patch  (rev 0)
+++ sgml_fix.patch  2014-06-08 17:16:08 UTC (rev 112824)
@@ -0,0 +1,24 @@
+diff --git a/engine/Makefile.am b/engine/Makefile.am
+index 1334876..1836439 100644
+--- a/engine/Makefile.am
 b/engine/Makefile.am
+@@ -21,6 +21,7 @@
+ 
+ DOC2MAN = docbook2man
+ SGML = ibus-table-createdb.sgml
++XML = ibus-table-createdb.xml
+ BUILT_MANS = ibus-table-createdb.1
+ man_MANS = $(BUILT_MANS)
+ 
+@@ -65,8 +66,9 @@ MAINTAINERCLEANFILES = \
+ 
+ ${man_MANS}: ${SGML}
+   $(AM_V_GEN) $(RM) $@; \
+-  $(DOC2MAN) ${SGML}; \
+-  $(RM) manpage.*
++  SGML_CATALOG_FILES=/etc/sgml/catalog sgml2xml -xlower -xid ${SGML}  
${XML}; \
++  

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

2014-06-08 Thread Dave Reisner
Date: Sunday, June 8, 2014 @ 19:46:21
  Author: dreisner
Revision: 214384

upgpkg: systemd 213-7

- add timesyncd.conf and resolved.conf to backup (FS#40741)
- remove systemd-networkd-wait-online symlink in /etc (FS#40755-ish)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 13:24:42 UTC (rev 214383)
+++ PKGBUILD2014-06-08 17:46:21 UTC (rev 214384)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -81,6 +81,8 @@
   etc/systemd/journald.conf
   etc/systemd/logind.conf
   etc/systemd/system.conf
+  etc/systemd/timesyncd.conf
+  etc/systemd/resolved.conf
   etc/systemd/user.conf
   etc/udev/udev.conf)
   install=systemd.install
@@ -87,12 +89,14 @@
 
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
-  # don't write units to /etc by default -- we'll enable the getty on
-  # post_install as a sane default.
-  rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service
-  rm 
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
-  rm 
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-resolved.service
-  rmdir $pkgdir/etc/systemd/system/getty.target.wants
+  # don't write units to /etc by default. some of these will be re-enabled on
+  # post_install.
+  rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service \
+  
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service \
+  
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-resolved.service \
+  
$pkgdir/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
+  rmdir $pkgdir/etc/systemd/system/getty.target.wants \
+  $pkgdir/etc/systemd/system/network-online.target.wants
 
   # get rid of RPM macros
   rm -r $pkgdir/usr/lib/rpm



[arch-commits] Commit in systemd/repos (26 files)

2014-06-08 Thread Dave Reisner
Date: Sunday, June 8, 2014 @ 20:21:33
  Author: dreisner
Revision: 214385

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/0001-fsck-disable-l-option-for-now.patch
(from rev 214384, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-i686/0001-networkd-link-intialize-mac-address.patch
(from rev 214384, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214384, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 214384, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 214384, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 214384, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 214384, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 214384, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-fsck-disable-l-option-for-now.patch
(from rev 214384, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-x86_64/0001-networkd-link-intialize-mac-address.patch
(from rev 214384, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214384, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 214384, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 214384, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 214384, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 214384, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 214384, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-fsck-disable-l-option-for-now.patch
  systemd/repos/testing-x86_64/0001-networkd-link-intialize-mac-address.patch
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

+
 /0001-fsck-disable-l-option-for-now.patch  
|   58 +++
 /0001-networkd-link-intialize-mac-address.patch
|   33 +
 /0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   26 +
 /PKGBUILD  
|  168 ++
 /initcpio-hook-udev
|   22 +
 /initcpio-install-systemd  
|  160 +
 /initcpio-install-udev 
|   29 +
 /systemd.install   
|  159 +
 testing-i686/0001-fsck-disable-l-option-for-now.patch  
|   58 +++
 testing-i686/0001-networkd-link-intialize-mac-address.patch
|   33 +
 testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   26 +
 testing-i686/PKGBUILD  
|  168 ++
 testing-i686/initcpio-hook-udev
|   22 +
 testing-i686/initcpio-install-systemd  
|  160 +
 testing-i686/initcpio-install-udev 
|   29 +
 testing-i686/systemd.install   
|  159 +
 testing-x86_64/0001-fsck-disable-l-option-for-now.patch
|   58 ---
 testing-x86_64/0001-networkd-link-intialize-mac-address.patch  
|   33 -
 testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch 
|   26 -
 testing-x86_64/PKGBUILD
|  164 -
 testing-x86_64/initcpio-hook-udev  
|   22 -
 testing-x86_64/initcpio-install-systemd
|  160 -
 testing-x86_64/initcpio-install-udev   
|   29 -
 

[arch-commits] Commit in linux/repos (68 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 20:50:35
  Author: tpowa
Revision: 214386

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214385, 
linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214385, 
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/core-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214385, 
linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/core-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 214385, 
linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/core-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214385, 
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/core-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214385, 
linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/core-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214385, 
linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/core-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 214385, 
linux/repos/testing-i686/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/core-i686/0012-fix-saa7134.patch
(from rev 214385, linux/repos/testing-i686/0012-fix-saa7134.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 214385, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 214385, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 214385, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 214385, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 214385, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 214385, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214385, 
linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/core-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214385, 
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/core-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214385, 
linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/core-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 214385, 
linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/core-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214385, 
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/core-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214385, 
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/core-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214385, 
linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/core-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 214385, 
linux/repos/testing-x86_64/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/core-x86_64/0012-fix-saa7134.patch
(from rev 214385, linux/repos/testing-x86_64/0012-fix-saa7134.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 214385, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 214385, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 214385, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 214385, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 214385, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 214385, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux/repos/core-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/repos/core-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  
linux/repos/core-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  linux/repos/core-i686/0006-genksyms-fix-typeof-handling.patch
  
linux/repos/core-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  

[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 21:22:49
  Author: tpowa
Revision: 214388

start 3.15 cycle

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |   35 +--
 config|  248 
 config.x86_64 |  238 +
 3 files changed, 316 insertions(+), 205 deletions(-)

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


[arch-commits] Commit in linux/trunk (PKGBUILD config)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 21:44:39
  Author: tpowa
Revision: 214389

fix config for i686 3.15

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 19:22:49 UTC (rev 214388)
+++ PKGBUILD2014-06-08 19:44:39 UTC (rev 214389)
@@ -22,7 +22,7 @@
 '0012-fix-saa7134.patch'
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'3d3833b51196d3ea35225ddeec5ba4e3fb82f0f308854ca11247d449d8ac732e'
+'f6e8770188314d953c42dc929f4a6d91ce3a18375d49d673969aaf5c3eb2924a'
 '1cfedc1c777ef0d3543abeb58fbee2284b8b5738754bd0ba747a2a2c75efe0f6'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'

Modified: config
===
--- config  2014-06-08 19:22:49 UTC (rev 214388)
+++ config  2014-06-08 19:44:39 UTC (rev 214389)
@@ -538,6 +538,7 @@
 # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
 CONFIG_ACPI=y
 CONFIG_ACPI_SLEEP=y
+# CONFIG_ACPI_PROCFS_POWER is not set
 CONFIG_ACPI_EC_DEBUGFS=m
 CONFIG_ACPI_AC=m
 CONFIG_ACPI_BATTERY=m
@@ -1976,7 +1977,6 @@
 #
 CONFIG_SATA_AHCI=m
 CONFIG_SATA_AHCI_PLATFORM=m
-CONFIG_AHCI_IMX=m
 CONFIG_SATA_INIC162X=m
 CONFIG_SATA_ACARD_AHCI=m
 CONFIG_SATA_SIL24=m
@@ -2275,6 +2275,7 @@
 # CONFIG_CS89x0_PLATFORM is not set
 CONFIG_NET_VENDOR_CISCO=y
 CONFIG_ENIC=m
+CONFIG_CX_ECAT=m
 CONFIG_DNET=m
 CONFIG_NET_VENDOR_DEC=y
 CONFIG_NET_TULIP=y
@@ -3614,6 +3615,7 @@
 CONFIG_SENSORS_LM95245=m
 CONFIG_SENSORS_PC87360=m
 CONFIG_SENSORS_PC87427=m
+CONFIG_SENSORS_NTC_THERMISTOR=m
 CONFIG_SENSORS_NCT6775=m
 CONFIG_SENSORS_PCF8591=m
 CONFIG_PMBUS=m
@@ -5939,7 +5941,6 @@
 # PHY Subsystem
 #
 CONFIG_GENERIC_PHY=y
-CONFIG_OMAP_CONTROL_PHY=m
 CONFIG_BCM_KONA_USB2_PHY=m
 CONFIG_PHY_SAMSUNG_USB2=m
 CONFIG_POWERCAP=y



[arch-commits] Commit in (5 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:26:39
  Author: aginiewicz
Revision: 112826

Moving python-openpyxl from AUR

Added:
  python-openpyxl/
  python-openpyxl/repos/
  python-openpyxl/trunk/
  python-openpyxl/trunk/LICENSE
  python-openpyxl/trunk/PKGBUILD

--+
 LICENSE  |   35 +++
 PKGBUILD |   52 
 2 files changed, 87 insertions(+)

Added: python-openpyxl/trunk/LICENSE
===
--- python-openpyxl/trunk/LICENSE   (rev 0)
+++ python-openpyxl/trunk/LICENSE   2014-06-08 20:26:39 UTC (rev 112826)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more 
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Added: python-openpyxl/trunk/PKGBUILD
===
--- python-openpyxl/trunk/PKGBUILD  (rev 0)
+++ python-openpyxl/trunk/PKGBUILD  2014-06-08 20:26:39 UTC (rev 112826)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Martin Corley martin.cor...@ed.ac.uk
+# Contributor: Nishit Joseph (reachjlight at gmail dot com)
+
+pkgbase=python-openpyxl
+pkgname=('python2-openpyxl' 'python-openpyxl')
+pkgver=2.0.3
+pkgrel=0
+pkgdesc=A Python library to read/write Excel 2007 xlsx/xlsm files
+arch=('any')
+url=http://openpyxl.readthedocs.org;
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz;
+LICENSE)
+md5sums=('9f04048f3fbeb857134341b9860cca40'
+ 'd5feddd06c61a04aea40b7aa1707e625')
+
+build() {
+  cd $srcdir
+  cp -a openpyxl-${pkgver} openpyxl-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/openpyxl-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/openpyxl-${pkgver}
+  python setup.py build
+}
+
+package_python2-openpyxl() {
+  optdepends=('python2-pillow: needed for including images')
+
+  cd $srcdir/openpyxl-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-openpyxl() {
+  optdepends=('python-pillow: needed for including images')
+
+  cd $srcdir/openpyxl-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+


Property changes on: python-openpyxl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-openpyxl/repos (3 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:28:08
  Author: aginiewicz
Revision: 112828

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/
  python-openpyxl/repos/community-any/LICENSE
(from rev 112827, python-openpyxl/trunk/LICENSE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 112827, python-openpyxl/trunk/PKGBUILD)

--+
 LICENSE  |   35 +++
 PKGBUILD |   52 
 2 files changed, 87 insertions(+)

Copied: python-openpyxl/repos/community-any/LICENSE (from rev 112827, 
python-openpyxl/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2014-06-08 20:28:08 UTC (rev 112828)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more 
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Copied: python-openpyxl/repos/community-any/PKGBUILD (from rev 112827, 
python-openpyxl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-08 20:28:08 UTC (rev 112828)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Martin Corley martin.cor...@ed.ac.uk
+# Contributor: Nishit Joseph (reachjlight at gmail dot com)
+
+pkgbase=python-openpyxl
+pkgname=('python2-openpyxl' 'python-openpyxl')
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A Python library to read/write Excel 2007 xlsx/xlsm files
+arch=('any')
+url=http://openpyxl.readthedocs.org;
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz;
+LICENSE)
+md5sums=('9f04048f3fbeb857134341b9860cca40'
+ 'd5feddd06c61a04aea40b7aa1707e625')
+
+build() {
+  cd $srcdir
+  cp -a openpyxl-${pkgver} openpyxl-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/openpyxl-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/openpyxl-${pkgver}
+  python setup.py build
+}
+
+package_python2-openpyxl() {
+  optdepends=('python2-pillow: needed for including images')
+
+  cd $srcdir/openpyxl-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-openpyxl() {
+  optdepends=('python-pillow: needed for including images')
+
+  cd $srcdir/openpyxl-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



[arch-commits] Commit in python-openpyxl/trunk (PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:27:55
  Author: aginiewicz
Revision: 112827

upgpkg: python-openpyxl 2.0.3-1

Release python-openpyxl

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:26:39 UTC (rev 112826)
+++ PKGBUILD2014-06-08 20:27:55 UTC (rev 112827)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.0.3
-pkgrel=0
+pkgrel=1
 pkgdesc=A Python library to read/write Excel 2007 xlsx/xlsm files
 arch=('any')
 url=http://openpyxl.readthedocs.org;



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

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 22:30:51
  Author: tpowa
Revision: 214391

upgpkg: nvidia 337.25-2

bump to 3.15 series

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:30:39 UTC (rev 214390)
+++ PKGBUILD2014-06-08 20:30:51 UTC (rev 214391)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia
 pkgver=337.25
-_extramodules=extramodules-3.14-ARCH
-pkgrel=1
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.14' 'linux3.15' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
+depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install



[arch-commits] Commit in nvidia/repos (8 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 22:31:11
  Author: tpowa
Revision: 214392

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 214391, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-3.14.patch
(from rev 214391, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 214391, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 214391, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-3.14.patch
(from rev 214391, nvidia/trunk/nvidia-3.14.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 214391, nvidia/trunk/nvidia.install)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/nvidia-3.14.patch   |   12 +
 testing-i686/nvidia.install  |   18 +
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/nvidia-3.14.patch |   12 +
 testing-x86_64/nvidia.install|   18 +
 6 files changed, 158 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 214391, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-08 20:31:11 UTC (rev 214392)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=337.25
+_extramodules=extramodules-3.15-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('2a217632ced8952e21000a51065f85b8'
+ '66e19d6d621c9e70fbd5374dd8b44341')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+}

Copied: nvidia/repos/testing-i686/nvidia-3.14.patch (from rev 214391, 
nvidia/trunk/nvidia-3.14.patch)
===
--- testing-i686/nvidia-3.14.patch  (rev 0)
+++ testing-i686/nvidia-3.14.patch  2014-06-08 20:31:11 UTC (rev 214392)
@@ -0,0 +1,12 @@
+--- a/kernel/nv-linux.h 2014-01-09 04:49:25.0 +0200
 b/kernel/nv-linux.h 2014-02-05 16:46:55.552408568 +0200
+@@ -273,8 +273,7 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)  defined(CONFIG_ACPI)
+-#include acpi/acpi.h
+-#include acpi/acpi_drivers.h
++#include linux/acpi.h
+ #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID)
+ #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1
+ #endif

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 214391, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-06-08 20:31:11 UTC (rev 214392)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 214391, 
nvidia/trunk/PKGBUILD)

[arch-commits] Commit in linux/repos (32 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 22:30:39
  Author: tpowa
Revision: 214390

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214389, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214389, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214389, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 214389, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214389, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  linux/repos/testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214389, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214389, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/testing-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 214389, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-i686/0012-fix-saa7134.patch
(from rev 214389, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 214389, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 214389, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 214389, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 214389, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 214389, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 214389, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 214389, 
linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 214389, 
linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 214389, linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 214389, linux/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux/repos/testing-x86_64/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
(from rev 214389, 
linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch)
  
linux/repos/testing-x86_64/0008-futex-avoid-race-between-requeue-and-wake.patch
(from rev 214389, 
linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch)
  linux/repos/testing-x86_64/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
(from rev 214389, 
linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch)
  linux/repos/testing-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 214389, linux/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux/repos/testing-x86_64/0012-fix-saa7134.patch
(from rev 214389, linux/trunk/0012-fix-saa7134.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 214389, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 214389, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 214389, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 214389, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 214389, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 214389, linux/trunk/linux.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch  
|  110 
 testing-i686/0008-futex-avoid-race-between-requeue-and-wake.patch  
|   94 
 testing-i686/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch  
|  125 
 testing-i686/0011-kernfs-fix-removed-error-check.patch 
|   13 

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 22:34:00
  Author: tpowa
Revision: 214393

upgpkg: nvidia-304xx 304.121-4

bump to 3.15 series

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:31:11 UTC (rev 214392)
+++ PKGBUILD2014-06-08 20:34:00 UTC (rev 214393)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.121
-_extramodules=extramodules-3.14-ARCH
-pkgrel=3
+_extramodules=extramodules-3.15-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.14' 'linux3.15' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install



[arch-commits] Commit in nvidia-304xx/repos (6 files)

2014-06-08 Thread Tobias Powalowski
Date: Sunday, June 8, 2014 @ 22:34:16
  Author: tpowa
Revision: 214394

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 214393, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 214393, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 214393, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 214393, nvidia-304xx/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 214393, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-08 20:34:16 UTC (rev 214394)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.15-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 214393, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-06-08 20:34:16 UTC (rev 214394)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 214393, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-08 20:34:16 UTC (rev 214394)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.15-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+elif [ $CARCH = x86_64 ]; 

[arch-commits] Commit in python-openpyxl/repos/community-any (4 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:47:19
  Author: aginiewicz
Revision: 112830

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENSE
(from rev 112829, python-openpyxl/trunk/LICENSE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 112829, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENSE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENSE  |   70 
 PKGBUILD |  106 +++--
 2 files changed, 89 insertions(+), 87 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-08 20:47:06 UTC (rev 112829)
+++ LICENSE 2014-06-08 20:47:19 UTC (rev 112830)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more 
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENSE (from rev 112829, 
python-openpyxl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-08 20:47:19 UTC (rev 112830)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more 
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-08 20:47:06 UTC (rev 112829)
+++ PKGBUILD2014-06-08 20:47:19 UTC (rev 112830)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Martin Corley martin.cor...@ed.ac.uk
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-
-pkgbase=python-openpyxl

[arch-commits] Commit in python-openpyxl/trunk (PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:47:06
  Author: aginiewicz
Revision: 112829

upgpkg: python-openpyxl 2.0.3-2

fixed python dependencies

Modified:
  python-openpyxl/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:28:08 UTC (rev 112828)
+++ PKGBUILD2014-06-08 20:47:06 UTC (rev 112829)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A Python library to read/write Excel 2007 xlsx/xlsm files
 arch=('any')
 url=http://openpyxl.readthedocs.org;
@@ -31,6 +31,7 @@
 }
 
 package_python2-openpyxl() {
+  depends=('python2')
   optdepends=('python2-pillow: needed for including images')
 
   cd $srcdir/openpyxl-py2-${pkgver}
@@ -41,6 +42,7 @@
 }
 
 package_python-openpyxl() {
+  depends=('python')
   optdepends=('python-pillow: needed for including images')
 
   cd $srcdir/openpyxl-${pkgver}



[arch-commits] Commit in python-xlrd/trunk (PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:48:59
  Author: aginiewicz
Revision: 112832

upgpkg: python-xlrd 0.9.3-1

Release python-xlrd

Modified:
  python-xlrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:48:24 UTC (rev 112831)
+++ PKGBUILD2014-06-08 20:48:59 UTC (rev 112832)
@@ -8,7 +8,7 @@
 pkgbase=python-xlrd
 pkgname=('python2-xlrd' 'python-xlrd')
 pkgver=0.9.3
-pkgrel=0
+pkgrel=1
 pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
 arch=('any')
 url=http://www.python-excel.org/;



[arch-commits] Commit in (4 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:48:24
  Author: aginiewicz
Revision: 112831

moving python-xlrd from AUR

Added:
  python-xlrd/
  python-xlrd/repos/
  python-xlrd/trunk/
  python-xlrd/trunk/PKGBUILD

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Added: python-xlrd/trunk/PKGBUILD
===
--- python-xlrd/trunk/PKGBUILD  (rev 0)
+++ python-xlrd/trunk/PKGBUILD  2014-06-08 20:48:24 UTC (rev 112831)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Aaron DeVore aaron.dev...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+# Contributor: Piotr Beling q...@stud.ics.p.lodz.pl
+# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgbase=python-xlrd
+pkgname=('python2-xlrd' 'python-xlrd')
+pkgver=0.9.3
+pkgrel=0
+pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
+arch=('any')
+url=http://www.python-excel.org/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz;)
+md5sums=('6f3325132f246594988171bc72e1a385')
+
+build() {
+  cd $srcdir
+  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/xlrd-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/xlrd-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlrd() {
+  depends=('python2')
+
+  cd $srcdir/xlrd-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+  mv $pkgdir/usr/bin/runxlrd{,2}.py
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+
+package_python-xlrd() {
+  depends=('python')
+
+  cd $srcdir/xlrd-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+


Property changes on: python-xlrd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-xlrd/repos (community-any community-any/PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:49:11
  Author: aginiewicz
Revision: 112833

archrelease: copy trunk to community-any

Added:
  python-xlrd/repos/community-any/
  python-xlrd/repos/community-any/PKGBUILD
(from rev 112832, python-xlrd/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: python-xlrd/repos/community-any/PKGBUILD (from rev 112832, 
python-xlrd/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-08 20:49:11 UTC (rev 112833)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Aaron DeVore aaron.dev...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+# Contributor: Piotr Beling q...@stud.ics.p.lodz.pl
+# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgbase=python-xlrd
+pkgname=('python2-xlrd' 'python-xlrd')
+pkgver=0.9.3
+pkgrel=1
+pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
+arch=('any')
+url=http://www.python-excel.org/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz;)
+md5sums=('6f3325132f246594988171bc72e1a385')
+
+build() {
+  cd $srcdir
+  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/xlrd-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/xlrd-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlrd() {
+  depends=('python2')
+
+  cd $srcdir/xlrd-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+  mv $pkgdir/usr/bin/runxlrd{,2}.py
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+
+package_python-xlrd() {
+  depends=('python')
+
+  cd $srcdir/xlrd-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+



[arch-commits] Commit in (4 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:07:02
  Author: aginiewicz
Revision: 112834

moving python2-xlwt from community

Added:
  python2-xlwt/
  python2-xlwt/repos/
  python2-xlwt/trunk/
  python2-xlwt/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Added: python2-xlwt/trunk/PKGBUILD
===
--- python2-xlwt/trunk/PKGBUILD (rev 0)
+++ python2-xlwt/trunk/PKGBUILD 2014-06-08 21:07:02 UTC (rev 112834)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Aaron DeVore aaron.dev...@gmail.com
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgname=python2-xlwt
+pkgver=0.7.5
+pkgrel=0
+pkgdesc=Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files
+arch=('any')
+url=http://www.python-excel.org/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/x/xlwt/xlwt-${pkgver}.tar.gz;)
+md5sums=('59cb5efd55319465dfcd25e6a485f03c')
+
+build() {
+  cd $srcdir/xlwt-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/xlwt-$pkgver
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  find $pkgdir -name *.py -exec sed -i '1s/python[[:space:]]*$/python2/' 
{} \;
+  install -Dm644 licences.py $pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+


Property changes on: python2-xlwt/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python2-xlwt/trunk (PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:07:33
  Author: aginiewicz
Revision: 112835

upgpkg: python2-xlwt 0.7.5-1

Release python2-xlwt

Modified:
  python2-xlwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:07:02 UTC (rev 112834)
+++ PKGBUILD2014-06-08 21:07:33 UTC (rev 112835)
@@ -5,7 +5,7 @@
 
 pkgname=python2-xlwt
 pkgver=0.7.5
-pkgrel=0
+pkgrel=1
 pkgdesc=Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files
 arch=('any')
 url=http://www.python-excel.org/;



[arch-commits] Commit in python2-xlwt/repos (community-any community-any/PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:07:40
  Author: aginiewicz
Revision: 112836

archrelease: copy trunk to community-any

Added:
  python2-xlwt/repos/community-any/
  python2-xlwt/repos/community-any/PKGBUILD
(from rev 112835, python2-xlwt/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: python2-xlwt/repos/community-any/PKGBUILD (from rev 112835, 
python2-xlwt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-08 21:07:40 UTC (rev 112836)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Aaron DeVore aaron.dev...@gmail.com
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgname=python2-xlwt
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files
+arch=('any')
+url=http://www.python-excel.org/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/x/xlwt/xlwt-${pkgver}.tar.gz;)
+md5sums=('59cb5efd55319465dfcd25e6a485f03c')
+
+build() {
+  cd $srcdir/xlwt-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/xlwt-$pkgver
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  find $pkgdir -name *.py -exec sed -i '1s/python[[:space:]]*$/python2/' 
{} \;
+  install -Dm644 licences.py $pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+



[arch-commits] Commit in (4 files)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:22:38
  Author: aginiewicz
Revision: 112837

Moving python-patsy from AUR

Added:
  python-patsy/
  python-patsy/repos/
  python-patsy/trunk/
  python-patsy/trunk/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 55 insertions(+)

Added: python-patsy/trunk/PKGBUILD
===
--- python-patsy/trunk/PKGBUILD (rev 0)
+++ python-patsy/trunk/PKGBUILD 2014-06-08 21:22:38 UTC (rev 112837)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
+# Contributor: Nick Ward ward.nickja...@gmail.com
+# Contributor: Rich Lindsley rich at dranek dot com
+
+pkgbase=python-patsy
+pkgname=('python2-patsy' 'python-patsy')
+pkgver=0.2.1
+pkgrel=0
+pkgdesc=A Python package for describing statistical models and for building 
design matrices
+arch=('any')
+url=https://github.com/pydata/patsy;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/p/patsy/patsy-${pkgver}.tar.gz;)
+md5sums=('ea36c846d62231e41df684a827a5fd58')
+
+build() {
+  cd $srcdir
+  cp -a patsy-${pkgver} patsy-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/patsy-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/patsy-${pkgver}
+  python setup.py build
+}
+
+package_python2-patsy() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-patsy() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: python-patsy/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python-patsy/trunk (PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:23:26
  Author: aginiewicz
Revision: 112838

upgpkg: python-patsy 0.2.1-1

Release python-patsy

Modified:
  python-patsy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:22:38 UTC (rev 112837)
+++ PKGBUILD2014-06-08 21:23:26 UTC (rev 112838)
@@ -7,7 +7,7 @@
 pkgbase=python-patsy
 pkgname=('python2-patsy' 'python-patsy')
 pkgver=0.2.1
-pkgrel=0
+pkgrel=1
 pkgdesc=A Python package for describing statistical models and for building 
design matrices
 arch=('any')
 url=https://github.com/pydata/patsy;



[arch-commits] Commit in python-patsy/repos (community-any community-any/PKGBUILD)

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 23:23:39
  Author: aginiewicz
Revision: 112839

archrelease: copy trunk to community-any

Added:
  python-patsy/repos/community-any/
  python-patsy/repos/community-any/PKGBUILD
(from rev 112838, python-patsy/trunk/PKGBUILD)

--+
 PKGBUILD |   55 +++
 1 file changed, 55 insertions(+)

Copied: python-patsy/repos/community-any/PKGBUILD (from rev 112838, 
python-patsy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-08 21:23:39 UTC (rev 112839)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
+# Contributor: Nick Ward ward.nickja...@gmail.com
+# Contributor: Rich Lindsley rich at dranek dot com
+
+pkgbase=python-patsy
+pkgname=('python2-patsy' 'python-patsy')
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=A Python package for describing statistical models and for building 
design matrices
+arch=('any')
+url=https://github.com/pydata/patsy;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/p/patsy/patsy-${pkgver}.tar.gz;)
+md5sums=('ea36c846d62231e41df684a827a5fd58')
+
+build() {
+  cd $srcdir
+  cp -a patsy-${pkgver} patsy-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/patsy-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/patsy-${pkgver}
+  python setup.py build
+}
+
+package_python2-patsy() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-patsy() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



[arch-commits] Commit in acpi_call/repos (8 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:05
  Author: foutrelis
Revision: 112841

archrelease: copy trunk to community-i686, community-x86_64

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 112840, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 112840, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 112840, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 112840, acpi_call/trunk/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   80 +++
 /acpi_call.install |   28 
 community-i686/PKGBUILD|   40 -
 community-i686/acpi_call.install   |   14 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/acpi_call.install |   14 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:52:52 UTC (rev 112840)
+++ community-i686/PKGBUILD 2014-06-08 21:53:05 UTC (rev 112841)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=4
-_extramodules=extramodules-3.14-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url=http://github.com/mkottman/${pkgname};
-license=('GPL')
-depends=('linux=3.14' 'linux3.15')
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
-install=${pkgname}.install
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
-  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 ${pkgdir}/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 112840, 
acpi_call/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:53:05 UTC (rev 112841)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=5
+_extramodules=extramodules-3.14-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url=http://github.com/mkottman/${pkgname};
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=${pkgname}.install
+source=(${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname}  ${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 ${pkgdir}/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2014-06-08 21:52:52 UTC (rev 112840)
+++ community-i686/acpi_call.install2014-06-08 21:53:05 UTC (rev 112841)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.14-ARCH
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/acpi_call.install (from rev 112840, 
acpi_call/trunk/acpi_call.install)

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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:40
  Author: foutrelis
Revision: 112846

upgpkg: rt3562sta 2.4.1.1_r1-3

Linux 3.14.6 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:53:35 UTC (rev 112845)
+++ PKGBUILD2014-06-08 21:53:40 UTC (rev 112846)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=2
+pkgrel=3
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:23
  Author: foutrelis
Revision: 112844

upgpkg: r8168 8.038.00-4

Linux 3.14.6 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:53:21 UTC (rev 112843)
+++ PKGBUILD2014-06-08 21:53:23 UTC (rev 112844)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.038.00
-pkgrel=3
+pkgrel=4
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



[arch-commits] Commit in vhba-module/repos (12 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:29
  Author: foutrelis
Revision: 112851

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 112850, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 112850, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 112850, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 112850, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 112850, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 112850, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   80 +
 /vhba-module.install |   44 ++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   40 
 community-i686/vhba-module.install   |   22 -
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   40 
 community-x86_64/vhba-module.install |   22 -
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2014-06-08 21:54:16 UTC (rev 112850)
+++ community-i686/60-vhba.rules2014-06-08 21:54:29 UTC (rev 112851)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 112850, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-06-08 21:54:29 UTC (rev 112851)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:54:16 UTC (rev 112850)
+++ community-i686/PKGBUILD 2014-06-08 21:54:29 UTC (rev 112851)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.14-ARCH
-pkgrel=26
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.14' 'linux3.15')
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 112850, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:54:29 UTC (rev 112851)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.14-ARCH
+pkgrel=27
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('660df41d08b1fd86baad1f16a0264438'
+ 

[arch-commits] Commit in virtualbox-modules/repos (16 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:55
  Author: foutrelis
Revision: 112853

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 112852, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 112852, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 112852, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 112852, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 112852, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 112852, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 112852, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 112852, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:54:32 UTC (rev 112852)
+++ community-i686/PKGBUILD 2014-06-08 21:54:55 UTC (rev 112853)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.12
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.14' 'linux3.15'
- 'linux-headers=3.14' 'linux-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.14' 'linux3.15')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.14' 'linux3.15')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-# vim:set 

[arch-commits] Commit in tp_smapi/repos (8 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:13
  Author: foutrelis
Revision: 112849

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 112848, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 112848, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 112848, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 112848, tp_smapi/trunk/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  118 
 /tp_smapi.install |   26 +++
 community-i686/PKGBUILD   |   59 --
 community-i686/tp_smapi.install   |   13 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/tp_smapi.install |   13 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:54:01 UTC (rev 112848)
+++ community-i686/PKGBUILD 2014-06-08 21:54:13 UTC (rev 112849)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=46
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.14' 'linux3.15')
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 112848, 
tp_smapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:54:13 UTC (rev 112849)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=47
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  

[arch-commits] Commit in virtualbox-modules/trunk (PKGBUILD)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:32
  Author: foutrelis
Revision: 112852

upgpkg: virtualbox-modules 4.3.12-3

Linux 3.14.6 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:54:29 UTC (rev 112851)
+++ PKGBUILD2014-06-08 21:54:32 UTC (rev 112852)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.12
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in rt3562sta/repos (8 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:51
  Author: foutrelis
Revision: 112847

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 112846, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 112846, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 112846, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 112846, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:53:40 UTC (rev 112846)
+++ community-i686/PKGBUILD 2014-06-08 21:53:51 UTC (rev 112847)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=2
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 112846, 
rt3562sta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:53:51 UTC (rev 112847)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=3
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd 

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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:52:52
  Author: foutrelis
Revision: 112840

upgpkg: acpi_call 1.1.0-5

Linux 3.14.6 rebuild.

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:23:39 UTC (rev 112839)
+++ PKGBUILD2014-06-08 21:52:52 UTC (rev 112840)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 _extramodules=extramodules-3.14-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')



[arch-commits] Commit in vhba-module/trunk (PKGBUILD)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:16
  Author: foutrelis
Revision: 112850

upgpkg: vhba-module 20130607-27

Linux 3.14.6 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:54:13 UTC (rev 112849)
+++ PKGBUILD2014-06-08 21:54:16 UTC (rev 112850)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20130607
 _extramodules=extramodules-3.14-ARCH
-pkgrel=26
+pkgrel=27
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:54:01
  Author: foutrelis
Revision: 112848

upgpkg: tp_smapi 0.41-47

Linux 3.14.6 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:53:51 UTC (rev 112847)
+++ PKGBUILD2014-06-08 21:54:01 UTC (rev 112848)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=46
+pkgrel=47
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:09
  Author: foutrelis
Revision: 112842

upgpkg: bbswitch 0.8-9

Linux 3.14.6 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 21:53:05 UTC (rev 112841)
+++ PKGBUILD2014-06-08 21:53:09 UTC (rev 112842)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
-pkgrel=8
+pkgrel=9
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



[arch-commits] Commit in bbswitch/repos (8 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:21
  Author: foutrelis
Revision: 112843

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 112842, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 112842, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 112842, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 112842, bbswitch/trunk/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:53:09 UTC (rev 112842)
+++ community-i686/PKGBUILD 2014-06-08 21:53:21 UTC (rev 112843)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
-pkgrel=8
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.14' 'linux3.15')
-makedepends=('linux-headers=3.14' 'linux-headers3.15')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 112842, 
bbswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:53:21 UTC (rev 112843)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
+pkgrel=9
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.14' 'linux3.15')
+makedepends=('linux-headers=3.14' 'linux-headers3.15')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2014-06-08 21:53:09 UTC (rev 112842)
+++ community-i686/bbswitch.install 2014-06-08 21:53:21 UTC (rev 112843)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.14-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 112842, 
bbswitch/trunk/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2014-06-08 21:53:21 UTC (rev 112843)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in r8168/repos (8 files)

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:35
  Author: foutrelis
Revision: 112845

archrelease: copy trunk to community-i686, community-x86_64

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 112844, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 112844, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 112844, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 112844, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:53:23 UTC (rev 112844)
+++ community-i686/PKGBUILD 2014-06-08 21:53:35 UTC (rev 112845)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=3
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 112844, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:53:35 UTC (rev 112845)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 

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

2014-06-08 Thread Eric Bélanger
Date: Monday, June 9, 2014 @ 02:20:39
  Author: eric
Revision: 214395

upgpkg: xscreensaver 5.29-1

Upstream update

Modified:
  xscreensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:34:16 UTC (rev 214394)
+++ PKGBUILD2014-06-09 00:20:39 UTC (rev 214395)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xscreensaver
-pkgver=5.28
+pkgver=5.29
 pkgrel=1
 pkgdesc=Screen saver and locker for the X Window System
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('293337889089f54023c3a221175392830254936c'
+sha1sums=('a27a10c6eed024c458e927ee0dc1e6cb306d3335'
   'e8dc57b6471fb3867ee099304ac6bf628351cb98'
   '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
 



[arch-commits] Commit in xscreensaver/repos (12 files)

2014-06-08 Thread Eric Bélanger
Date: Monday, June 9, 2014 @ 02:23:27
  Author: eric
Revision: 214396

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 214395, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 214395, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
(from rev 214395, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 214395, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 214395, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff
(from rev 214395, xscreensaver/trunk/xscreensaver-add-electricsheep.diff)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/xscreensaver-add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/xscreensaver-add-electricsheep.diff

--+
 /LICENSE |   20 +
 /PKGBUILD|   84 +
 /xscreensaver-add-electricsheep.diff |   20 +
 extra-i686/LICENSE   |   10 --
 extra-i686/PKGBUILD  |   42 --
 extra-i686/xscreensaver-add-electricsheep.diff   |   10 --
 extra-x86_64/LICENSE |   10 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/xscreensaver-add-electricsheep.diff |   10 --
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-06-09 00:20:39 UTC (rev 214395)
+++ extra-i686/LICENSE  2014-06-09 00:23:27 UTC (rev 214396)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
- *
- * 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.  No representations are made about the suitability of this
- * software for any purpose.  It is provided as is without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 214395, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2014-06-09 00:23:27 UTC (rev 214396)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski j...@jwz.org
+ *
+ * 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.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided as is without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-09 00:20:39 UTC (rev 214395)
+++ extra-i686/PKGBUILD 2014-06-09 00:23:27 UTC (rev 214396)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xscreensaver
-pkgver=5.28
-pkgrel=1
-pkgdesc=Screen saver and locker for the X Window System
-arch=('i686' 'x86_64')
-url=http://www.jwz.org/xscreensaver/;
-license=('BSD')
-depends=('libglade' 'libxmu' 'glu' 'xorg-appres' 'perl-libwww')
-makedepends=('bc' 'intltool' 'libxpm' 'gdm')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-xscreensaver-add-electricsheep.diff LICENSE)
-sha1sums=('293337889089f54023c3a221175392830254936c'
-  'e8dc57b6471fb3867ee099304ac6bf628351cb98'
-  '3eedb8b91b13c29df9b1fe5cbb027e1470b802d2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xscreensaver-add-electricsheep.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
---with-pam --with-login-manager --with-gtk --with-gl \
---without-gle --with-pixbuf --with-jpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d ${pkgdir}/etc/pam.d
-  make install_prefix=${pkgdir} install
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  

[arch-commits] Commit in python-mako/trunk (PKGBUILD)

2014-06-08 Thread Felix Yan
Date: Monday, June 9, 2014 @ 02:33:16
  Author: fyan
Revision: 214397

upgpkg: python-mako 1.0.0-1

- new upstream release
- mako-render is now in the python3 version, and mako-render2 is provided by 
python2-mako instead.

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 00:23:27 UTC (rev 214396)
+++ PKGBUILD2014-06-09 00:33:16 UTC (rev 214397)
@@ -1,24 +1,22 @@
 # $Id$
-# Maintainer : 
+# Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=0.9.1
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=Hyperfast and lightweight templating for the Python2 platform
 arch=('any')
 url=http://www.makotemplates.org/;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
-sha1sums=('aa01bafca5a835eb92a9048be92414fa83da102b'
+sha1sums=('580b3a8043833e3c3340d4b661a33f6ccc6a35d5'
   'SKIP')
 
 prepare() {
 cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
 }
 
 build() {
@@ -51,4 +49,6 @@
 cd python2-Mako-$pkgver
 python2 setup.py install --root=$pkgdir --optimize=1
 install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
 }



[arch-commits] Commit in python-mako/repos (testing-any testing-any/PKGBUILD)

2014-06-08 Thread Felix Yan
Date: Monday, June 9, 2014 @ 02:33:52
  Author: fyan
Revision: 214398

archrelease: copy trunk to testing-any

Added:
  python-mako/repos/testing-any/
  python-mako/repos/testing-any/PKGBUILD
(from rev 214397, python-mako/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: python-mako/repos/testing-any/PKGBUILD (from rev 214397, 
python-mako/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-09 00:33:52 UTC (rev 214398)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Hyperfast and lightweight templating for the Python2 platform
+arch=('any')
+url=http://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/M/Mako/Mako-$pkgver.tar.gz{,.asc})
+sha1sums=('580b3a8043833e3c3340d4b661a33f6ccc6a35d5'
+  'SKIP')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python-mako/COPYING
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root=$pkgdir --optimize=1
+install -D LICENSE $pkgdir/usr/share/licenses/python2-mako/COPYING
+
+mv $pkgdir/usr/bin/mako-render $pkgdir/usr/bin/mako-render2
+}



[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 02:37:34
  Author: svenstaro
Revision: 112854

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 112853, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 112853, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 112853, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 112853, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 112853, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  162 
 dwarffortress |   14 ++--
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   32 -
 4 files changed, 114 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-08 21:54:55 UTC (rev 112853)
+++ PKGBUILD2014-06-09 00:37:34 UTC (rev 112854)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.34.11
-_pkgver=34_11
-pkgrel=4
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-# WIP Thread: http://www.bay12forums.com/smf/index.php?topic=66142.0
-url=http://www.bay12games.com/dwarves/;
-install=$pkgname.install
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew)
-makedepends=(git)
-if [[ $CARCH == 'x86_64' ]]; then
-  depends=(gcc-multilib lib32-gtk2 lib32-glu lib32-sdl_image lib32-libsndfile 
lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-backup=('opt/df_linux/data/init/colors.txt'
-'opt/df_linux/data/init/init.txt'
-'opt/df_linux/data/init/d_init.txt'
-'opt/df_linux/data/init/interface.txt')
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-md5sums=('33e26a93e5914f7545fa1aaa53706eeb'
- 'SKIP'
- 'c19aacc31e8df354827db352fecfd200'
- 'c8984d1eea6e409ecf339d6ee9e91e42'
- 'b1d51f82400073af9bb179e34a9209d0')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  make
-}
-
-package() {
-  cd $srcdir/df_linux
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux/ $pkgdir/opt/
-
-  # Yay for precompiled stuff with junk permissions! :D
-  find $pkgdir/opt/df_linux -type d -exec chmod 755 {} +
-  find $pkgdir/opt/df_linux -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/dwarffortress
-
-  chmod 755 $pkgdir/opt/df_linux/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libs/libgraphics.so 
$pkgdir/opt/df_linux/libs/libgraphics.so
-  ln -s /usr/lib32/libpng.so $pkgdir/opt/df_linux/libs/libpng.so.3
-  rm $pkgdir/opt/df_linux/libs/{libgcc_s.so.1,libstdc++.so.6}
-
-  install -d -m775 -o root -g games $pkgdir/opt/df_linux/data/save
-
-  # This probably is overkill, but I don't know what specific files df needs 
permission for in here.
-  chmod 775 $pkgdir/opt/df_linux
-  chown root:games $pkgdir/opt/df_linux
-  chown -R root:games $pkgdir/opt/df_linux/data
-  find $pkgdir/opt/df_linux/data -type d -exec chmod 775 {} +
-  find $pkgdir/opt/df_linux/data -type f -exec chmod 664 {} +
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/dwarffortress.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/dwarffortress.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/dwarffortress/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 112853, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD   

[arch-commits] Commit in xfce4-timer-plugin/trunk (PKGBUILD)

2014-06-08 Thread Eric Bélanger
Date: Monday, June 9, 2014 @ 02:48:00
  Author: eric
Revision: 214399

upgpkg: xfce4-timer-plugin 1.6.0-1

Upstream update, Clean up PKGBUILD

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 00:33:52 UTC (rev 214398)
+++ PKGBUILD2014-06-09 00:48:00 UTC (rev 214399)
@@ -3,30 +3,29 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-timer-plugin
-pkgver=1.0.0
+pkgver=1.6.0
 pkgrel=1
-pkgdesc=plugin to track time for the Xfce4 panel
+pkgdesc=Plugin to track time for the Xfce4 panel
 arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
 license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
+groups=('xfce4-goodies')
 install=xfce4-timer-plugin.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/ \
-   --localstatedir=/var \
-   --disable-static
+   --localstatedir=/var
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-timer-plugin/repos (8 files)

2014-06-08 Thread Eric Bélanger
Date: Monday, June 9, 2014 @ 02:50:25
  Author: eric
Revision: 214400

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
(from rev 214399, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
(from rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 214399, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/extra-x86_64/xfce4-timer-plugin.install
(from rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
Deleted:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
  xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/extra-x86_64/xfce4-timer-plugin.install

-+
 /PKGBUILD   |   62 ++
 /xfce4-timer-plugin.install |   22 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/xfce4-timer-plugin.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/xfce4-timer-plugin.install |   11 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-timer-plugin
-pkgver=1.0.0
-pkgrel=1
-pkgdesc=plugin to track time for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/ \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-timer-plugin/repos/extra-i686/PKGBUILD (from rev 214399, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-09 00:50:25 UTC (rev 214400)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Plugin to track time for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfce4-timer-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/ \
+   --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-timer-plugin.install
===
--- extra-i686/xfce4-timer-plugin.install   2014-06-09 00:48:00 UTC (rev 
214399)
+++ extra-i686/xfce4-timer-plugin.install   2014-06-09 00:50:25 UTC (rev 
214400)
@@ -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: xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install (from 
rev 214399, xfce4-timer-plugin/trunk/xfce4-timer-plugin.install)
===
--- extra-i686/xfce4-timer-plugin.install   (rev 0)
+++ extra-i686/xfce4-timer-plugin.install   2014-06-09 00:50:25 UTC (rev 
214400)
@@ -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   2014-06-09 00:48:00 UTC (rev 214399)
+++ extra-x86_64/PKGBUILD   2014-06-09 00:50:25 UTC (rev 214400)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# 

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 02:52:50
  Author: svenstaro
Revision: 112855

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 112854, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 112854, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 112854, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 112854, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 112854, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  164 
 dwarffortress |   14 ++--
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   32 -
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-09 00:37:34 UTC (rev 112854)
+++ PKGBUILD2014-06-09 00:52:50 UTC (rev 112855)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.34.11
-_pkgver=34_11
-pkgrel=5
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-# WIP Thread: http://www.bay12forums.com/smf/index.php?topic=66142.0
-url=http://www.bay12games.com/dwarves/;
-install=$pkgname.install
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-backup=('opt/df_linux/data/init/colors.txt'
-'opt/df_linux/data/init/init.txt'
-'opt/df_linux/data/init/d_init.txt'
-'opt/df_linux/data/init/interface.txt')
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-md5sums=('33e26a93e5914f7545fa1aaa53706eeb'
- 'SKIP'
- 'c19aacc31e8df354827db352fecfd200'
- 'c8984d1eea6e409ecf339d6ee9e91e42'
- 'b1d51f82400073af9bb179e34a9209d0')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  cd $srcdir/df_linux
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux/ $pkgdir/opt/
-
-  # Yay for precompiled stuff with junk permissions! :D
-  find $pkgdir/opt/df_linux -type d -exec chmod 755 {} +
-  find $pkgdir/opt/df_linux -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/dwarffortress
-
-  chmod 755 $pkgdir/opt/df_linux/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/df_linux/libs/libgraphics.so
-  ln -s /usr/lib32/libpng.so $pkgdir/opt/df_linux/libs/libpng.so.3
-  rm $pkgdir/opt/df_linux/libs/{libgcc_s.so.1,libstdc++.so.6}
-
-  install -d -m775 -o root -g games $pkgdir/opt/df_linux/data/save
-
-  # This probably is overkill, but I don't know what specific files df needs 
permission for in here.
-  chmod 775 $pkgdir/opt/df_linux
-  chown root:games $pkgdir/opt/df_linux
-  chown -R root:games $pkgdir/opt/df_linux/data
-  find $pkgdir/opt/df_linux/data -type d -exec chmod 775 {} +
-  find $pkgdir/opt/df_linux/data -type f -exec chmod 664 {} +
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/dwarffortress.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/dwarffortress.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/dwarffortress/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 112854, 
dwarffortress/trunk/PKGBUILD)
===
--- 

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:08
  Author: svenstaro
Revision: 214401

upgpkg: kdelibs 4.13.2-1

upstream release 4.12.2

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 00:50:25 UTC (rev 214400)
+++ PKGBUILD2014-06-09 03:01:08 UTC (rev 214401)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.13.1
-pkgrel=3
+pkgver=4.13.2
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -16,13 +16,11 @@
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
-'fix-cifs-mount.patch')
-sha1sums=('1008effc37f316bf6e3a4d527c4257937fc572ec'
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('c540edeb7da23f5a8feacb4d775bce43f2060a96'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c'
-  '26bbebeaf3f882d84030fd9b39b7b4c9debbbeec')
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
 
 prepare() {
cd ${pkgname}-${pkgver}
@@ -32,8 +30,6 @@
patch -p1 -i ${srcdir}/archlinux-menu.patch
# qmake refers to Qt5
patch -p1 -i ${srcdir}/qt4.patch
-
-   patch -p1 -i ${srcdir}/fix-cifs-mount.patch
 }
 
 build() {



[arch-commits] Commit in baloo/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:49
  Author: svenstaro
Revision: 214410

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
(from rev 214409, baloo/trunk/PKGBUILD)
  baloo/repos/testing-i686/baloo.install
(from rev 214409, baloo/trunk/baloo.install)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 214409, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/baloo.install
(from rev 214409, baloo/trunk/baloo.install)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/baloo.install   |   11 +++
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/baloo.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 214409, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:01:49 UTC (rev 214410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/testing-i686/baloo.install (from rev 214409, 
baloo/trunk/baloo.install)
===
--- testing-i686/baloo.install  (rev 0)
+++ testing-i686/baloo.install  2014-06-09 03:01:49 UTC (rev 214410)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 214409, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:01:49 UTC (rev 214410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo/repos/testing-x86_64/baloo.install (from rev 214409, 
baloo/trunk/baloo.install)
===
--- testing-x86_64/baloo.install(rev 0)
+++ testing-x86_64/baloo.install2014-06-09 03:01:49 UTC (rev 214410)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in kdegraphics-mobipocket/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:25
  Author: svenstaro
Revision: 214403

upgpkg: kdegraphics-mobipocket 4.13.2-1

upstream release 4.12.2

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:01:20 UTC (rev 214402)
+++ PKGBUILD2014-06-09 03:01:25 UTC (rev 214403)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
@@ -15,7 +15,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1922cdd59dd9b7041eb813ca5e43145eec1bcf5b')
+sha1sums=('a2ab3110e8d7ea41b131c3b7a60619eee3128e9a')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:37
  Author: svenstaro
Revision: 214407

upgpkg: kdepimlibs 4.13.2-1

upstream release 4.12.2

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:01:35 UTC (rev 214406)
+++ PKGBUILD2014-06-09 03:01:37 UTC (rev 214407)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f96747d366e88c648a1b9cdb20d95fb8fd2d1db1')
+sha1sums=('232a5be567d041bfcca85c849fcea105de9cb952')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kfilemetadata/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:35
  Author: svenstaro
Revision: 214406

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kfilemetadata/repos/testing-i686/
  kfilemetadata/repos/testing-i686/PKGBUILD
(from rev 214405, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 214405, kfilemetadata/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 214405, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:01:35 UTC (rev 214406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 214405, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:01:35 UTC (rev 214406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in oxygen-icons/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:51
  Author: svenstaro
Revision: 214411

upgpkg: oxygen-icons 4.13.2-1

upstream release 4.12.2

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:01:49 UTC (rev 214410)
+++ PKGBUILD2014-06-09 03:01:51 UTC (rev 214411)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a46eb0783579c7e5b0aa17b8d79c84557beef005')
+sha1sums=('ec412ae32cb7cb2a0fbd24d8c5a72c1f2d45c97a')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdelibs/repos (14 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:20
  Author: svenstaro
Revision: 214402

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 214401, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 214401, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/fix-cifs-mount.patch
(from rev 214401, kdelibs/trunk/fix-cifs-mount.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 214401, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 214401, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-i686/qt4.patch
(from rev 214401, kdelibs/trunk/qt4.patch)
  kdelibs/repos/testing-x86_64/
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 214401, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 214401, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/fix-cifs-mount.patch
(from rev 214401, kdelibs/trunk/fix-cifs-mount.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 214401, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 214401, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/qt4.patch
(from rev 214401, kdelibs/trunk/qt4.patch)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/archlinux-menu.patch  |   22 +
 testing-i686/fix-cifs-mount.patch  |   49 ++
 testing-i686/kde-applications-menu.patch   |   22 +
 testing-i686/kdelibs.install   |   13 +
 testing-i686/qt4.patch |   11 
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/archlinux-menu.patch|   22 +
 testing-x86_64/fix-cifs-mount.patch|   49 ++
 testing-x86_64/kde-applications-menu.patch |   22 +
 testing-x86_64/kdelibs.install |   13 +
 testing-x86_64/qt4.patch   |   11 
 12 files changed, 354 insertions(+)

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 214401, 
kdelibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:01:20 UTC (rev 214402)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica' 'libxss' 'krb5' 'grantlee' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('c540edeb7da23f5a8feacb4d775bce43f2060a96'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ${srcdir}/qt4.patch
+}
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-i686/archlinux-menu.patch (from rev 214401, 
kdelibs/trunk/archlinux-menu.patch)

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:31
  Author: svenstaro
Revision: 214405

upgpkg: kfilemetadata 4.13.2-1

upstream release 4.12.2

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:01:29 UTC (rev 214404)
+++ PKGBUILD2014-06-09 03:01:31 UTC (rev 214405)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kfilemetadata
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('feaf72302ce9d112f876306465d1d3430ad912a0')
+sha1sums=('a91f70d5afa8d1f9fcf8b60cfb41e6cb5e94a4a0')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdegraphics-mobipocket/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:29
  Author: svenstaro
Revision: 214404

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegraphics-mobipocket/repos/testing-i686/
  kdegraphics-mobipocket/repos/testing-i686/PKGBUILD
(from rev 214403, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/testing-i686/kdegraphics-mobipocket.install
(from rev 214403, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/testing-x86_64/
  kdegraphics-mobipocket/repos/testing-x86_64/PKGBUILD
(from rev 214403, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/testing-x86_64/kdegraphics-mobipocket.install
(from rev 214403, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/kdegraphics-mobipocket.install   |   11 +++
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/kdegraphics-mobipocket.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdegraphics-mobipocket/repos/testing-i686/PKGBUILD (from rev 214403, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:01:29 UTC (rev 214404)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a2ab3110e8d7ea41b131c3b7a60619eee3128e9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-mobipocket/repos/testing-i686/kdegraphics-mobipocket.install (from 
rev 214403, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- testing-i686/kdegraphics-mobipocket.install (rev 0)
+++ testing-i686/kdegraphics-mobipocket.install 2014-06-09 03:01:29 UTC (rev 
214404)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdegraphics-mobipocket/repos/testing-x86_64/PKGBUILD (from rev 214403, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:01:29 UTC (rev 214404)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a2ab3110e8d7ea41b131c3b7a60619eee3128e9a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-mobipocket/repos/testing-x86_64/kdegraphics-mobipocket.install 
(from rev 214403, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- testing-x86_64/kdegraphics-mobipocket.install   
(rev 0)
+++ testing-x86_64/kdegraphics-mobipocket.install   2014-06-09 03:01:29 UTC 
(rev 214404)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:44
  Author: svenstaro
Revision: 214409

upgpkg: baloo 4.13.2-1

upstream release 4.12.2

Modified:
  baloo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:01:41 UTC (rev 214408)
+++ PKGBUILD2014-06-09 03:01:44 UTC (rev 214409)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9ba97e33ad91da722f361d8fd4eb65d88e73956c')
+sha1sums=('be2f6fdeb36b78e27652f13504a7d49aa6ddc2d4')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepimlibs/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:01:41
  Author: svenstaro
Revision: 214408

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdepimlibs/repos/testing-i686/
  kdepimlibs/repos/testing-i686/PKGBUILD
(from rev 214407, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-i686/kdepimlibs.install
(from rev 214407, kdepimlibs/trunk/kdepimlibs.install)
  kdepimlibs/repos/testing-x86_64/
  kdepimlibs/repos/testing-x86_64/PKGBUILD
(from rev 214407, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/testing-x86_64/kdepimlibs.install
(from rev 214407, kdepimlibs/trunk/kdepimlibs.install)

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/kdepimlibs.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/kdepimlibs.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 214407, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:01:41 UTC (rev 214408)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('232a5be567d041bfcca85c849fcea105de9cb952')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/testing-i686/kdepimlibs.install (from rev 214407, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- testing-i686/kdepimlibs.install (rev 0)
+++ testing-i686/kdepimlibs.install 2014-06-09 03:01:41 UTC (rev 214408)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-x86_64/PKGBUILD (from rev 214407, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:01:41 UTC (rev 214408)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('232a5be567d041bfcca85c849fcea105de9cb952')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/testing-x86_64/kdepimlibs.install (from rev 214407, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- testing-x86_64/kdepimlibs.install   (rev 0)
+++ testing-x86_64/kdepimlibs.install   2014-06-09 03:01:41 UTC (rev 214408)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:00
  Author: svenstaro
Revision: 214412

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 214411, oxygen-icons/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 214411, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-09 03:02:00 UTC (rev 214412)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ec412ae32cb7cb2a0fbd24d8c5a72c1f2d45c97a')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in kdepim-runtime/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:46
  Author: svenstaro
Revision: 214417

upgpkg: kdepim-runtime 4.13.2-1

upstream release 4.12.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:43 UTC (rev 214416)
+++ PKGBUILD2014-06-09 03:02:46 UTC (rev 214417)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e02447616460760232f03124be8b688cd8407196')
+sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebase-runtime/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:43
  Author: svenstaro
Revision: 214416

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebase-runtime/repos/testing-i686/
  kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 214415, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 214415, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/testing-x86_64/
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 214415, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 214415, kdebase-runtime/trunk/kdebase-runtime.install)

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/kdebase-runtime.install   |   13 +++
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/kdebase-runtime.install |   13 +++
 4 files changed, 130 insertions(+)

Copied: kdebase-runtime/repos/testing-i686/PKGBUILD (from rev 214415, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:02:43 UTC (rev 214416)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('3ee6b1d263b7c87a63951a0ebc4d77a93c92214a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+  # FS#36668
+  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
+  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/testing-i686/kdebase-runtime.install (from rev 
214415, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- testing-i686/kdebase-runtime.install(rev 0)
+++ testing-i686/kdebase-runtime.install2014-06-09 03:02:43 UTC (rev 
214416)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/testing-x86_64/PKGBUILD (from rev 214415, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:02:43 UTC (rev 214416)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)

[arch-commits] Commit in kdebase-runtime/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:38
  Author: svenstaro
Revision: 214415

upgpkg: kdebase-runtime 4.13.2-1

upstream release 4.12.2

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:36 UTC (rev 214414)
+++ PKGBUILD2014-06-09 03:02:38 UTC (rev 214415)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.13.1
-pkgrel=3
+pkgver=4.13.2
+pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -19,7 +19,7 @@
 'rarian: needed by KHelpCenter')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('57b0cd485ec9f7d70b535c136516dd0d3c345311')
+sha1sums=('3ee6b1d263b7c87a63951a0ebc4d77a93c92214a')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kactivities4/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:36
  Author: svenstaro
Revision: 214414

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kactivities4/repos/testing-i686/
  kactivities4/repos/testing-i686/PKGBUILD
(from rev 214413, kactivities4/trunk/PKGBUILD)
  kactivities4/repos/testing-x86_64/
  kactivities4/repos/testing-x86_64/PKGBUILD
(from rev 214413, kactivities4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: kactivities4/repos/testing-i686/PKGBUILD (from rev 214413, 
kactivities4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:02:36 UTC (rev 214414)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kactivities4
+pkgname=('kactivities4' 'libkactivities4')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package_kactivities4() {
+  pkgdesc='The KActivity Manager Daemon'
+  depends=('libkactivities4')
+  replaces=('kactivities')
+  conflicts=('kactivities')
+  provides=('kactivities')
+
+  cd build
+  install -Dm755 src/service/kactivitymanagerd \
+${pkgdir}/usr/bin/kactivitymanagerd
+}
+
+package_libkactivities4() {
+  pkgdesc='API for using and interacting with the Activity Manager'
+  depends=('kdelibs')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/kactivitymanagerd
+  rmdir ${pkgdir}/usr/bin
+}

Copied: kactivities4/repos/testing-x86_64/PKGBUILD (from rev 214413, 
kactivities4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:02:36 UTC (rev 214414)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kactivities4
+pkgname=('kactivities4' 'libkactivities4')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
+sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kactivities-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package_kactivities4() {
+  pkgdesc='The KActivity Manager Daemon'
+  depends=('libkactivities4')
+  replaces=('kactivities')
+  conflicts=('kactivities')
+  provides=('kactivities')
+
+  cd build
+  install -Dm755 src/service/kactivitymanagerd \
+${pkgdir}/usr/bin/kactivitymanagerd
+}
+
+package_libkactivities4() {
+  pkgdesc='API for using and interacting with the Activity Manager'
+  depends=('kdelibs')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/kactivitymanagerd
+  rmdir ${pkgdir}/usr/bin
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:32
  Author: svenstaro
Revision: 214413

upgpkg: kactivities4 4.13.2-1

upstream release 4.12.2

Modified:
  kactivities4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:00 UTC (rev 214412)
+++ PKGBUILD2014-06-09 03:02:32 UTC (rev 214413)
@@ -3,14 +3,14 @@
 
 pkgbase=kactivities4
 pkgname=('kactivities4' 'libkactivities4')
-pkgver=4.13.1
-pkgrel=3
+pkgver=4.13.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
 license=('GPL' 'FDL')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/kactivities-${pkgver}.tar.xz;)
-sha1sums=('bcece0a4fa92d34cb2bb83d208c914b8830d203d')
+sha1sums=('e717ac5c1a9087cbd18131cead47e1ab3feb778c')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdepim-runtime/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:50
  Author: svenstaro
Revision: 214418

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdepim-runtime/repos/testing-i686/
  kdepim-runtime/repos/testing-i686/PKGBUILD
(from rev 214417, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/testing-i686/kdepim-runtime.install
(from rev 214417, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/testing-x86_64/
  kdepim-runtime/repos/testing-x86_64/PKGBUILD
(from rev 214417, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install
(from rev 214417, kdepim-runtime/trunk/kdepim-runtime.install)

---+
 testing-i686/PKGBUILD |   34 
 testing-i686/kdepim-runtime.install   |   13 
 testing-x86_64/PKGBUILD   |   34 
 testing-x86_64/kdepim-runtime.install |   13 
 4 files changed, 94 insertions(+)

Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 214417, 
kdepim-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:02:50 UTC (rev 214418)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/testing-i686/kdepim-runtime.install (from rev 
214417, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- testing-i686/kdepim-runtime.install (rev 0)
+++ testing-i686/kdepim-runtime.install 2014-06-09 03:02:50 UTC (rev 214418)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 214417, 
kdepim-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:02:50 UTC (rev 214418)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install (from rev 
214417, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- testing-x86_64/kdepim-runtime.install   (rev 0)
+++ testing-x86_64/kdepim-runtime.install   2014-06-09 03:02:50 UTC (rev 
214418)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdebindings-smokeqt/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:59
  Author: svenstaro
Revision: 214421

upgpkg: kdebindings-smokeqt 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:57 UTC (rev 214420)
+++ PKGBUILD2014-06-09 03:02:59 UTC (rev 214421)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('7b3504927b83f6360b354f2cb47944df6f9189d3')
+sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-smokegen/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:57
  Author: svenstaro
Revision: 214420

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-smokegen/repos/testing-i686/
  kdebindings-smokegen/repos/testing-i686/PKGBUILD
(from rev 214419, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/testing-x86_64/
  kdebindings-smokegen/repos/testing-x86_64/PKGBUILD
(from rev 214419, kdebindings-smokegen/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-smokegen/repos/testing-i686/PKGBUILD (from rev 214419, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:02:57 UTC (rev 214420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokegen/repos/testing-x86_64/PKGBUILD (from rev 214419, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:02:57 UTC (rev 214420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-smokegen/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:02:52
  Author: svenstaro
Revision: 214419

upgpkg: kdebindings-smokegen 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:02:50 UTC (rev 214418)
+++ PKGBUILD2014-06-09 03:02:52 UTC (rev 214419)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('283f858a5e68329911de413ed3ffd127861ecc40')
+sha1sums=('83d8b39b15aa0692d17390e4bd84cf76f7b9f392')
 
 build() {
   cd ${srcdir}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:07
  Author: svenstaro
Revision: 214423

upgpkg: libkexiv2 4.13.2-1

upstream release 4.12.2

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:05 UTC (rev 214422)
+++ PKGBUILD2014-06-09 03:03:07 UTC (rev 214423)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('cc9e0a2f4947f48565732dbcaa0a024c4645bd9c')
+sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkexiv2/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:11
  Author: svenstaro
Revision: 214424

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkexiv2/repos/testing-i686/
  libkexiv2/repos/testing-i686/PKGBUILD
(from rev 214423, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/testing-x86_64/
  libkexiv2/repos/testing-x86_64/PKGBUILD
(from rev 214423, libkexiv2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libkexiv2/repos/testing-i686/PKGBUILD (from rev 214423, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:11 UTC (rev 214424)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkexiv2/repos/testing-x86_64/PKGBUILD (from rev 214423, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:03:11 UTC (rev 214424)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2ea95ac98d872083249f9bd4e6ee15bb4c4a7242')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-python/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:27
  Author: svenstaro
Revision: 214428

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-python/repos/testing-i686/
  kdebindings-python/repos/testing-i686/PKGBUILD
(from rev 214427, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-i686/sip-4.15.5.patch
(from rev 214427, kdebindings-python/trunk/sip-4.15.5.patch)
  kdebindings-python/repos/testing-x86_64/
  kdebindings-python/repos/testing-x86_64/PKGBUILD
(from rev 214427, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-x86_64/sip-4.15.5.patch
(from rev 214427, kdebindings-python/trunk/sip-4.15.5.patch)

-+
 testing-i686/PKGBUILD   |   99 ++
 testing-i686/sip-4.15.5.patch   |   12 
 testing-x86_64/PKGBUILD |   99 ++
 testing-x86_64/sip-4.15.5.patch |   12 
 4 files changed, 222 insertions(+)

Copied: kdebindings-python/repos/testing-i686/PKGBUILD (from rev 214427, 
kdebindings-python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:27 UTC (rev 214428)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.13.2
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
+'sip-4.15.5.patch')
+sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
+  'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
+
+prepare() {
+  mkdir build
+
+  cd pykde4-${pkgver}
+  patch -p1 -i ${srcdir}/sip-4.15.5.patch
+}
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.4 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Copied: kdebindings-python/repos/testing-i686/sip-4.15.5.patch (from rev 
214427, kdebindings-python/trunk/sip-4.15.5.patch)
===
--- testing-i686/sip-4.15.5.patch   (rev 0)
+++ testing-i686/sip-4.15.5.patch   2014-06-09 03:03:27 UTC (rev 214428)
@@ -0,0 +1,12 @@
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/

[arch-commits] Commit in kdesdk-kate/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:31
  Author: svenstaro
Revision: 214429

upgpkg: kdesdk-kate 4.13.2-1

upstream release 4.12.2

Modified:
  kdesdk-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:27 UTC (rev 214428)
+++ PKGBUILD2014-06-09 03:03:31 UTC (rev 214429)
@@ -5,7 +5,7 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -12,7 +12,7 @@
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
 source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('2eb2e2949e03d95913decaa6a583adb26e25da5b'
+sha1sums=('115ff695de42bb351ce968cdf2f161f53f53e712'
   '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
 
 prepare() {



[arch-commits] Commit in kdebindings-smokeqt/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:05
  Author: svenstaro
Revision: 214422

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-smokeqt/repos/testing-i686/
  kdebindings-smokeqt/repos/testing-i686/PKGBUILD
(from rev 214421, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/testing-x86_64/
  kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD
(from rev 214421, kdebindings-smokeqt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kdebindings-smokeqt/repos/testing-i686/PKGBUILD (from rev 214421, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:05 UTC (rev 214422)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD (from rev 214421, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:03:05 UTC (rev 214422)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('b3c091a3cd59b1b8ce86a15a7bc9cce3972a7ddb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdegraphics-okular/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:13
  Author: svenstaro
Revision: 214425

upgpkg: kdegraphics-okular 4.13.2-1

upstream release 4.12.2

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:11 UTC (rev 214424)
+++ PKGBUILD2014-06-09 03:03:13 UTC (rev 214425)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.13.1
-pkgrel=2
+pkgver=4.13.2
+pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
 url=http://kde.org/applications/graphics/okular/;
@@ -11,10 +11,11 @@
 groups=('kde' 'kdegraphics')
 depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
  'libkexiv2' 'poppler-qt4')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('18b75b3046ba5b27084ac842d005061f94b6ef7a')
+sha1sums=('693de9388ba1ca55bb91af4921a6aecb92f8c2fb')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:23
  Author: svenstaro
Revision: 214427

upgpkg: kdebindings-python 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:18 UTC (rev 214426)
+++ PKGBUILD2014-06-09 03:03:23 UTC (rev 214427)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
 'sip-4.15.5.patch')
-sha1sums=('0b8916942f3f01855f5246bb13345ceb8907b972'
+sha1sums=('d62f3d5f31c061a4e6454ee0aaf5ad329f8e8661'
   'bffd9f642ad10fb3a49c42e4b457b2b90665d641')
 
 prepare() {



[arch-commits] Commit in kdebindings-perlqt/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:53
  Author: svenstaro
Revision: 214433

upgpkg: kdebindings-perlqt 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-perlqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:51 UTC (rev 214432)
+++ PKGBUILD2014-06-09 03:03:53 UTC (rev 214433)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.13.1
-pkgrel=2
+pkgver=4.13.2
+pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('841928c3cbb3e262bf62e56129528bec26f42c2d')
+sha1sums=('c659f166314f7116e4feda62e4f74ba37695d15e')
 
 build() {
   mkdir build



[arch-commits] Commit in kdesdk-kate/repos (12 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:38
  Author: svenstaro
Revision: 214430

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdesdk-kate/repos/testing-i686/
  kdesdk-kate/repos/testing-i686/PKGBUILD
(from rev 214429, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/testing-i686/kdebase-katepart.install
(from rev 214429, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/testing-i686/kdebase-kwrite.install
(from rev 214429, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/testing-i686/kdesdk-kate.install
(from rev 214429, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 214429, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/testing-x86_64/
  kdesdk-kate/repos/testing-x86_64/PKGBUILD
(from rev 214429, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/testing-x86_64/kdebase-katepart.install
(from rev 214429, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/testing-x86_64/kdebase-kwrite.install
(from rev 214429, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/testing-x86_64/kdesdk-kate.install
(from rev 214429, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 214429, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   75 +++
 testing-i686/kdebase-katepart.install  |   11 +++
 testing-i686/kdebase-kwrite.install|   12 +++
 testing-i686/kdesdk-kate.install   |   13 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 +++
 testing-x86_64/PKGBUILD|   75 +++
 testing-x86_64/kdebase-katepart.install|   11 +++
 testing-x86_64/kdebase-kwrite.install  |   12 +++
 testing-x86_64/kdesdk-kate.install |   13 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 +++
 10 files changed, 244 insertions(+)

Copied: kdesdk-kate/repos/testing-i686/PKGBUILD (from rev 214429, 
kdesdk-kate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:38 UTC (rev 214430)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.13.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('115ff695de42bb351ce968cdf2f161f53f53e712'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kdebase-kwrite.install'
+
+  cd build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdesdk-kate() {
+  pkgdesc=Advanced Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
+  groups=('kde' 'kdesdk')
+  url=http://www.kde.org/applications/utilities/kate/;
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+  'kdebindings-python: python bindings')
+
+  cd build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/addons
+  make DESTDIR=${pkgdir} install
+}

Copied: kdesdk-kate/repos/testing-i686/kdebase-katepart.install (from rev 
214429, kdesdk-kate/trunk/kdebase-katepart.install)
===
--- testing-i686/kdebase-katepart.install   (rev 0)
+++ testing-i686/kdebase-katepart.install   2014-06-09 03:03:38 UTC (rev 
214430)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kate/repos/testing-i686/kdebase-kwrite.install (from 

[arch-commits] Commit in kdebindings-qyoto/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:59
  Author: svenstaro
Revision: 214435

upgpkg: kdebindings-qyoto 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-qyoto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:57 UTC (rev 214434)
+++ PKGBUILD2014-06-09 03:03:59 UTC (rev 214435)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('e096376a0221ce0472f65ad8a7b43668ff7a582b')
+sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
 
 build() {
   mkdir build



[arch-commits] Commit in kdegraphics-okular/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:18
  Author: svenstaro
Revision: 214426

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegraphics-okular/repos/testing-i686/
  kdegraphics-okular/repos/testing-i686/PKGBUILD
(from rev 214425, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install
(from rev 214425, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/testing-x86_64/
  kdegraphics-okular/repos/testing-x86_64/PKGBUILD
(from rev 214425, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install
(from rev 214425, kdegraphics-okular/trunk/kdegraphics-okular.install)

---+
 testing-i686/PKGBUILD |   37 
 testing-i686/kdegraphics-okular.install   |   12 +
 testing-x86_64/PKGBUILD   |   37 
 testing-x86_64/kdegraphics-okular.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdegraphics-okular/repos/testing-i686/PKGBUILD (from rev 214425, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:18 UTC (rev 214426)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('693de9388ba1ca55bb91af4921a6aecb92f8c2fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install (from 
rev 214425, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- testing-i686/kdegraphics-okular.install (rev 0)
+++ testing-i686/kdegraphics-okular.install 2014-06-09 03:03:18 UTC (rev 
214426)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-okular/repos/testing-x86_64/PKGBUILD (from rev 214425, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:03:18 UTC (rev 214426)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('693de9388ba1ca55bb91af4921a6aecb92f8c2fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install 
(from rev 214425, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- testing-x86_64/kdegraphics-okular.install   (rev 0)
+++ testing-x86_64/kdegraphics-okular.install   2014-06-09 03:03:18 UTC (rev 
214426)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdebindings-perlqt/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:57
  Author: svenstaro
Revision: 214434

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-perlqt/repos/testing-i686/
  kdebindings-perlqt/repos/testing-i686/PKGBUILD
(from rev 214433, kdebindings-perlqt/trunk/PKGBUILD)
  kdebindings-perlqt/repos/testing-x86_64/
  kdebindings-perlqt/repos/testing-x86_64/PKGBUILD
(from rev 214433, kdebindings-perlqt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-perlqt/repos/testing-i686/PKGBUILD (from rev 214433, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:57 UTC (rev 214434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('c659f166314f7116e4feda62e4f74ba37695d15e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlqt/repos/testing-x86_64/PKGBUILD (from rev 214433, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:03:57 UTC (rev 214434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('c659f166314f7116e4feda62e4f74ba37695d15e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-qyoto/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:04
  Author: svenstaro
Revision: 214436

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 214435, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 214435, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 214435, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:04:04 UTC (rev 214436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 214435, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:04:04 UTC (rev 214436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-smokekde/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:51
  Author: svenstaro
Revision: 214432

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-smokekde/repos/testing-i686/
  kdebindings-smokekde/repos/testing-i686/PKGBUILD
(from rev 214431, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/testing-x86_64/
  kdebindings-smokekde/repos/testing-x86_64/PKGBUILD
(from rev 214431, kdebindings-smokekde/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: kdebindings-smokekde/repos/testing-i686/PKGBUILD (from rev 214431, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:03:51 UTC (rev 214432)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('8f1813c8ae808d94de8c1a7476ea38db8ec5931c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/testing-x86_64/PKGBUILD (from rev 214431, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:03:51 UTC (rev 214432)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('8f1813c8ae808d94de8c1a7476ea38db8ec5931c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-smokekde/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:03:41
  Author: svenstaro
Revision: 214431

upgpkg: kdebindings-smokekde 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-smokekde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:03:38 UTC (rev 214430)
+++ PKGBUILD2014-06-09 03:03:41 UTC (rev 214431)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -18,7 +18,7 @@
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('7035769dcda0c38098dcff23021c821cdd59fd57')
+sha1sums=('8f1813c8ae808d94de8c1a7476ea38db8ec5931c')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:24
  Author: svenstaro
Revision: 214443

upgpkg: kdebase 4.13.2-1

upstream release 4.12.2

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:04:22 UTC (rev 214442)
+++ PKGBUILD2014-06-09 03:04:24 UTC (rev 214443)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo-widgets')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('9b19ce18bd7e2beb9d43d33fc9a6c98b6452fc50')
+sha1sums=('90b4fefcd307df8da6f6eab4da97d9e7be9f2f78')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebindings-qtruby/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:06
  Author: svenstaro
Revision: 214437

upgpkg: kdebindings-qtruby 4.13.2-1

upstream release 4.12.2

Modified:
  kdebindings-qtruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:04:04 UTC (rev 214436)
+++ PKGBUILD2014-06-09 03:04:06 UTC (rev 214437)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('c046de707e352beadfe531b8daea7ad34a36138b')
+sha1sums=('a499f80a3893255779217aa59620ae9e6bc347a8')
 
 prepare() {
   mkdir build



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:52
  Author: svenstaro
Revision: 214449

upgpkg: libkdcraw 4.13.2-1

upstream release 4.12.2

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:04:47 UTC (rev 214448)
+++ PKGBUILD2014-06-09 03:04:52 UTC (rev 214449)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('24781b08ed380b5021bab4a427d2ab6e9261')
+sha1sums=('82d616f6618f9643553283d292b4175e683f9c59')
 
 prepare() {
   mkdir build



[arch-commits] Commit in baloo-widgets/repos (4 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:22
  Author: svenstaro
Revision: 214442

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  baloo-widgets/repos/testing-i686/
  baloo-widgets/repos/testing-i686/PKGBUILD
(from rev 214441, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/testing-x86_64/
  baloo-widgets/repos/testing-x86_64/PKGBUILD
(from rev 214441, baloo-widgets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: baloo-widgets/repos/testing-i686/PKGBUILD (from rev 214441, 
baloo-widgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:04:22 UTC (rev 214442)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9fb52bb8197c064a8cc0f0f462878a8a9fa8bb36')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo-widgets/repos/testing-x86_64/PKGBUILD (from rev 214441, 
baloo-widgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:04:22 UTC (rev 214442)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('baloo')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9fb52bb8197c064a8cc0f0f462878a8a9fa8bb36')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libkdcraw/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:57
  Author: svenstaro
Revision: 214450

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkdcraw/repos/testing-i686/
  libkdcraw/repos/testing-i686/PKGBUILD
(from rev 214449, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-i686/libkdcraw.install
(from rev 214449, libkdcraw/trunk/libkdcraw.install)
  libkdcraw/repos/testing-x86_64/
  libkdcraw/repos/testing-x86_64/PKGBUILD
(from rev 214449, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-x86_64/libkdcraw.install
(from rev 214449, libkdcraw/trunk/libkdcraw.install)

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/libkdcraw.install   |   11 +++
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/libkdcraw.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkdcraw/repos/testing-i686/PKGBUILD (from rev 214449, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:04:57 UTC (rev 214450)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82d616f6618f9643553283d292b4175e683f9c59')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/testing-i686/libkdcraw.install (from rev 214449, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-i686/libkdcraw.install  (rev 0)
+++ testing-i686/libkdcraw.install  2014-06-09 03:04:57 UTC (rev 214450)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdcraw/repos/testing-x86_64/PKGBUILD (from rev 214449, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:04:57 UTC (rev 214450)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('82d616f6618f9643553283d292b4175e683f9c59')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/testing-x86_64/libkdcraw.install (from rev 214449, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-x86_64/libkdcraw.install(rev 0)
+++ testing-x86_64/libkdcraw.install2014-06-09 03:04:57 UTC (rev 214450)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-marble/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:41
  Author: svenstaro
Revision: 214447

upgpkg: kdeedu-marble 4.13.2-1

upstream release 4.12.2

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:04:39 UTC (rev 214446)
+++ PKGBUILD2014-06-09 03:04:41 UTC (rev 214447)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -15,7 +15,7 @@
 'quazip: reading and displaying KMZ files')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('9d7cedc13098ddf1d759b44d570b9cf68d7f3ae7')
+sha1sums=('007dbe5abc646a1c54b2661fa417db8f63f45b3a')
 
 prepare() {
   mkdir build



  1   2   3   4   >