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

2015-02-04 Thread Anatol Pomozov
Date: Wednesday, February 4, 2015 @ 17:15:33
  Author: anatolik
Revision: 230762

upgpkg: vim 7.4.617-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 15:54:50 UTC (rev 230761)
+++ PKGBUILD2015-02-04 16:15:33 UTC (rev 230762)
@@ -7,7 +7,7 @@
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 # list of tags can be found at https://code.google.com/p/vim/source/list
 _topver=7.4
-_patchlevel=580
+_patchlevel=617
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}


[arch-commits] Commit in libreoffice-extension-texmaths/trunk (PKGBUILD)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 17:27:44
  Author: arojas
Revision: 127125

Use new libreoffice package name

Modified:
  libreoffice-extension-texmaths/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 16:22:48 UTC (rev 127124)
+++ PKGBUILD2015-02-04 16:27:44 UTC (rev 127125)
@@ -4,12 +4,12 @@
 pkgname=libreoffice-extension-texmaths
 _extname=texmaths
 pkgver=0.41
-pkgrel=1
+pkgrel=2
 pkgdesc=A LaTeX equation editor for LibreOffice
 arch=('any')
 url=http://roland65.free.fr/texmaths/;
 license=('GPL2')
-depends=('libreoffice-draw' 'texlive-core')
+depends=('libreoffice' 'texlive-core')
 conflicts=('texmaths')
 replaces=('texmaths')
 
source=(http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt;)


[arch-commits] Commit in tomcat6/repos/extra-any (8 files)

2015-02-04 Thread Guillaume Alaux
Date: Wednesday, February 4, 2015 @ 18:12:06
  Author: guillaume
Revision: 230771

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/PKGBUILD
(from rev 230770, tomcat6/trunk/PKGBUILD)
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
(from rev 230770, tomcat6/trunk/systemd_tmpfiles.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tomcat6.service
(from rev 230770, tomcat6/trunk/systemd_tomcat6.service)
  tomcat6/repos/extra-any/tomcat6.install
(from rev 230770, tomcat6/trunk/tomcat6.install)
Deleted:
  tomcat6/repos/extra-any/PKGBUILD
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tomcat6.service
  tomcat6/repos/extra-any/tomcat6.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat6.conf |6 -
 systemd_tomcat6.service |   66 
 tomcat6.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 17:11:16 UTC (rev 230770)
+++ PKGBUILD2015-02-04 17:12:06 UTC (rev 230771)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat6
-pkgver=6.0.41
-pkgrel=2
-pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=5' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('2eb2812b42f3559690542fcb9ea0c1f43dd0b0b7dca19787640c2b7755b0f953'
-'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')
-
-_gid_log=19
-_gid_tomcat=66
-_uid_tomcat=66
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat6/repos/extra-any/PKGBUILD (from rev 230770, 
tomcat6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 17:12:06 UTC (rev 230771)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume 

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

2015-02-04 Thread Guillaume Alaux
Date: Wednesday, February 4, 2015 @ 18:11:16
  Author: guillaume
Revision: 230770

Upstream release 6.0.43

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 16:27:56 UTC (rev 230769)
+++ PKGBUILD2015-02-04 17:11:16 UTC (rev 230770)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat6
-pkgver=6.0.41
-pkgrel=2
+pkgver=6.0.43
+pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('2eb2812b42f3559690542fcb9ea0c1f43dd0b0b7dca19787640c2b7755b0f953'
+sha256sums=('8952239e20856714fd3ae0ae88aa57e69f50c196091c39ec033906109f67b068'
 'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
 '16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')


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

2015-02-04 Thread Anatol Pomozov
Date: Wednesday, February 4, 2015 @ 17:16:31
  Author: anatolik
Revision: 230763

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 230762, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 230762, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 230762, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 230762, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 230762, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 230762, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 230762, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 230762, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 230762, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 230762, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  392 +
 testing-i686/archlinux.vim   |   25 ++
 testing-i686/gvim.desktop|   63 ++
 testing-i686/gvim.install|   15 +
 testing-i686/vimrc   |   16 +
 testing-x86_64/PKGBUILD  |  392 +
 testing-x86_64/archlinux.vim |   25 ++
 testing-x86_64/gvim.desktop  |   63 ++
 testing-x86_64/gvim.install  |   15 +
 testing-x86_64/vimrc |   16 +
 10 files changed, 1022 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 230762, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 16:16:31 UTC (rev 230763)
@@ -0,0 +1,392 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
+# list of tags can be found at https://code.google.com/p/vim/source/list
+_topver=7.4
+_patchlevel=617
+_tag=v${_topver/./-}-${_patchlevel}
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua' 'mercurial')
+# It would be great to use downloadable archives 
https://vim.googlecode.com/archive/$tag.tar.gz
+# unfortunately its content changes each time you download one (files 
modification date is different)
+source=(${pkgbase}-repo::hg+https://vim.googlecode.com/hg#tag=${_tag};
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+sha1sums=('SKIP'
+  '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
+  '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
+  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
+
+prepare() {
+  cd ${pkgbase}-repo
+
+  _latesttag=$(hg parents --template '{latesttag}' -r default)
+  if (( $_tag != $_latesttag )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating to tag $_latesttag.\n
+  fi
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+src/feature.h
+
+  (cd src  autoconf)
+
+  cd ..
+  for pkg in ${pkgname[@]}
+  do
+cp -a ${pkgbase}-repo ${pkg}-build
+  done
+}
+
+build() {
+  cd ${srcdir}/vim-runtime-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-minimal-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 18:13:11
  Author: arojas
Revision: 127129

Fix icons

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 16:31:50 UTC (rev 127128)
+++ PKGBUILD2015-02-04 17:13:11 UTC (rev 127129)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-appstream-data
 pkgver=20150128
-pkgrel=1
+pkgrel=2
 pkgdesc=Arch Linux application database for AppStream-based software centers
 arch=('any')
 url=http://www.archlinux.org;
@@ -13,12 +13,12 @@
 
source=(http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
 
http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
 install=$pkgname.install
-md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
- 'bb13b7ca87c430070d9b181a6fdebf19')
+md5sums=('627b6619733d8ad2fcf12a0973478c66'
+ '016baf1eb142266bc906784ec09db877')
 
 package() {
-  mkdir -p $pkgdir/usr/share/app-info/{icons/appstream,xmls}
+  mkdir -p $pkgdir/usr/share/app-info/{icons/archlinux,xmls}
 
   cp appstream.xml $pkgdir/usr/share/app-info/xmls/
-  cp *.png $pkgdir/usr/share/app-info/icons/appstream/
+  cp -r *.png $pkgdir/usr/share/app-info/icons/archlinux/
 }


[arch-commits] Commit in archlinux-appstream-data/repos/community-any (4 files)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 18:13:42
  Author: arojas
Revision: 127130

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 127129, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 127129, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   48 ++---
 archlinux-appstream-data.install |   16 ++--
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 17:13:11 UTC (rev 127129)
+++ PKGBUILD2015-02-04 17:13:42 UTC (rev 127130)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=archlinux-appstream-data
-pkgver=20150128
-pkgrel=1
-pkgdesc=Arch Linux application database for AppStream-based software centers
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL')
-depends=('appstream')
-makedepends=()
-source=(http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
-http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
-install=$pkgname.install
-md5sums=('157d9b35a19e67b19b01b4b3bbc98366'
- 'bb13b7ca87c430070d9b181a6fdebf19')
-
-package() {
-  mkdir -p $pkgdir/usr/share/app-info/{icons/appstream,xmls}
-
-  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
-  cp *.png $pkgdir/usr/share/app-info/icons/appstream/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 127129, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 17:13:42 UTC (rev 127130)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=archlinux-appstream-data
+pkgver=20150128
+pkgrel=2
+pkgdesc=Arch Linux application database for AppStream-based software centers
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+depends=('appstream')
+makedepends=()
+source=(http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+http://ftp.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
+install=$pkgname.install
+md5sums=('627b6619733d8ad2fcf12a0973478c66'
+ '016baf1eb142266bc906784ec09db877')
+
+package() {
+  mkdir -p $pkgdir/usr/share/app-info/{icons/archlinux,xmls}
+
+  cp appstream.xml $pkgdir/usr/share/app-info/xmls/
+  cp -r *.png $pkgdir/usr/share/app-info/icons/archlinux/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-02-04 17:13:11 UTC (rev 127129)
+++ archlinux-appstream-data.install2015-02-04 17:13:42 UTC (rev 127130)
@@ -1,8 +0,0 @@
-post_install() {
-  appstream-index refresh --force
-}
-
-post_upgrade() {
-  appstream-index refresh --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 127129, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2015-02-04 17:13:42 UTC (rev 127130)
@@ -0,0 +1,8 @@
+post_install() {
+  appstream-index refresh --force
+}
+
+post_upgrade() {
+  appstream-index refresh --force
+}
+


[arch-commits] Commit in libreoffice-extension-texmaths/repos/community-any (2 files)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 17:28:56
  Author: arojas
Revision: 127126

archrelease: copy trunk to community-any

Added:
  libreoffice-extension-texmaths/repos/community-any/PKGBUILD
(from rev 127125, libreoffice-extension-texmaths/trunk/PKGBUILD)
Deleted:
  libreoffice-extension-texmaths/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 16:27:44 UTC (rev 127125)
+++ PKGBUILD2015-02-04 16:28:56 UTC (rev 127126)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas  aro...@archlinux.org 
-
-pkgname=libreoffice-extension-texmaths
-_extname=texmaths
-pkgver=0.41
-pkgrel=1
-pkgdesc=A LaTeX equation editor for LibreOffice
-arch=('any')
-url=http://roland65.free.fr/texmaths/;
-license=('GPL2')
-depends=('libreoffice-draw' 'texlive-core')
-conflicts=('texmaths')
-replaces=('texmaths')
-source=(http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt;)
-md5sums=('7d00b8443d61348a14511bf82f28ff25')
-
-package() {
-  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-
-  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
-}

Copied: libreoffice-extension-texmaths/repos/community-any/PKGBUILD (from rev 
127125, libreoffice-extension-texmaths/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 16:28:56 UTC (rev 127126)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas  aro...@archlinux.org 
+
+pkgname=libreoffice-extension-texmaths
+_extname=texmaths
+pkgver=0.41
+pkgrel=2
+pkgdesc=A LaTeX equation editor for LibreOffice
+arch=('any')
+url=http://roland65.free.fr/texmaths/;
+license=('GPL2')
+depends=('libreoffice' 'texlive-core')
+conflicts=('texmaths')
+replaces=('texmaths')
+source=(http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt;)
+md5sums=('7d00b8443d61348a14511bf82f28ff25')
+
+package() {
+  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+
+  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+}


[arch-commits] Commit in libreoffice-extension-writer2latex/repos/community-any (4 files)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 17:31:50
  Author: arojas
Revision: 127128

archrelease: copy trunk to community-any

Added:
  libreoffice-extension-writer2latex/repos/community-any/PKGBUILD
(from rev 127127, libreoffice-extension-writer2latex/trunk/PKGBUILD)
  libreoffice-extension-writer2latex/repos/community-any/writer2latex.sh
(from rev 127127, libreoffice-extension-writer2latex/trunk/writer2latex.sh)
Deleted:
  libreoffice-extension-writer2latex/repos/community-any/PKGBUILD
  libreoffice-extension-writer2latex/repos/community-any/writer2latex.sh

-+
 PKGBUILD|  102 +++---
 writer2latex.sh |4 +-
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 16:30:38 UTC (rev 127127)
+++ PKGBUILD2015-02-04 16:31:50 UTC (rev 127128)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Uwe Koloska kol...@koloro.de
-# Contributor: EpocSquadron crimsonmage a gmail
-
-pkgname=libreoffice-extension-writer2latex
-_javaname=writer2latex
-_exts=( writer2latex writer2xhtml writer4latex )
-pkgver=1.2.1
-pkgrel=8
-pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
-arch=('any')
-url=http://writer2latex.sourceforge.net;
-license=('LGPL')
-groups=('libreoffice-extensions')
-depends=('libreoffice-common' 'java-runtime-headless')
-makedepends=('libreoffice-writer')
-
-_srcname=${_javaname}${pkgver//.}
-_dlpath=http://downloads.sourceforge.net/project/writer2latex/writer2latex/Writer2LaTeX%20${pkgver%.*};
-source=(${_dlpath}/${_srcname}.zip
-'writer2latex.sh')
-md5sums=('643906496a5ec519cd4ee044305675bc'
- 'f2d20081ef6d5c905d54385697856642')
-
-build() {
-cd $_srcname/doc
-libreoffice --headless --convert-to pdf user-manual.odt
-}
-
-package() {
-cd $_srcname
-
-#Install the extensions
-for _ext in ${_exts[@]}; do
-   install -dm755  $pkgdir/usr/lib/libreoffice/share/extensions/$_ext
-   bsdtar -xf $_ext.oxt -C 
$pkgdir/usr/lib/libreoffice/share/extensions/$_ext
-done
-
-#Install the java converter
-install -D -m644 $_javaname.jar 
$pkgdir/usr/share/java/$_javaname/$_javaname.jar
-
-#Install shell script to execute java program
-install -D -m755 $srcdir/$_javaname.sh $pkgdir/usr/bin/$_javaname
-
-#Install documentation
-_docpath=$pkgdir/usr/share/doc/$pkgname
-install -D -m644 Readme.txt ${_docpath}/Readme.txt
-install -D -m644 changelog.txt ${_docpath}/changelog.txt
-install -D -m644 History.txt ${_docpath}/History.txt
-install -D -m644 doc/* ${_docpath}/
-}

Copied: libreoffice-extension-writer2latex/repos/community-any/PKGBUILD (from 
rev 127127, libreoffice-extension-writer2latex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 16:31:50 UTC (rev 127128)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Uwe Koloska kol...@koloro.de
+# Contributor: EpocSquadron crimsonmage a gmail
+
+pkgname=libreoffice-extension-writer2latex
+_javaname=writer2latex
+_exts=( writer2latex writer2xhtml writer4latex )
+pkgver=1.2.1
+pkgrel=9
+pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
+arch=('any')
+url=http://writer2latex.sourceforge.net;
+license=('LGPL')
+groups=('libreoffice-extensions')
+depends=('libreoffice' 'java-runtime-headless')
+
+_srcname=${_javaname}${pkgver//.}
+_dlpath=http://downloads.sourceforge.net/project/writer2latex/writer2latex/Writer2LaTeX%20${pkgver%.*};
+source=(${_dlpath}/${_srcname}.zip
+'writer2latex.sh')
+md5sums=('643906496a5ec519cd4ee044305675bc'
+ 'f2d20081ef6d5c905d54385697856642')
+
+build() {
+cd $_srcname/doc
+libreoffice --headless --convert-to pdf user-manual.odt
+}
+
+package() {
+cd $_srcname
+
+#Install the extensions
+for _ext in ${_exts[@]}; do
+   install -dm755  $pkgdir/usr/lib/libreoffice/share/extensions/$_ext
+   bsdtar -xf $_ext.oxt -C 
$pkgdir/usr/lib/libreoffice/share/extensions/$_ext
+done
+
+#Install the java converter
+install -D -m644 $_javaname.jar 
$pkgdir/usr/share/java/$_javaname/$_javaname.jar
+
+#Install shell script to execute java program
+install -D -m755 $srcdir/$_javaname.sh $pkgdir/usr/bin/$_javaname
+
+#Install documentation
+_docpath=$pkgdir/usr/share/doc/$pkgname
+install -D -m644 Readme.txt ${_docpath}/Readme.txt
+install -D -m644 changelog.txt ${_docpath}/changelog.txt
+install -D -m644 History.txt ${_docpath}/History.txt
+install -D -m644 doc/* ${_docpath}/
+}

Deleted: writer2latex.sh

[arch-commits] Commit in libreoffice-extension-writer2latex/trunk (PKGBUILD)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 17:30:38
  Author: arojas
Revision: 127127

Use new libreoffice package name

Modified:
  libreoffice-extension-writer2latex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 16:28:56 UTC (rev 127126)
+++ PKGBUILD2015-02-04 16:30:38 UTC (rev 127127)
@@ -7,14 +7,13 @@
 _javaname=writer2latex
 _exts=( writer2latex writer2xhtml writer4latex )
 pkgver=1.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc=A java program and collection of LibreOffice extensions for 
converting to and working with LaTeX in LibreOffice
 arch=('any')
 url=http://writer2latex.sourceforge.net;
 license=('LGPL')
 groups=('libreoffice-extensions')
-depends=('libreoffice-common' 'java-runtime-headless')
-makedepends=('libreoffice-writer')
+depends=('libreoffice' 'java-runtime-headless')
 
 _srcname=${_javaname}${pkgver//.}
 
_dlpath=http://downloads.sourceforge.net/project/writer2latex/writer2latex/Writer2LaTeX%20${pkgver%.*};


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:22:31
  Author: fyan
Revision: 230668

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

Added:
  kdesdk-cervisia/repos/testing-i686/
  kdesdk-cervisia/repos/testing-i686/PKGBUILD
(from rev 230667, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install
(from rev 230667, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/testing-x86_64/
  kdesdk-cervisia/repos/testing-x86_64/PKGBUILD
(from rev 230667, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 230667, kdesdk-cervisia/trunk/kdesdk-cervisia.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-cervisia.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-cervisia.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-cervisia/repos/testing-i686/PKGBUILD (from rev 230667, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:22:31 UTC (rev 230668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('fd33109505698e6fabb9b0919e33af5ffba111cf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install (from rev 
230667, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-i686/kdesdk-cervisia.install(rev 0)
+++ testing-i686/kdesdk-cervisia.install2015-02-04 08:22:31 UTC (rev 
230668)
@@ -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: kdesdk-cervisia/repos/testing-x86_64/PKGBUILD (from rev 230667, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:22:31 UTC (rev 230668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('fd33109505698e6fabb9b0919e33af5ffba111cf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install (from rev 
230667, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-x86_64/kdesdk-cervisia.install  (rev 0)
+++ testing-x86_64/kdesdk-cervisia.install  2015-02-04 08:22:31 UTC (rev 
230668)
@@ -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 kdesdk-cervisia/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:22:02
  Author: fyan
Revision: 230667

upgpkg: kdesdk-cervisia 14.12.2-1

Modified:
  kdesdk-cervisia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:16:24 UTC (rev 230666)
+++ PKGBUILD2015-02-04 08:22:02 UTC (rev 230667)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-cervisia
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='CVS Frontend'
 url='http://kde.org/applications/development/cervisia/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
-sha1sums=('bfc5bfbbb0fe87301a5507a244150f5aea29f171')
+sha1sums=('fd33109505698e6fabb9b0919e33af5ffba111cf')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:28:02
  Author: fyan
Revision: 230674

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

Added:
  kdesdk-kcachegrind/repos/testing-i686/
  kdesdk-kcachegrind/repos/testing-i686/PKGBUILD
(from rev 230673, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 230673, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/testing-x86_64/
  kdesdk-kcachegrind/repos/testing-x86_64/PKGBUILD
(from rev 230673, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 230673, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/kdesdk-kcachegrind.install   |   12 
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/kdesdk-kcachegrind.install |   12 
 4 files changed, 104 insertions(+)

Copied: kdesdk-kcachegrind/repos/testing-i686/PKGBUILD (from rev 230673, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:28:02 UTC (rev 230674)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('b55a2d409d1362e7e7a43da1ee001d132d4af3a5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/testing-i686/kdesdk-kcachegrind.install (from 
rev 230673, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- testing-i686/kdesdk-kcachegrind.install (rev 0)
+++ testing-i686/kdesdk-kcachegrind.install 2015-02-04 08:28:02 UTC (rev 
230674)
@@ -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: kdesdk-kcachegrind/repos/testing-x86_64/PKGBUILD (from rev 230673, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:28:02 UTC (rev 230674)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kcachegrind
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('b55a2d409d1362e7e7a43da1ee001d132d4af3a5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/hotshot2calltree
+}

Copied: kdesdk-kcachegrind/repos/testing-x86_64/kdesdk-kcachegrind.install 
(from rev 230673, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- testing-x86_64/kdesdk-kcachegrind.install   (rev 0)
+++ testing-x86_64/kdesdk-kcachegrind.install   2015-02-04 08:28:02 UTC (rev 
230674)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:29:25
  Author: fyan
Revision: 230676

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

Added:
  kdesdk-kioslaves/repos/testing-i686/
  kdesdk-kioslaves/repos/testing-i686/PKGBUILD
(from rev 230675, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install
(from rev 230675, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
  kdesdk-kioslaves/repos/testing-x86_64/
  kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD
(from rev 230675, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install
(from rev 230675, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)

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

Copied: kdesdk-kioslaves/repos/testing-i686/PKGBUILD (from rev 230675, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:29:25 UTC (rev 230676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('208b4a68117bd691526cb3d1c283d203344c5196')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install (from rev 
230675, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-i686/kdesdk-kioslaves.install   (rev 0)
+++ testing-i686/kdesdk-kioslaves.install   2015-02-04 08:29:25 UTC (rev 
230676)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD (from rev 230675, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:29:25 UTC (rev 230676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('208b4a68117bd691526cb3d1c283d203344c5196')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install (from 
rev 230675, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-x86_64/kdesdk-kioslaves.install (rev 0)
+++ testing-x86_64/kdesdk-kioslaves.install 2015-02-04 08:29:25 UTC (rev 
230676)
@@ -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 kdesdk-kioslaves/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:28:56
  Author: fyan
Revision: 230675

upgpkg: kdesdk-kioslaves 14.12.2-1

Modified:
  kdesdk-kioslaves/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:28:02 UTC (rev 230674)
+++ PKGBUILD2015-02-04 08:28:56 UTC (rev 230675)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kioslaves
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='KIO-Slaves'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
-sha1sums=('9a7bbd1727289ba475424d728004f4264159dabc')
+sha1sums=('208b4a68117bd691526cb3d1c283d203344c5196')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:53:35
  Author: fyan
Revision: 230738

upgpkg: katepart4 4.14.3-3

include addons/ktexteditor in package (FS#43650)

Modified:
  katepart4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:32:54 UTC (rev 230737)
+++ PKGBUILD2015-02-04 09:53:35 UTC (rev 230738)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 
-pkgname='katepart4'
+pkgname=katepart4
 pkgver=4.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A fast and feature-rich text editor component
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -38,4 +38,7 @@
 package() {
   cd build/part
   make DESTDIR=${pkgdir} install
-}
\ No newline at end of file
+
+  cd ../addons/ktexteditor
+  make DESTDIR=${pkgdir} install
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:34:34
  Author: fyan
Revision: 230682

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

Added:
  kdepim/repos/testing-i686/
  kdepim/repos/testing-i686/PKGBUILD
(from rev 230681, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-i686/kdepim-akregator.install
(from rev 230681, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-i686/kdepim-kaddressbook.install
(from rev 230681, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-i686/kdepim-kleopatra.install
(from rev 230681, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-i686/kdepim-kmail.install
(from rev 230681, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-i686/kdepim-knode.install
(from rev 230681, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-i686/kdepim-korganizer.install
(from rev 230681, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-i686/kdepim-ktnef.install
(from rev 230681, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-i686/kdepim.install
(from rev 230681, kdepim/trunk/kdepim.install)
  kdepim/repos/testing-x86_64/
  kdepim/repos/testing-x86_64/PKGBUILD
(from rev 230681, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-x86_64/kdepim-akregator.install
(from rev 230681, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-x86_64/kdepim-kaddressbook.install
(from rev 230681, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/repos/testing-x86_64/kdepim-kleopatra.install
(from rev 230681, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-x86_64/kdepim-kmail.install
(from rev 230681, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-x86_64/kdepim-knode.install
(from rev 230681, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-x86_64/kdepim-korganizer.install
(from rev 230681, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-x86_64/kdepim-ktnef.install
(from rev 230681, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-x86_64/kdepim.install
(from rev 230681, kdepim/trunk/kdepim.install)

+
 testing-i686/PKGBUILD  |  278 +++
 testing-i686/kdepim-akregator.install  |   12 +
 testing-i686/kdepim-kaddressbook.install   |   12 +
 testing-i686/kdepim-kleopatra.install  |   12 +
 testing-i686/kdepim-kmail.install  |   12 +
 testing-i686/kdepim-knode.install  |   12 +
 testing-i686/kdepim-korganizer.install |   12 +
 testing-i686/kdepim-ktnef.install  |   12 +
 testing-i686/kdepim.install|   11 +
 testing-x86_64/PKGBUILD|  278 +++
 testing-x86_64/kdepim-akregator.install|   12 +
 testing-x86_64/kdepim-kaddressbook.install |   12 +
 testing-x86_64/kdepim-kleopatra.install|   12 +
 testing-x86_64/kdepim-kmail.install|   12 +
 testing-x86_64/kdepim-knode.install|   12 +
 testing-x86_64/kdepim-korganizer.install   |   12 +
 testing-x86_64/kdepim-ktnef.install|   12 +
 testing-x86_64/kdepim.install  |   11 +
 18 files changed, 746 insertions(+)

Copied: kdepim/repos/testing-i686/PKGBUILD (from rev 230681, 
kdepim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:34:34 UTC (rev 230682)
@@ -0,0 +1,278 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=('kdepim-akonadiconsole'
+ 'kdepim-akregator'
+ 'kdepim-blogilo'
+ 'kdepim-console'
+ 'kdepim-kaddressbook'
+ 'kdepim-kalarm'
+ 'kdepim-kjots'
+ 'kdepim-kleopatra'
+ 'kdepim-kmail'
+ 'kdepim-knode'
+ 'kdepim-knotes'
+ 'kdepim-kontact'
+ 'kdepim-korganizer'
+ 'kdepim-kresources'
+ 'kdepim-ktimetracker'
+ 'kdepim-ktnef'
+ 'kdepim-libkdepim')
+pkgver=4.14.5
+_kdeappver=14.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdepim')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
+ 'baloo4' 'grantlee-qt4')
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('36a48f9483982bde79ade85f150983a44002866d')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DKDEPIM_BUILD_MOBILE=OFF
+   make
+}
+
+package_kdepim-akonadiconsole() {
+   

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:35:07
  Author: fyan
Revision: 230683

upgpkg: kdesdk-lokalize 14.12.2-1

Modified:
  kdesdk-lokalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:34:34 UTC (rev 230682)
+++ PKGBUILD2015-02-04 08:35:07 UTC (rev 230683)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-lokalize
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Computer-Aided Translation System'
 url='http://kde.org/applications/development/lokalize/'
@@ -17,7 +17,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;
 'fix-python2-path.patch')
-sha1sums=('036b0718170f3bc62c17246cbd84d103399c'
+sha1sums=('951d895cf8fd69bce7cbe7c040a361c91f78012a'
   '07db42bbcae402c292eebf002e549b04162621c5')
 
 prepare() {


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:46:40
  Author: fyan
Revision: 230700

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

Added:
  kdetoys-kteatime/repos/testing-i686/
  kdetoys-kteatime/repos/testing-i686/PKGBUILD
(from rev 230699, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install
(from rev 230699, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
  kdetoys-kteatime/repos/testing-x86_64/
  kdetoys-kteatime/repos/testing-x86_64/PKGBUILD
(from rev 230699, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install
(from rev 230699, kdetoys-kteatime/trunk/kdetoys-kteatime.install)

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

Copied: kdetoys-kteatime/repos/testing-i686/PKGBUILD (from rev 230699, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:46:40 UTC (rev 230700)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('48f2813028866ec8626f5a4172638446337ef348')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install (from rev 
230699, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-i686/kdetoys-kteatime.install   (rev 0)
+++ testing-i686/kdetoys-kteatime.install   2015-02-04 08:46:40 UTC (rev 
230700)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/PKGBUILD (from rev 230699, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:46:40 UTC (rev 230700)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('48f2813028866ec8626f5a4172638446337ef348')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install (from 
rev 230699, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-x86_64/kdetoys-kteatime.install (rev 0)
+++ testing-x86_64/kdetoys-kteatime.install 2015-02-04 08:46:40 UTC (rev 
230700)
@@ -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 kdetoys-kteatime/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:46:12
  Author: fyan
Revision: 230699

upgpkg: kdetoys-kteatime 14.12.2-1

Modified:
  kdetoys-kteatime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:45:52 UTC (rev 230698)
+++ PKGBUILD2015-02-04 08:46:12 UTC (rev 230699)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-kteatime
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Tea Cooker'
 url='http://kde.org/applications/games/kteatime/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
-sha1sums=('4b76c2c51a9defaecd8d8c9261f8dfb574e9bb0e')
+sha1sums=('48f2813028866ec8626f5a4172638446337ef348')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:57:37
  Author: fyan
Revision: 230722

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

Added:
  kdeutils-superkaramba/repos/testing-i686/
  kdeutils-superkaramba/repos/testing-i686/PKGBUILD
(from rev 230721, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/testing-i686/kdeutils-superkaramba.install
(from rev 230721, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/testing-x86_64/
  kdeutils-superkaramba/repos/testing-x86_64/PKGBUILD
(from rev 230721, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/testing-x86_64/kdeutils-superkaramba.install
(from rev 230721, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/kdeutils-superkaramba.install   |   12 +
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/kdeutils-superkaramba.install |   12 +
 4 files changed, 90 insertions(+)

Copied: kdeutils-superkaramba/repos/testing-i686/PKGBUILD (from rev 230721, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:57:37 UTC (rev 230722)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('ab03ee81adc13fd60661256dfd7e20e759a26fd6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-superkaramba/repos/testing-i686/kdeutils-superkaramba.install 
(from rev 230721, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-i686/kdeutils-superkaramba.install  (rev 0)
+++ testing-i686/kdeutils-superkaramba.install  2015-02-04 08:57:37 UTC (rev 
230722)
@@ -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: kdeutils-superkaramba/repos/testing-x86_64/PKGBUILD (from rev 230721, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:57:37 UTC (rev 230722)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('ab03ee81adc13fd60661256dfd7e20e759a26fd6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-superkaramba/repos/testing-x86_64/kdeutils-superkaramba.install (from 
rev 230721, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-x86_64/kdeutils-superkaramba.install
(rev 0)
+++ testing-x86_64/kdeutils-superkaramba.install2015-02-04 08:57:37 UTC 
(rev 230722)
@@ -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 kdeutils-kgpg/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:58:36
  Author: fyan
Revision: 230723

upgpkg: kdeutils-kgpg 14.12.2-1

Modified:
  kdeutils-kgpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:57:37 UTC (rev 230722)
+++ PKGBUILD2015-02-04 08:58:36 UTC (rev 230723)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kgpg
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='A GnuPG frontend'
 url='http://kde.org/applications/utilities/kgpg/'
@@ -15,7 +15,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('a9e3aa11e4f3d30076dcbf202aceaae2c38670d1')
+sha1sums=('9463d2e14ea4fa173c9dcaa4038c8cb7f0b83569')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:57:09
  Author: fyan
Revision: 230721

upgpkg: kdeutils-superkaramba 14.12.2-1

Modified:
  kdeutils-superkaramba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:56:36 UTC (rev 230720)
+++ PKGBUILD2015-02-04 08:57:09 UTC (rev 230721)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-superkaramba
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='An engine for cool desktop eyecandy'
 url='http://kde.org/applications/utilities/superkaramba/'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
-sha1sums=('e4db8bde85e9727ca07b1e5142b3fb9a2a37dbec')
+sha1sums=('ab03ee81adc13fd60661256dfd7e20e759a26fd6')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:03:47
  Author: fyan
Revision: 230729

upgpkg: kdewebdev 14.12.2-1

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:02:25 UTC (rev 230728)
+++ PKGBUILD2015-02-04 09:03:47 UTC (rev 230729)
@@ -8,7 +8,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,7 +16,7 @@
 groups=('kde' 'kdewebdev')
 makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3b9bcde1a320a87a743c1c393f381897bb112acc')
+sha1sums=('6ccaca3a31dbff4ea135bfa210f80bdc18c7d19d')
 
 build() {
cd $srcdir


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

2015-02-04 Thread Tobias Powalowski
Date: Wednesday, February 4, 2015 @ 10:14:21
  Author: tpowa
Revision: 230733

upgpkg: hylafax 6.0.6-6

remove user and group deletion and move chown to PKGBUILD

Modified:
  hylafax/trunk/PKGBUILD
  hylafax/trunk/hylafax.install

-+
 PKGBUILD|9 +++--
 hylafax.install |   11 ++-
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:13:05 UTC (rev 230732)
+++ PKGBUILD2015-02-04 09:14:21 UTC (rev 230733)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=5
+pkgrel=6
 pkgdesc=Fax Server
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -46,7 +46,12 @@
   install -D -m644 ${srcdir}/hylafax.timer 
${pkgdir}/usr/lib/systemd/system/hylafax.timer
   install -D -m644 ${srcdir}/hylafax.service 
${pkgdir}/usr/lib/systemd/system/hylafax.service
   install -d -m755 ${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-  ln -s ../shadow.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/hylafax.timer
+  ln -s ../shadow.timer 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/hylafax.timer
+  # fix permissions
+  chown 10:14 
${pkgdir}/var/spool/hylafax/{,archive,bin,client,config,dev,docq,doneq,etc}
+  chown 10:14 
${pkgdir}/var/spool/hylafax/{FIFO,info,log,pollq,recvq,sendq,status,tmp}
+  chown 10:14 
${pkgdir}/var/spool/hylafax/etc/{hosts.hfaxd,lutRS18.pcf,xferfaxlog}
+  chown 10:14 -R ${pkgdir}/var/spool/hylafax/etc/templates
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
  '9ef38446d2a2aeac698c4ae178fd5c2b'

Modified: hylafax.install
===
--- hylafax.install 2015-02-04 09:13:05 UTC (rev 230732)
+++ hylafax.install 2015-02-04 09:14:21 UTC (rev 230733)
@@ -26,17 +26,10 @@
   groupadd -g 14 uucp /dev/null
   useradd -u 10 -g uucp -d '/' -s /bin/false uucp /dev/null
   useradd -u 69 -g daemon -d '/' -s /bin/false fax /dev/null
-  chown uucp /var/spool/hylafax/{,archive,bin,client,config,dev,docq,doneq,etc}
-  chown uucp /var/spool/hylafax/{FIFO,info,log,pollq,recvq,sendq,status,tmp}
-  chown uucp /var/spool/hylafax/etc/{hosts.hfaxd,lutRS18.pcf,xferfaxlog}
-  chown -R uucp /var/spool/hylafax/etc/templates
-  usermod -d '/' uucp /dev/null
-  usermod -d '/' fax /dev/null
+  usermod -d '/' -u 10 /dev/null
+  usermod -d '/' -u 69 /dev/null
 }
 
 pre_remove() {
-  userdel uucp /dev/null
-  groupdel uucp /dev/null
-  userdel fax /dev/null
   print_remove
 }


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:23:44
  Author: fyan
Revision: 230735

upgpkg: kdebase-workspace 4.11.16-1

Modified:
  kdebase-workspace/trunk/PKGBUILD
  kdebase-workspace/trunk/kdebase-workspace.install

---+
 PKGBUILD  |6 +++---
 kdebase-workspace.install |6 --
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:14:47 UTC (rev 230734)
+++ PKGBUILD2015-02-04 09:23:44 UTC (rev 230735)
@@ -5,8 +5,8 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.15
-_pkgver=14.12.1
+pkgver=4.11.16
+_pkgver=14.12.2
 pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
 'khotkeys-qt4.patch')
-sha1sums=('0ce2720e497f2125c356d95fac515470d86b673e'
+sha1sums=('329561bc68372c654c30f386cc1e232cf5b6622f'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   'c6afdf8964b2b2c4809b2e8e694729b2661e29df'

Modified: kdebase-workspace.install
===
--- kdebase-workspace.install   2015-02-04 09:14:47 UTC (rev 230734)
+++ kdebase-workspace.install   2015-02-04 09:23:44 UTC (rev 230735)
@@ -17,12 +17,6 @@
 }
 
 post_remove() {
-   if getent passwd kdm /dev/null 21; then
- userdel kdm
-   fi
-   if getent group kdm /dev/null 21; then
- groupdel kdm
-   fi
xdg-icon-resource forceupdate --theme hicolor  /dev/null
 
 if [ -d usr/share/apps/kdm/faces ]; then


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

2015-02-04 Thread Tobias Powalowski
Date: Wednesday, February 4, 2015 @ 10:32:54
  Author: tpowa
Revision: 230737

upgpkg: qemu 2.2.0-2

remove userdel from qemu.install

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/qemu.install

--+
 PKGBUILD |2 +-
 qemu.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:25:33 UTC (rev 230736)
+++ PKGBUILD2015-02-04 09:32:54 UTC (rev 230737)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;

Modified: qemu.install
===
--- qemu.install2015-02-04 09:25:33 UTC (rev 230736)
+++ qemu.install2015-02-04 09:32:54 UTC (rev 230737)
@@ -17,7 +17,3 @@
   fi
 }
 
-post_remove() {
-  #
-  groupdel kvm
-}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:04:24
  Author: fyan
Revision: 230652

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

Added:
  kdenetwork-kget/repos/testing-i686/
  kdenetwork-kget/repos/testing-i686/PKGBUILD
(from rev 230651, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install
(from rev 230651, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/testing-x86_64/
  kdenetwork-kget/repos/testing-x86_64/PKGBUILD
(from rev 230651, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install
(from rev 230651, kdenetwork-kget/trunk/kdenetwork-kget.install)

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

Copied: kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 230651, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:04:24 UTC (rev 230652)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('e9f229850f9d5fd0f1944f516f58c560c8eabade')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 
230651, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-i686/kdenetwork-kget.install(rev 0)
+++ testing-i686/kdenetwork-kget.install2015-02-04 08:04:24 UTC (rev 
230652)
@@ -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: kdenetwork-kget/repos/testing-x86_64/PKGBUILD (from rev 230651, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:04:24 UTC (rev 230652)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('e9f229850f9d5fd0f1944f516f58c560c8eabade')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 
230651, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-x86_64/kdenetwork-kget.install  (rev 0)
+++ testing-x86_64/kdenetwork-kget.install  2015-02-04 08:04:24 UTC (rev 
230652)
@@ -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 kdenetwork-krdc/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:05:36
  Author: fyan
Revision: 230655

upgpkg: kdenetwork-krdc 14.12.2-1

Modified:
  kdenetwork-krdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:04:57 UTC (rev 230654)
+++ PKGBUILD2015-02-04 08:05:36 UTC (rev 230655)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-krdc
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Remote Desktop Client'
 url='http://kde.org/applications/internet/krdc/'
@@ -16,7 +16,7 @@
 'freerdp: RDP support'
 'kdebase-keditbookmarks: to edit bookmarks')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('aec1fc1f8ac1102a4dea9f120655eef7a6f13050')
+sha1sums=('eedf80476e324b80f31e1c0754046f58ff444230')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:04:28
  Author: fyan
Revision: 230653

upgpkg: kdenetwork-kppp 14.12.2-1

Modified:
  kdenetwork-kppp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:04:24 UTC (rev 230652)
+++ PKGBUILD2015-02-04 08:04:28 UTC (rev 230653)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kppp
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Internet Dial-Up Tool'
 url='http://kde.org/applications/internet/kppp/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('819d4c821d01428a393f06dee7854ab8cc5094e3')
+sha1sums=('1341ad5e779add3f417a917e1cba409c36ba73d8')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:04:57
  Author: fyan
Revision: 230654

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

Added:
  kdenetwork-kppp/repos/testing-i686/
  kdenetwork-kppp/repos/testing-i686/PKGBUILD
(from rev 230653, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install
(from rev 230653, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/testing-x86_64/
  kdenetwork-kppp/repos/testing-x86_64/PKGBUILD
(from rev 230653, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install
(from rev 230653, kdenetwork-kppp/trunk/kdenetwork-kppp.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdenetwork-kppp.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdenetwork-kppp.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 230653, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:04:57 UTC (rev 230654)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('1341ad5e779add3f417a917e1cba409c36ba73d8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install (from rev 
230653, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-i686/kdenetwork-kppp.install(rev 0)
+++ testing-i686/kdenetwork-kppp.install2015-02-04 08:04:57 UTC (rev 
230654)
@@ -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: kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 230653, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:04:57 UTC (rev 230654)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('1341ad5e779add3f417a917e1cba409c36ba73d8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install (from rev 
230653, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-x86_64/kdenetwork-kppp.install  (rev 0)
+++ testing-x86_64/kdenetwork-kppp.install  2015-02-04 08:04:57 UTC (rev 
230654)
@@ -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 sage-notebook/repos/community-any (8 files)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 09:24:50
  Author: arojas
Revision: 127072

archrelease: copy trunk to community-any

Added:
  sage-notebook/repos/community-any/PKGBUILD
(from rev 127071, sage-notebook/trunk/PKGBUILD)
  sage-notebook/repos/community-any/jmol.patch
(from rev 127071, sage-notebook/trunk/jmol.patch)
  sage-notebook/repos/community-any/sage-notebook.install
(from rev 127071, sage-notebook/trunk/sage-notebook.install)
  sage-notebook/repos/community-any/sage.service
(from rev 127071, sage-notebook/trunk/sage.service)
Deleted:
  sage-notebook/repos/community-any/PKGBUILD
  sage-notebook/repos/community-any/jmol.patch
  sage-notebook/repos/community-any/sage-notebook.install
  sage-notebook/repos/community-any/sage.service

---+
 PKGBUILD  |  129 
 jmol.patch|   42 +++
 sage-notebook.install |   22 ++--
 sage.service  |   16 ++---
 4 files changed, 102 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 08:24:01 UTC (rev 127071)
+++ PKGBUILD2015-02-04 08:24:50 UTC (rev 127072)
@@ -1,64 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-
-pkgname=sage-notebook
-pkgver=0.11.1
-pkgrel=3
-pkgdesc='Web-based notebook interface for Sage'
-arch=('any')
-url='http://www.sagemath.org'
-license=('GPL3')
-depends=('sage-mathematics' 'python2-twisted' 'python2-flask-oldsessions' 
'python2-flask-openid' 'python2-flask-autoindex' 'python2-flask-babel' 
'python2-flask-silk' 'python2-webassets')
-optdepends=('python2-pyopenssl: to use the notebook in secure mode')
-makedepends=('gendesk')
-source=(https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz; 
'sage.service' 'jmol.patch')
-install=$pkgname.install
-md5sums=('74d9ddd0f1b77ff8ef9d0f5b0007cf00'
- '61620179a7ecd85401d8e5a6ece3ea41'
- 'b29760c97a5328faa179a46008391bf0')
-
-prepare() {
-# create *.desktop file
-  gendesk -f -n \
-  --pkgname=sage-notebook \
-  --pkgdesc=Sage notebook \
-  --name=Sage \
-  --exec=/usr/bin/sage -notebook \
-  --terminal=true \
-  --categories=Education;Science;Math \
-  --custom=X-DCOP-ServiceType=
-X-KDE-SubstituteUID=false
-X-KDE-Username=
-
-  cd sagenb-$pkgver
-  
-# Use python2
-  find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' 
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
-  sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
-  sed -e s|python = 'python'|python = 'python2'| -i 
sagenb/interfaces/expect.py 
-
-# fix displaying 3D plots
-  patch -p0 -i $srcdir/jmol.patch
-}
-
-build() {
-  cd sagenb-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd sagenb-${pkgver}
-
-  python2 setup.py install --root $pkgdir --optimize=1
-
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/${pkgname}/COPYING
-
-# install a systemd user unit
-  install -Dm644 ${srcdir}/sage.service 
$pkgdir/usr/lib/systemd/user/sage.service
-# install *.desktop and icon files
-  install -Dm644 ${srcdir}/sage-notebook.desktop 
$pkgdir/usr/share/applications/sage-notebook.desktop
-  install -Dm644 
$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png 
\
- $pkgdir/usr/share/pixmaps/sage-notebook.png
-}

Copied: sage-notebook/repos/community-any/PKGBUILD (from rev 127071, 
sage-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 08:24:50 UTC (rev 127072)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+
+pkgname=sage-notebook
+pkgver=0.11.1
+pkgrel=4
+pkgdesc='Web-based notebook interface for Sage'
+arch=('any')
+url='http://www.sagemath.org'
+license=('GPL3')
+depends=('sage-mathematics' 'python2-twisted' 'python2-flask-oldsessions' 
'python2-flask-openid' 'python2-flask-autoindex' 'python2-flask-babel' 
'python2-flask-silk' 'python2-webassets')
+optdepends=('python2-pyopenssl: to use the notebook in secure mode')
+makedepends=('gendesk')
+source=(https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz; 
'sage.service' 'jmol.patch')
+install=$pkgname.install
+md5sums=('74d9ddd0f1b77ff8ef9d0f5b0007cf00'
+ '61620179a7ecd85401d8e5a6ece3ea41'
+ 'b29760c97a5328faa179a46008391bf0')
+
+prepare() {
+# create *.desktop file
+  gendesk -f -n \
+  --pkgname=sage-notebook \
+  --pkgdesc=Sage notebook \
+  --name=Sage \
+  --exec=/usr/bin/sage -notebook \
+  --terminal=true \
+  --categories=Education;Science;Math \
+  --custom=X-DCOP-ServiceType=

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:32:28
  Author: fyan
Revision: 230680

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

Added:
  kdesdk-kompare/repos/testing-i686/
  kdesdk-kompare/repos/testing-i686/PKGBUILD
(from rev 230679, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install
(from rev 230679, kdesdk-kompare/trunk/kdesdk-kompare.install)
  kdesdk-kompare/repos/testing-x86_64/
  kdesdk-kompare/repos/testing-x86_64/PKGBUILD
(from rev 230679, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install
(from rev 230679, kdesdk-kompare/trunk/kdesdk-kompare.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-kompare.install   |   12 ++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-kompare.install |   12 ++
 4 files changed, 94 insertions(+)

Copied: kdesdk-kompare/repos/testing-i686/PKGBUILD (from rev 230679, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:32:28 UTC (rev 230680)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('0c582387e610388acb8b005b7a700eff170238e6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install (from rev 
230679, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-i686/kdesdk-kompare.install (rev 0)
+++ testing-i686/kdesdk-kompare.install 2015-02-04 08:32:28 UTC (rev 230680)
@@ -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: kdesdk-kompare/repos/testing-x86_64/PKGBUILD (from rev 230679, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:32:28 UTC (rev 230680)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('0c582387e610388acb8b005b7a700eff170238e6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install (from rev 
230679, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-x86_64/kdesdk-kompare.install   (rev 0)
+++ testing-x86_64/kdesdk-kompare.install   2015-02-04 08:32:28 UTC (rev 
230680)
@@ -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 kdepim/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:32:54
  Author: fyan
Revision: 230681

upgpkg: kdepim 4.14.5-1

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:32:28 UTC (rev 230680)
+++ PKGBUILD2015-02-04 08:32:54 UTC (rev 230681)
@@ -21,8 +21,8 @@
  'kdepim-ktimetracker'
  'kdepim-ktnef'
  'kdepim-libkdepim')
-pkgver=4.14.4
-_kdeappver=14.12.1
+pkgver=4.14.5
+_kdeappver=14.12.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -31,7 +31,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
  'baloo4' 'grantlee-qt4')
 
source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('9301b2acf2fc73f23008905450ad0eb231fed1bf')
+sha1sums=('36a48f9483982bde79ade85f150983a44002866d')
 
 build() {
mkdir build


[arch-commits] Commit in closure-compiler/repos/community-any (PKGBUILD PKGBUILD)

2015-02-04 Thread Ike Devolder
Date: Wednesday, February 4, 2015 @ 09:32:36
  Author: idevolder
Revision: 127074

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 127073, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 08:32:27 UTC (rev 127073)
+++ PKGBUILD2015-02-04 08:32:36 UTC (rev 127074)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20141215
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('apache-ant')
-source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-
-build() {
-   cd $pkgname-$pkgver
-
-   ant jar
-}
-
-check() {
-   cd $pkgname-$pkgver
-
-   ant test
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('a3eaff1c04049937c705b35de0c1984ba51e74c02dfc192a332505148d128536')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 127073, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 08:32:36 UTC (rev 127074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20150126
+pkgrel=1
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('apache-ant')
+source=($pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+
+build() {
+   cd $pkgname-$pkgver
+
+   ant jar
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   ant test
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   install -m755 -D build/compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('680190c76444d0afa55850327844ff87abf1c565b3f5dde8944c07e1d1f30da7')


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:31:58
  Author: fyan
Revision: 230679

upgpkg: kdesdk-kompare 14.12.2-1

Modified:
  kdesdk-kompare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:31:36 UTC (rev 230678)
+++ PKGBUILD2015-02-04 08:31:58 UTC (rev 230679)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kompare
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Diff/Patch Frontend'
 url='http://kde.org/applications/development/kompare/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
-sha1sums=('e6cc4e60b45bfefbdafa52138cc2aa70d42c49cb')
+sha1sums=('0c582387e610388acb8b005b7a700eff170238e6')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Ike Devolder
Date: Wednesday, February 4, 2015 @ 09:32:27
  Author: idevolder
Revision: 127073

closure-compiler :: 20150126

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:24:50 UTC (rev 127072)
+++ PKGBUILD2015-02-04 08:32:27 UTC (rev 127073)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20141215
+pkgver=20150126
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -34,4 +34,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('a3eaff1c04049937c705b35de0c1984ba51e74c02dfc192a332505148d128536')
+sha256sums=('680190c76444d0afa55850327844ff87abf1c565b3f5dde8944c07e1d1f30da7')


[arch-commits] Commit in kdesdk-umbrello/repos (3 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:42:28
  Author: fyan
Revision: 230692

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

Added:
  kdesdk-umbrello/repos/testing-x86_64/
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
(from rev 230691, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 230691, kdesdk-umbrello/trunk/kdesdk-umbrello.install)

-+
 PKGBUILD|   33 +
 kdesdk-umbrello.install |   12 
 2 files changed, 45 insertions(+)

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 230691, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:42:28 UTC (rev 230692)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
230691, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2015-02-04 08:42:28 UTC (rev 
230692)
@@ -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 okteta/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:42:09
  Author: fyan
Revision: 230691

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

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

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/okteta.install   |   12 
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/okteta.install |   12 
 4 files changed, 104 insertions(+)

Copied: okteta/repos/testing-i686/PKGBUILD (from rev 230689, 
okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:42:09 UTC (rev 230691)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('d40cb092e622ed0f31303229737782b26c57f434')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: okteta/repos/testing-i686/okteta.install (from rev 230689, 
okteta/trunk/okteta.install)
===
--- testing-i686/okteta.install (rev 0)
+++ testing-i686/okteta.install 2015-02-04 08:42:09 UTC (rev 230691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: okteta/repos/testing-x86_64/PKGBUILD (from rev 230689, 
okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:42:09 UTC (rev 230691)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('d40cb092e622ed0f31303229737782b26c57f434')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: okteta/repos/testing-x86_64/okteta.install (from rev 230689, 
okteta/trunk/okteta.install)
===
--- testing-x86_64/okteta.install   (rev 0)
+++ testing-x86_64/okteta.install   2015-02-04 08:42:09 UTC (rev 230691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:43:12
  Author: fyan
Revision: 230693

upgpkg: kdetoys-amor 14.12.2-1

Modified:
  kdetoys-amor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:42:28 UTC (rev 230692)
+++ PKGBUILD2015-02-04 08:43:12 UTC (rev 230693)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-amor
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='On-Screen Creature'
 url='https://projects.kde.org/projects/kde/kdetoys/amor'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
-sha1sums=('07576fb51b1bbf7c531efa3223ebcbd4ce1b4244')
+sha1sums=('65a9a095ebc78160c09af3be58fc6e97c5ae0d5c')
 
 build() {
   mkdir build


[arch-commits] Commit in kdesdk-umbrello/repos/testing-x86_64 (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:43:41
  Author: fyan
Revision: 230694

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

Added:
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
(from rev 230693, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 230693, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
Deleted:
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install

-+
 PKGBUILD|   66 +++---
 kdesdk-umbrello.install |   24 
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 08:43:12 UTC (rev 230693)
+++ PKGBUILD2015-02-04 08:43:41 UTC (rev 230694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesdk-umbrello
-pkgver=14.12.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
-sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 230693, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 08:43:41 UTC (rev 230694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kdesdk-umbrello.install
===
--- kdesdk-umbrello.install 2015-02-04 08:43:12 UTC (rev 230693)
+++ kdesdk-umbrello.install 2015-02-04 08:43:41 UTC (rev 230694)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
230693, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- kdesdk-umbrello.install (rev 0)
+++ kdesdk-umbrello.install 2015-02-04 08:43:41 UTC (rev 230694)
@@ -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 kdesdk-umbrello/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:42:02
  Author: fyan
Revision: 230690

upgpkg: kdesdk-umbrello 14.12.2-1

Modified:
  kdesdk-umbrello/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:41:40 UTC (rev 230689)
+++ PKGBUILD2015-02-04 08:42:02 UTC (rev 230690)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-umbrello
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='UML Modeller'
 url='http://kde.org/applications/development/umbrello/'
@@ -15,7 +15,7 @@
 optdepends=('ruby')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
-sha1sums=('424658713e36e54a508efc1dbf8be57da9dbc554')
+sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:49:22
  Author: fyan
Revision: 230706

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

Added:
  kdetoys-ktux/repos/testing-i686/
  kdetoys-ktux/repos/testing-i686/PKGBUILD
(from rev 230705, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/testing-i686/kdetoys-ktux.install
(from rev 230705, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/testing-x86_64/
  kdetoys-ktux/repos/testing-x86_64/PKGBUILD
(from rev 230705, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/testing-x86_64/kdetoys-ktux.install
(from rev 230705, kdetoys-ktux/trunk/kdetoys-ktux.install)

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

Copied: kdetoys-ktux/repos/testing-i686/PKGBUILD (from rev 230705, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:49:22 UTC (rev 230706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('5de07b32f6d70d093659a2f1dce0c23d893896ba')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-i686/kdetoys-ktux.install (from rev 230705, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-i686/kdetoys-ktux.install   (rev 0)
+++ testing-i686/kdetoys-ktux.install   2015-02-04 08:49:22 UTC (rev 230706)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/PKGBUILD (from rev 230705, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:49:22 UTC (rev 230706)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('5de07b32f6d70d093659a2f1dce0c23d893896ba')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/kdetoys-ktux.install (from rev 
230705, kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-x86_64/kdetoys-ktux.install (rev 0)
+++ testing-x86_64/kdetoys-ktux.install 2015-02-04 08:49:22 UTC (rev 230706)
@@ -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 kdeutils-kremotecontrol/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:56:36
  Author: fyan
Revision: 230720

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

Added:
  kdeutils-kremotecontrol/repos/testing-i686/
  kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD
(from rev 230719, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install
(from rev 230719, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/testing-x86_64/
  kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD
(from rev 230719, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install
(from rev 230719, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)

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

Copied: kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD (from rev 230719, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:56:36 UTC (rev 230720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('4f97bacfc3cf857ce9a6694012bdb51f00607349')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install 
(from rev 230719, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-i686/kdeutils-kremotecontrol.install
(rev 0)
+++ testing-i686/kdeutils-kremotecontrol.install2015-02-04 08:56:36 UTC 
(rev 230720)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD (from rev 230719, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:56:36 UTC (rev 230720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('4f97bacfc3cf857ce9a6694012bdb51f00607349')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install 
(from rev 230719, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-x86_64/kdeutils-kremotecontrol.install  
(rev 0)
+++ testing-x86_64/kdeutils-kremotecontrol.install  2015-02-04 08:56:36 UTC 
(rev 230720)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:56:07
  Author: fyan
Revision: 230719

upgpkg: kdeutils-kremotecontrol 14.12.2-1

Modified:
  kdeutils-kremotecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:55:21 UTC (rev 230718)
+++ PKGBUILD2015-02-04 08:56:07 UTC (rev 230719)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kremotecontrol
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Configure your remote controls for use with applications'
 url='http://kde.org/applications/utilities/kremotecontrol/'
@@ -16,7 +16,7 @@
 conflicts=('kdeutils-kdelirc')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('f0346328a82e04f1a44357491c5f9e314236ad47')
+sha1sums=('4f97bacfc3cf857ce9a6694012bdb51f00607349')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:55:21
  Author: fyan
Revision: 230718

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

Added:
  kdeutils-kwalletmanager/repos/testing-i686/
  kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD
(from rev 230717, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install
(from rev 230717, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
  kdeutils-kwalletmanager/repos/testing-x86_64/
  kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD
(from rev 230717, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install
(from rev 230717, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)

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

Copied: kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD (from rev 230717, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:55:21 UTC (rev 230718)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('a274707c64f464d017bac7b0f9fd478b656c2a71')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install 
(from rev 230717, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-i686/kdeutils-kwalletmanager.install
(rev 0)
+++ testing-i686/kdeutils-kwalletmanager.install2015-02-04 08:55:21 UTC 
(rev 230718)
@@ -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: kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD (from rev 230717, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:55:21 UTC (rev 230718)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('a274707c64f464d017bac7b0f9fd478b656c2a71')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install 
(from rev 230717, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-x86_64/kdeutils-kwalletmanager.install  
(rev 0)
+++ testing-x86_64/kdeutils-kwalletmanager.install  2015-02-04 08:55:21 UTC 
(rev 230718)
@@ -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 kdeutils-print-manager/repos (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:02:25
  Author: fyan
Revision: 230728

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

Added:
  kdeutils-print-manager/repos/testing-i686/
  kdeutils-print-manager/repos/testing-i686/PKGBUILD
(from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)
  kdeutils-print-manager/repos/testing-x86_64/
  kdeutils-print-manager/repos/testing-x86_64/PKGBUILD
(from rev 230727, kdeutils-print-manager/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kdeutils-print-manager/repos/testing-i686/PKGBUILD (from rev 230727, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 09:02:25 UTC (rev 230728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('b5f86cc52a31fb90396f6a80e9b5a168ebccf6d2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-print-manager/repos/testing-x86_64/PKGBUILD (from rev 230727, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 09:02:25 UTC (rev 230728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('b5f86cc52a31fb90396f6a80e9b5a168ebccf6d2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${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 kdeutils-print-manager/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:01:54
  Author: fyan
Revision: 230727

upgpkg: kdeutils-print-manager 14.12.2-1

Modified:
  kdeutils-print-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:59:41 UTC (rev 230726)
+++ PKGBUILD2015-02-04 09:01:54 UTC (rev 230727)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-print-manager
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc=A tool for managing print jobs and printers
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('print-manager')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('e7c74290d49e4cb998f51f542a58d986da49fc0f')
+sha1sums=('b5f86cc52a31fb90396f6a80e9b5a168ebccf6d2')
 
 build() {
   mkdir build


[arch-commits] Commit in kde-wallpapers/repos (testing-any testing-any/PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:13:05
  Author: fyan
Revision: 230732

archrelease: copy trunk to testing-any

Added:
  kde-wallpapers/repos/testing-any/
  kde-wallpapers/repos/testing-any/PKGBUILD
(from rev 230731, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 230731, 
kde-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-02-04 09:13:05 UTC (rev 230732)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d976630f643d00279c201f45b0c89f59e914d118')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:12:44
  Author: fyan
Revision: 230731

upgpkg: kde-wallpapers 14.12.2-1

Modified:
  kde-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 09:04:33 UTC (rev 230730)
+++ PKGBUILD2015-02-04 09:12:44 UTC (rev 230731)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-wallpapers
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc=A set of wallpapers for KDE
 arch=('any')
@@ -12,7 +12,7 @@
 groups=('kde' 'kde-meta' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('22fcde196cfb493374ce1a32c626b9ee3e4b292b')
+sha1sums=('d976630f643d00279c201f45b0c89f59e914d118')
 
 package() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:06:03
  Author: fyan
Revision: 230656

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

Added:
  kdenetwork-krdc/repos/testing-i686/
  kdenetwork-krdc/repos/testing-i686/PKGBUILD
(from rev 230655, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/testing-x86_64/
  kdenetwork-krdc/repos/testing-x86_64/PKGBUILD
(from rev 230655, kdenetwork-krdc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kdenetwork-krdc/repos/testing-i686/PKGBUILD (from rev 230655, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:06:03 UTC (rev 230656)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('eedf80476e324b80f31e1c0754046f58ff444230')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krdc/repos/testing-x86_64/PKGBUILD (from rev 230655, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:06:03 UTC (rev 230656)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('eedf80476e324b80f31e1c0754046f58ff444230')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${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 kdesdk-dev-utils/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:16:24
  Author: fyan
Revision: 230666

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

Added:
  kdesdk-dev-utils/repos/testing-i686/
  kdesdk-dev-utils/repos/testing-i686/PKGBUILD
(from rev 230665, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install
(from rev 230665, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/testing-x86_64/
  kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD
(from rev 230665, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install
(from rev 230665, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/kdesdk-dev-utils.install   |   12 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/kdesdk-dev-utils.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: kdesdk-dev-utils/repos/testing-i686/PKGBUILD (from rev 230665, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:16:24 UTC (rev 230666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('37038d621017312a62886f18a36acdbebc2abc5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install (from rev 
230665, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-i686/kdesdk-dev-utils.install   (rev 0)
+++ testing-i686/kdesdk-dev-utils.install   2015-02-04 08:16:24 UTC (rev 
230666)
@@ -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: kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD (from rev 230665, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:16:24 UTC (rev 230666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('37038d621017312a62886f18a36acdbebc2abc5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install (from 
rev 230665, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-x86_64/kdesdk-dev-utils.install (rev 0)
+++ testing-x86_64/kdesdk-dev-utils.install 2015-02-04 08:16:24 UTC (rev 
230666)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme 

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:15:55
  Author: fyan
Revision: 230665

upgpkg: kdesdk-dev-utils 14.12.2-1

Modified:
  kdesdk-dev-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:12:34 UTC (rev 230664)
+++ PKGBUILD2015-02-04 08:15:55 UTC (rev 230665)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dev-utils
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
 url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
@@ -18,7 +18,7 @@
   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
-sha1sums=('d82dab60376767c091386f4d4001971d1faaa8fe')
+sha1sums=('37038d621017312a62886f18a36acdbebc2abc5f')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:27:32
  Author: fyan
Revision: 230673

upgpkg: kdesdk-kcachegrind 14.12.2-1

Modified:
  kdesdk-kcachegrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:24:09 UTC (rev 230672)
+++ PKGBUILD2015-02-04 08:27:32 UTC (rev 230673)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-kcachegrind
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Visualization of Performance Profiling Data'
 url='http://kde.org/applications/development/kcachegrind/'
@@ -15,7 +15,7 @@
 optdepends=('php: PHP support')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
-sha1sums=('23eddf2eee34b4525ec01bd70dabfcf55684e441')
+sha1sums=('b55a2d409d1362e7e7a43da1ee001d132d4af3a5')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:35:49
  Author: fyan
Revision: 230684

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

Added:
  kdesdk-lokalize/repos/testing-i686/
  kdesdk-lokalize/repos/testing-i686/PKGBUILD
(from rev 230683, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-i686/fix-python2-path.patch
(from rev 230683, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install
(from rev 230683, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
  kdesdk-lokalize/repos/testing-x86_64/
  kdesdk-lokalize/repos/testing-x86_64/PKGBUILD
(from rev 230683, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-x86_64/fix-python2-path.patch
(from rev 230683, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 230683, kdesdk-lokalize/trunk/kdesdk-lokalize.install)

+
 testing-i686/PKGBUILD  |   46 +++
 testing-i686/fix-python2-path.patch|   22 ++
 testing-i686/kdesdk-lokalize.install   |   12 
 testing-x86_64/PKGBUILD|   46 +++
 testing-x86_64/fix-python2-path.patch  |   22 ++
 testing-x86_64/kdesdk-lokalize.install |   12 
 6 files changed, 160 insertions(+)

Copied: kdesdk-lokalize/repos/testing-i686/PKGBUILD (from rev 230683, 
kdesdk-lokalize/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:35:49 UTC (rev 230684)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-lokalize
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
+makedepends=('cmake' 'automoc4')
+optdepends=('translate-toolkit: enable extra scripts'
+'kdebindings-kross-python: enable python scripts')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('951d895cf8fd69bce7cbe7c040a361c91f78012a'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+  mkdir build
+
+  cd lokalize-${pkgver}
+  patch -p2 -i ${srcdir}/fix-python2-path.patch
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
+}

Copied: kdesdk-lokalize/repos/testing-i686/fix-python2-path.patch (from rev 
230683, kdesdk-lokalize/trunk/fix-python2-path.patch)
===
--- testing-i686/fix-python2-path.patch (rev 0)
+++ testing-i686/fix-python2-path.patch 2015-02-04 08:35:49 UTC (rev 230684)
@@ -0,0 +1,22 @@
+--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
+@@ -114,7 +114,7 @@
+ print sys.stderr, Execution failed:, e
+ 
+ cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
+-if os.name!='nt': cmd='python '+cmd
++if os.name!='nt': cmd='python2 '+cmd
+ else: cmd=cmd.replace('/','\\')
+ os.system(cmd)
+
+--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
+@@ -42,7 +42,7 @@
+ xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
+ 
+ ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
+-os.system('python '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
++os.system('python2 '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
+ 
+ try: convert()
+ except: print 'error occured'

Copied: kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install (from rev 
230683, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
===
--- testing-i686/kdesdk-lokalize.install(rev 0)
+++ testing-i686/kdesdk-lokalize.install2015-02-04 08:35:49 UTC (rev 
230684)
@@ -0,0 +1,12 @@

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:36:07
  Author: fyan
Revision: 230685

upgpkg: kdesdk-poxml 14.12.2-1

Modified:
  kdesdk-poxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:35:49 UTC (rev 230684)
+++ PKGBUILD2015-02-04 08:36:07 UTC (rev 230685)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-poxml
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Translates DocBook XML files using gettext po files'
 url='https://projects.kde.org/projects/kde/kdesdk/poxml'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('antlr2: required for po2xml and swappo tool')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
-sha1sums=('481921bf15009c993f26ee39963b333cd2c099a1')
+sha1sums=('93842f65788cf225451a8e9ab0e8b0b87835ce8e')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:36:38
  Author: fyan
Revision: 230686

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

Added:
  kdesdk-poxml/repos/testing-i686/
  kdesdk-poxml/repos/testing-i686/PKGBUILD
(from rev 230685, kdesdk-poxml/trunk/PKGBUILD)
  kdesdk-poxml/repos/testing-x86_64/
  kdesdk-poxml/repos/testing-x86_64/PKGBUILD
(from rev 230685, kdesdk-poxml/trunk/PKGBUILD)

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

Copied: kdesdk-poxml/repos/testing-i686/PKGBUILD (from rev 230685, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:36:38 UTC (rev 230686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('93842f65788cf225451a8e9ab0e8b0b87835ce8e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-poxml/repos/testing-x86_64/PKGBUILD (from rev 230685, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:36:38 UTC (rev 230686)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('93842f65788cf225451a8e9ab0e8b0b87835ce8e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${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 okteta/trunk (PKGBUILD find_qca_qt5.patch)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:41:40
  Author: fyan
Revision: 230689

upgpkg: okteta 14.12.2-1

Modified:
  okteta/trunk/PKGBUILD
Deleted:
  okteta/trunk/find_qca_qt5.patch

+
 PKGBUILD   |   14 +
 find_qca_qt5.patch |  137 ---
 2 files changed, 4 insertions(+), 147 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:40:34 UTC (rev 230688)
+++ PKGBUILD2015-02-04 08:41:40 UTC (rev 230689)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=okteta
-pkgver=14.12.1
-pkgrel=3
+pkgver=14.12.2
+pkgrel=1
 pkgdesc='Hex Editor'
 url='http://kde.org/applications/utilities/okteta/'
 arch=('i686' 'x86_64')
@@ -15,17 +15,11 @@
 replaces=('kdesdk-okteta')
 conflicts=('kdesdk-okteta4.14.3-2')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;
-find_qca_qt5.patch)
-sha1sums=('3d9caab4e6fa31e96ceb51032e9a97db663f0060'
-  '9f618cc26f417bd72ff7f38fd11f2df997550992')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('d40cb092e622ed0f31303229737782b26c57f434')
 
 prepare() {
   mkdir build
-
-  cd okteta-${pkgver}
-  # https://bugs.kde.org/show_bug.cgi?id=341509
-  patch -p1 -i ../find_qca_qt5.patch
 }
 
 build() {

Deleted: find_qca_qt5.patch
===
--- find_qca_qt5.patch  2015-02-04 08:40:34 UTC (rev 230688)
+++ find_qca_qt5.patch  2015-02-04 08:41:40 UTC (rev 230689)
@@ -1,137 +0,0 @@
-From 4e66154c1a13775b78e98592a2597a6d1b9cd264 Mon Sep 17 00:00:00 2001
-From: Heiko Becker heire...@exherbo.org
-Date: Tue, 13 Jan 2015 14:06:41 +0100
-Subject: [PATCH] Use co-installable qca-qt5 version
-
-Without this okteta links to the Qt4 version of qca resulting on
-a crash on startup.

- CMakeLists.txt|  6 ++---
- cmake/modules/FindQCA2.cmake  | 53 ---
- kasten/controllers/CMakeLists.txt | 16 +---
- 3 files changed, 9 insertions(+), 66 deletions(-)
- delete mode 100644 cmake/modules/FindQCA2.cmake
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8495f14..b85ebd4 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -55,9 +55,9 @@ if( UNIX )
-   set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall -std=c++0x -fno-rtti)
- endif()
- 
--find_package(QCA2 2.1.0)
--set_package_properties(QCA2 PROPERTIES DESCRIPTION Qt Cryptographic 
Architecture
--   URL https://projects.kde.org/projects/kdesupport/qca; 
TYPE OPTIONAL
-+find_package(Qca-qt5 2.1.0)
-+set_package_properties(Qca-qt5 PROPERTIES DESCRIPTION Qt Cryptographic 
Architecture
-+   URL http:/download.kde.org/stable/qca-qt5 TYPE 
OPTIONAL
-PURPOSE Needed for most of the algorithms of the 
checksum tool)
- 
- # control build scope
-diff --git a/cmake/modules/FindQCA2.cmake b/cmake/modules/FindQCA2.cmake
-deleted file mode 100644
-index b9432d2..000
 a/cmake/modules/FindQCA2.cmake
-+++ /dev/null
-@@ -1,53 +0,0 @@
--# - Try to find QCA2 (Qt Cryptography Architecture 2)
--# Once done this will define
--#
--#  QCA2_FOUND - system has QCA2
--#  QCA2_INCLUDE_DIR - the QCA2 include directory
--#  QCA2_LIBRARIES - the libraries needed to use QCA2
--#  QCA2_DEFINITIONS - Compiler switches required for using QCA2
--#
--# use pkg-config to get the directories and then use these values
--# in the FIND_PATH() and FIND_LIBRARY() calls
--
--# Copyright (c) 2006, Michael Larouche, michael.larou...@kdemail.net
--# Copyright (c) 2014, Friedrich W. H. Kossebau, kosse...@kde.org
--#
--# Redistribution and use is allowed according to the terms of the BSD license.
--# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
--
--if (NOT WIN32)
--  find_package(PkgConfig QUIET)
--  pkg_check_modules(PC_QCA2 QUIET qca2)
--  set(QCA2_DEFINITIONS ${PC_QCA2_CFLAGS_OTHER})
--endif (NOT WIN32)
--
--find_library(QCA2_LIBRARIES
-- WIN32_DEBUG_POSTFIX d
-- NAMES qca
-- HINTS ${PC_QCA2_LIBDIR} ${PC_QCA2_LIBRARY_DIRS}
--)
--
--find_path(QCA2_INCLUDE_DIR QtCrypto
--  HINTS ${PC_QCA2_INCLUDEDIR} ${PC_QCA2_INCLUDE_DIRS}
--  PATH_SUFFIXES QtCrypto
--)
--
--find_file(QCA2_VERSION_FILE
--  QtCrypto/qca_version.h
--  HINTS ${QCA2_INCLUDE_DIR}
--)
--
--if(QCA2_VERSION_FILE)
--  file(READ ${QCA2_VERSION_FILE} QCA2_VERSION_CONTENT)
--  string (REGEX MATCH QCA_VERSION_STR \.*\\n QCA2_VERSION_MATCH 
${QCA2_VERSION_CONTENT})
--
--  if(QCA2_VERSION_MATCH)
--string(REGEX REPLACE QCA_VERSION_STR \(.*)\\n \\1 QCA2_VERSION 
${QCA2_VERSION_MATCH})
--  endif(QCA2_VERSION_MATCH)
--endif(QCA2_VERSION_FILE)
--
--include(FindPackageHandleStandardArgs)
--find_package_handle_standard_args(QCA2  REQUIRED_VARS QCA2_LIBRARIES 

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:40:07
  Author: fyan
Revision: 230687

upgpkg: kdesdk-thumbnailers 14.12.2-1

Modified:
  kdesdk-thumbnailers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:36:38 UTC (rev 230686)
+++ PKGBUILD2015-02-04 08:40:07 UTC (rev 230687)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-thumbnailers
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Plugins for the thumbnailing system'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
@@ -13,7 +13,7 @@
 depends=('kdebase-runtime' 'gettext')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
-sha1sums=('efd32fa3de0816a12e79a3cbe3cbcae585a0dd92')
+sha1sums=('75754045b4cbe5e7bbfc34984051484748d4940b')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:40:34
  Author: fyan
Revision: 230688

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

Added:
  kdesdk-thumbnailers/repos/testing-i686/
  kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 230687, kdesdk-thumbnailers/trunk/PKGBUILD)
  kdesdk-thumbnailers/repos/testing-x86_64/
  kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 230687, kdesdk-thumbnailers/trunk/PKGBUILD)

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

Copied: kdesdk-thumbnailers/repos/testing-i686/PKGBUILD (from rev 230687, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:40:34 UTC (rev 230688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('75754045b4cbe5e7bbfc34984051484748d4940b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 230687, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:40:34 UTC (rev 230688)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('75754045b4cbe5e7bbfc34984051484748d4940b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${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 kdetoys-ktux/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:48:53
  Author: fyan
Revision: 230705

upgpkg: kdetoys-ktux 14.12.2-1

Modified:
  kdetoys-ktux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:48:47 UTC (rev 230704)
+++ PKGBUILD2015-02-04 08:48:53 UTC (rev 230705)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdetoys-ktux
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='A Tux-in-a-spaceship screen saver'
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
-sha1sums=('50ed649cdcbcb0abf8ddd658b67fd2b4bb87576e')
+sha1sums=('5de07b32f6d70d093659a2f1dce0c23d893896ba')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:48:47
  Author: fyan
Revision: 230704

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

Added:
  kdeutils-filelight/repos/testing-i686/
  kdeutils-filelight/repos/testing-i686/PKGBUILD
(from rev 230703, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install
(from rev 230703, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/testing-x86_64/
  kdeutils-filelight/repos/testing-x86_64/PKGBUILD
(from rev 230703, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install
(from rev 230703, kdeutils-filelight/trunk/kdeutils-filelight.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdeutils-filelight.install   |   12 +
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdeutils-filelight.install |   12 +
 4 files changed, 94 insertions(+)

Copied: kdeutils-filelight/repos/testing-i686/PKGBUILD (from rev 230703, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:48:47 UTC (rev 230704)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('7de21cb2537d11342f6b69be38f063b84b895892')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install (from 
rev 230703, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-i686/kdeutils-filelight.install (rev 0)
+++ testing-i686/kdeutils-filelight.install 2015-02-04 08:48:47 UTC (rev 
230704)
@@ -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: kdeutils-filelight/repos/testing-x86_64/PKGBUILD (from rev 230703, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:48:47 UTC (rev 230704)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('7de21cb2537d11342f6b69be38f063b84b895892')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install 
(from rev 230703, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-x86_64/kdeutils-filelight.install   (rev 0)
+++ testing-x86_64/kdeutils-filelight.install   2015-02-04 08:48:47 UTC (rev 
230704)
@@ -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 kdeutils-ark/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:48:11
  Author: fyan
Revision: 230702

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

Added:
  kdeutils-ark/repos/testing-i686/
  kdeutils-ark/repos/testing-i686/PKGBUILD
(from rev 230701, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/testing-i686/kdeutils-ark.install
(from rev 230701, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/testing-x86_64/
  kdeutils-ark/repos/testing-x86_64/PKGBUILD
(from rev 230701, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install
(from rev 230701, kdeutils-ark/trunk/kdeutils-ark.install)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/kdeutils-ark.install   |   12 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/kdeutils-ark.install |   12 
 4 files changed, 92 insertions(+)

Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 230701, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('a027bb9ce7eaa513a8349f9eced8b9f43d38c4a3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-i686/kdeutils-ark.install (from rev 230701, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-i686/kdeutils-ark.install   (rev 0)
+++ testing-i686/kdeutils-ark.install   2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ark/repos/testing-x86_64/PKGBUILD (from rev 230701, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('a027bb9ce7eaa513a8349f9eced8b9f43d38c4a3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install (from rev 
230701, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2015-02-04 08:48:11 UTC (rev 230702)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:48:15
  Author: fyan
Revision: 230703

upgpkg: kdeutils-filelight 14.12.2-1

Modified:
  kdeutils-filelight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:48:11 UTC (rev 230702)
+++ PKGBUILD2015-02-04 08:48:15 UTC (rev 230703)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-filelight
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='View disk usage information'
 url='http://kde.org/applications/utilities/filelight'
@@ -16,7 +16,7 @@
 conflicts=('filelight')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('68ad3c98b6f79d5b32121d99e8e5e6b16a58cc0d')
+sha1sums=('7de21cb2537d11342f6b69be38f063b84b895892')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:47:42
  Author: fyan
Revision: 230701

upgpkg: kdeutils-ark 14.12.2-1

Modified:
  kdeutils-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:46:40 UTC (rev 230700)
+++ PKGBUILD2015-02-04 08:47:42 UTC (rev 230701)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-ark
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Archiving Tool'
 url='http://kde.org/applications/utilities/ark/'
@@ -15,7 +15,7 @@
 optdepends=('p7zip' 'zip' 'unzip' 'unrar')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz;)
-sha1sums=('df0764ce3c32358c4b1c7515d57431f4707f9da4')
+sha1sums=('a027bb9ce7eaa513a8349f9eced8b9f43d38c4a3')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:59:06
  Author: fyan
Revision: 230724

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

Added:
  kdeutils-kgpg/repos/testing-i686/
  kdeutils-kgpg/repos/testing-i686/PKGBUILD
(from rev 230723, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-i686/kdeutils-kgpg.install
(from rev 230723, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/testing-x86_64/
  kdeutils-kgpg/repos/testing-x86_64/PKGBUILD
(from rev 230723, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-x86_64/kdeutils-kgpg.install
(from rev 230723, kdeutils-kgpg/trunk/kdeutils-kgpg.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdeutils-kgpg.install   |   12 +++
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdeutils-kgpg.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: kdeutils-kgpg/repos/testing-i686/PKGBUILD (from rev 230723, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:59:06 UTC (rev 230724)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs')
+optdepends=('kde-agent: For starting and shutting down gpg-agent with KDE 
session manager')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('9463d2e14ea4fa173c9dcaa4038c8cb7f0b83569')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/testing-i686/kdeutils-kgpg.install (from rev 
230723, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-i686/kdeutils-kgpg.install  (rev 0)
+++ testing-i686/kdeutils-kgpg.install  2015-02-04 08:59:06 UTC (rev 230724)
@@ -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: kdeutils-kgpg/repos/testing-x86_64/PKGBUILD (from rev 230723, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:59:06 UTC (rev 230724)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs')
+optdepends=('kde-agent: For starting and shutting down gpg-agent with KDE 
session manager')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('9463d2e14ea4fa173c9dcaa4038c8cb7f0b83569')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kgpg/repos/testing-x86_64/kdeutils-kgpg.install (from rev 
230723, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-x86_64/kdeutils-kgpg.install(rev 0)
+++ testing-x86_64/kdeutils-kgpg.install2015-02-04 08:59:06 UTC (rev 
230724)
@@ -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 kdeutils-sweeper/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:59:15
  Author: fyan
Revision: 230725

upgpkg: kdeutils-sweeper 14.12.2-1

Modified:
  kdeutils-sweeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:59:06 UTC (rev 230724)
+++ PKGBUILD2015-02-04 08:59:15 UTC (rev 230725)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-sweeper
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='System Cleaner'
 url='http://kde.org/applications/utilities/sweeper'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('a32040614e559433ad4c8e14125690cd5ee937a0')
+sha1sums=('68f4b28a5f25c643aa228e1e3107495841d0ee59')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:11:07
  Author: fyan
Revision: 230661

upgpkg: kdenetwork-krfb 14.12.2-1

Modified:
  kdenetwork-krfb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:09:57 UTC (rev 230660)
+++ PKGBUILD2015-02-04 08:11:07 UTC (rev 230661)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-krfb
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Desktop Sharing'
 url='http://www.kde.org/applications/system/krfb'
@@ -16,7 +16,7 @@
 depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 
'telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
-sha1sums=('6fd45786dc2dd9c50cb5bea9465c6303956dcb12')
+sha1sums=('f8016d00450ed29ea4f8c41f7ede0e8107dafc14')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:03:55
  Author: fyan
Revision: 230651

upgpkg: kdenetwork-kget 14.12.2-1

Modified:
  kdenetwork-kget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 07:58:03 UTC (rev 230650)
+++ PKGBUILD2015-02-04 08:03:55 UTC (rev 230651)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kget
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('7407e964419ea9df53b831358a3a5d49d67df6ff')
+sha1sums=('e9f229850f9d5fd0f1944f516f58c560c8eabade')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:11:36
  Author: fyan
Revision: 230662

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

Added:
  kdenetwork-krfb/repos/testing-i686/
  kdenetwork-krfb/repos/testing-i686/PKGBUILD
(from rev 230661, kdenetwork-krfb/trunk/PKGBUILD)
  kdenetwork-krfb/repos/testing-x86_64/
  kdenetwork-krfb/repos/testing-x86_64/PKGBUILD
(from rev 230661, kdenetwork-krfb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 230661, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:11:36 UTC (rev 230662)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 
'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('f8016d00450ed29ea4f8c41f7ede0e8107dafc14')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krfb/repos/testing-x86_64/PKGBUILD (from rev 230661, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:11:36 UTC (rev 230662)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 
'telepathy-kde-common-internals')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('f8016d00450ed29ea4f8c41f7ede0e8107dafc14')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../krfb-${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 kdenetwork-strigi-analyzers/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:12:05
  Author: fyan
Revision: 230663

upgpkg: kdenetwork-strigi-analyzers 14.12.2-1

Modified:
  kdenetwork-strigi-analyzers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:11:36 UTC (rev 230662)
+++ PKGBUILD2015-02-04 08:12:05 UTC (rev 230663)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-strigi-analyzers
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Strigi analyzers for various network protocols'
 
url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
@@ -13,7 +13,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('3295a11b996df766e50908f63d2b96d43f40efe0')
+sha1sums=('1387df0e36cfb4faadc8ac89920f5e9e9f81c291')
 
 build() {
   mkdir build


[arch-commits] Commit in kdesdk-dolphin-plugins/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:24:09
  Author: fyan
Revision: 230672

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 230671, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 230671, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 230671, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 230671, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

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

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 230671, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:24:09 UTC (rev 230672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 230671, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2015-02-04 08:24:09 UTC (rev 
230672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 230671, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:24:09 UTC (rev 230672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 230671, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2015-02-04 08:24:09 UTC 
(rev 230672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:22:42
  Author: fyan
Revision: 230669

upgpkg: kdesdk-dev-scripts 14.12.2-1

Modified:
  kdesdk-dev-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:22:31 UTC (rev 230668)
+++ PKGBUILD2015-02-04 08:22:42 UTC (rev 230669)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dev-scripts
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Scripts and setting files useful during development of KDE software'
 url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
@@ -13,7 +13,7 @@
 depends=('kdebase-runtime' 'python2')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
-sha1sums=('611ef3029dff1af158ea6da98537eeb8990fe606')
+sha1sums=('67f937f562ef860e4d010dac709b9692590f0b85')
 
 build() {
   mkdir build


[arch-commits] Commit in kdesdk-dev-scripts/repos (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:23:10
  Author: fyan
Revision: 230670

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

Added:
  kdesdk-dev-scripts/repos/testing-i686/
  kdesdk-dev-scripts/repos/testing-i686/PKGBUILD
(from rev 230669, kdesdk-dev-scripts/trunk/PKGBUILD)
  kdesdk-dev-scripts/repos/testing-x86_64/
  kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD
(from rev 230669, kdesdk-dev-scripts/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdesdk-dev-scripts/repos/testing-i686/PKGBUILD (from rev 230669, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:23:10 UTC (rev 230670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('67f937f562ef860e4d010dac709b9692590f0b85')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}

Copied: kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD (from rev 230669, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:23:10 UTC (rev 230670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('67f937f562ef860e4d010dac709b9692590f0b85')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:23:39
  Author: fyan
Revision: 230671

upgpkg: kdesdk-dolphin-plugins 14.12.2-1

Modified:
  kdesdk-dolphin-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:23:10 UTC (rev 230670)
+++ PKGBUILD2015-02-04 08:23:39 UTC (rev 230671)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-dolphin-plugins
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Extra Dolphin plugins'
 url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
@@ -18,7 +18,7 @@
 'subversion: svn support')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
-sha1sums=('e80a445044a13b1154b0686e1e73b2640f99cf28')
+sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272')
 
 build() {
   mkdir build


[arch-commits] Commit in sage-notebook/trunk (PKGBUILD sage-notebook.install)

2015-02-04 Thread Antonio Rojas
Date: Wednesday, February 4, 2015 @ 09:24:01
  Author: arojas
Revision: 127071

userdel todo list

Modified:
  sage-notebook/trunk/PKGBUILD
  sage-notebook/trunk/sage-notebook.install

---+
 PKGBUILD  |2 +-
 sage-notebook.install |8 +---
 2 files changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 07:06:23 UTC (rev 127070)
+++ PKGBUILD2015-02-04 08:24:01 UTC (rev 127071)
@@ -4,7 +4,7 @@
 
 pkgname=sage-notebook
 pkgver=0.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Web-based notebook interface for Sage'
 arch=('any')
 url='http://www.sagemath.org'

Modified: sage-notebook.install
===
--- sage-notebook.install   2015-02-04 07:06:23 UTC (rev 127070)
+++ sage-notebook.install   2015-02-04 08:24:01 UTC (rev 127071)
@@ -1,14 +1,8 @@
 post_install() {
   update-desktop-database -q
-
-  getent passwd sagemath  /dev/null  userdel sagemath
 }
 
 post_upgrade() {
-  update-desktop-database -q
-
-  if [ $(vercmp $2 0.11.1-3) -lt 0 ]; then
-getent passwd sagemath  /dev/null  userdel sagemath 
-  fi
+  post_install
 }
 


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:31:36
  Author: fyan
Revision: 230678

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/kapptemplate.install   |   11 +++
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/kapptemplate.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kapptemplate/repos/testing-i686/PKGBUILD (from rev 230677, 
kapptemplate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:31:36 UTC (rev 230678)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapptemplate
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('4c1df9417cfa8e4917de88356a0f87093573538b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kapptemplate/repos/testing-i686/kapptemplate.install (from rev 230677, 
kapptemplate/trunk/kapptemplate.install)
===
--- testing-i686/kapptemplate.install   (rev 0)
+++ testing-i686/kapptemplate.install   2015-02-04 08:31:36 UTC (rev 230678)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 230677, 
kapptemplate/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:31:36 UTC (rev 230678)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapptemplate
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('4c1df9417cfa8e4917de88356a0f87093573538b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kapptemplate/repos/testing-x86_64/kapptemplate.install (from rev 
230677, kapptemplate/trunk/kapptemplate.install)
===
--- testing-x86_64/kapptemplate.install (rev 0)
+++ testing-x86_64/kapptemplate.install 2015-02-04 08:31:36 UTC (rev 230678)
@@ -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 kapptemplate/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:31:10
  Author: fyan
Revision: 230677

upgpkg: kapptemplate 14.12.2-1

Modified:
  kapptemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:29:25 UTC (rev 230676)
+++ PKGBUILD2015-02-04 08:31:10 UTC (rev 230677)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kapptemplate
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='KDE Template Generator'
 url='http://kde.org/applications/development/kapptemplate/'
@@ -16,7 +16,7 @@
 conflicts=('kdesdk-kapptemplate')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
-sha1sums=('d270eab781d071da3a38afca5b8f91f924250e06')
+sha1sums=('4c1df9417cfa8e4917de88356a0f87093573538b')
 
 build() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:51:50
  Author: fyan
Revision: 230712

upgpkg: kdeutils-kfloppy 14.12.2-1

Modified:
  kdeutils-kfloppy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:51:43 UTC (rev 230711)
+++ PKGBUILD2015-02-04 08:51:50 UTC (rev 230712)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kfloppy
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Floppy Formatter'
 url='http://kde.org/applications/utilities/kfloppy/'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
-sha1sums=('58bb83780c703baea471932c50cbd3b9c096a97f')
+sha1sums=('d98bbf29f92100b6afae22dae12ea8e6533e9d78')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:51:09
  Author: fyan
Revision: 230708

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

Added:
  kdeutils-kcharselect/repos/testing-i686/
  kdeutils-kcharselect/repos/testing-i686/PKGBUILD
(from rev 230707, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/testing-x86_64/
  kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD
(from rev 230707, kdeutils-kcharselect/trunk/PKGBUILD)

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

Copied: kdeutils-kcharselect/repos/testing-i686/PKGBUILD (from rev 230707, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:51:09 UTC (rev 230708)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('bbcffd733c63c9177b1c45c4bda89e974c571489')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD (from rev 230707, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:51:09 UTC (rev 230708)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('bbcffd733c63c9177b1c45c4bda89e974c571489')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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 kdeutils-kcharselect/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:50:43
  Author: fyan
Revision: 230707

upgpkg: kdeutils-kcharselect 14.12.2-1

Modified:
  kdeutils-kcharselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:49:22 UTC (rev 230706)
+++ PKGBUILD2015-02-04 08:50:43 UTC (rev 230707)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcharselect
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Character Selector'
 url=http://kde.org/applications/utilities/kcharselect/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('4aec9e5325b20049e8d05ce0326f9922446dd5cc')
+sha1sums=('bbcffd733c63c9177b1c45c4bda89e974c571489')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:51:43
  Author: fyan
Revision: 230711

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

Added:
  kdeutils-kdf/repos/testing-i686/
  kdeutils-kdf/repos/testing-i686/PKGBUILD
(from rev 230709, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/testing-i686/kdeutils-kdf.install
(from rev 230709, kdeutils-kdf/trunk/kdeutils-kdf.install)
  kdeutils-kdf/repos/testing-x86_64/
  kdeutils-kdf/repos/testing-x86_64/PKGBUILD
(from rev 230709, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/testing-x86_64/kdeutils-kdf.install
(from rev 230709, kdeutils-kdf/trunk/kdeutils-kdf.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/kdeutils-kdf.install   |   11 +++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/kdeutils-kdf.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: kdeutils-kdf/repos/testing-i686/PKGBUILD (from rev 230709, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:51:43 UTC (rev 230711)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=14.12.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('5492d3f3439af70d13187175e5381fc50cbc1dfd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/testing-i686/kdeutils-kdf.install (from rev 230709, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-i686/kdeutils-kdf.install   (rev 0)
+++ testing-i686/kdeutils-kdf.install   2015-02-04 08:51:43 UTC (rev 230711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/testing-x86_64/PKGBUILD (from rev 230709, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:51:43 UTC (rev 230711)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=14.12.2
+pkgrel=1
+url=http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('5492d3f3439af70d13187175e5381fc50cbc1dfd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kdf/repos/testing-x86_64/kdeutils-kdf.install (from rev 
230709, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-x86_64/kdeutils-kdf.install (rev 0)
+++ testing-x86_64/kdeutils-kdf.install 2015-02-04 08:51:43 UTC (rev 230711)
@@ -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 kdeutils-kdf/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:51:15
  Author: fyan
Revision: 230709

upgpkg: kdeutils-kdf 14.12.2-1

Modified:
  kdeutils-kdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:51:09 UTC (rev 230708)
+++ PKGBUILD2015-02-04 08:51:15 UTC (rev 230709)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kdf
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 url=http://kde.org/applications/system/kdiskfree/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('de4c02a32074f11aa70951069864e4ed518b36d6')
+sha1sums=('5492d3f3439af70d13187175e5381fc50cbc1dfd')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:51:36
  Author: fyan
Revision: 230710

upgpkg: kdeutils-kcalc 14.12.2-1

Modified:
  kdeutils-kcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:51:15 UTC (rev 230709)
+++ PKGBUILD2015-02-04 08:51:36 UTC (rev 230710)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcalc
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Scientific Calculator'
 url='http://kde.org/applications/utilities/kcalc/'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('6ebda807134de51097fddfbc54a491abd7e3d880')
+sha1sums=('469f17eac83665821227e2602a11b1acb28dac2b')
 
 build() {
   cd ${srcdir}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:59:41
  Author: fyan
Revision: 230726

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

Added:
  kdeutils-sweeper/repos/testing-i686/
  kdeutils-sweeper/repos/testing-i686/PKGBUILD
(from rev 230725, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/testing-x86_64/
  kdeutils-sweeper/repos/testing-x86_64/PKGBUILD
(from rev 230725, kdeutils-sweeper/trunk/PKGBUILD)

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

Copied: kdeutils-sweeper/repos/testing-i686/PKGBUILD (from rev 230725, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:59:41 UTC (rev 230726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('68f4b28a5f25c643aa228e1e3107495841d0ee59')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-sweeper/repos/testing-x86_64/PKGBUILD (from rev 230725, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:59:41 UTC (rev 230726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('68f4b28a5f25c643aa228e1e3107495841d0ee59')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${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 hylafax/repos (36 files)

2015-02-04 Thread Tobias Powalowski
Date: Wednesday, February 4, 2015 @ 10:14:47
  Author: tpowa
Revision: 230734

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

Added:
  hylafax/repos/extra-i686/PKGBUILD
(from rev 230733, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-i686/config.local
(from rev 230733, hylafax/trunk/config.local)
  hylafax/repos/extra-i686/faxgetty@.service
(from rev 230733, hylafax/trunk/faxgetty@.service)
  hylafax/repos/extra-i686/faxq.service
(from rev 230733, hylafax/trunk/faxq.service)
  hylafax/repos/extra-i686/hfaxd.service
(from rev 230733, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-i686/hylafax
(from rev 230733, hylafax/trunk/hylafax)
  hylafax/repos/extra-i686/hylafax.install
(from rev 230733, hylafax/trunk/hylafax.install)
  hylafax/repos/extra-i686/hylafax.service
(from rev 230733, hylafax/trunk/hylafax.service)
  hylafax/repos/extra-i686/hylafax.timer
(from rev 230733, hylafax/trunk/hylafax.timer)
  hylafax/repos/extra-x86_64/PKGBUILD
(from rev 230733, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-x86_64/config.local
(from rev 230733, hylafax/trunk/config.local)
  hylafax/repos/extra-x86_64/faxgetty@.service
(from rev 230733, hylafax/trunk/faxgetty@.service)
  hylafax/repos/extra-x86_64/faxq.service
(from rev 230733, hylafax/trunk/faxq.service)
  hylafax/repos/extra-x86_64/hfaxd.service
(from rev 230733, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-x86_64/hylafax
(from rev 230733, hylafax/trunk/hylafax)
  hylafax/repos/extra-x86_64/hylafax.install
(from rev 230733, hylafax/trunk/hylafax.install)
  hylafax/repos/extra-x86_64/hylafax.service
(from rev 230733, hylafax/trunk/hylafax.service)
  hylafax/repos/extra-x86_64/hylafax.timer
(from rev 230733, hylafax/trunk/hylafax.timer)
Deleted:
  hylafax/repos/extra-i686/PKGBUILD
  hylafax/repos/extra-i686/config.local
  hylafax/repos/extra-i686/faxgetty@.service
  hylafax/repos/extra-i686/faxq.service
  hylafax/repos/extra-i686/hfaxd.service
  hylafax/repos/extra-i686/hylafax
  hylafax/repos/extra-i686/hylafax.install
  hylafax/repos/extra-i686/hylafax.service
  hylafax/repos/extra-i686/hylafax.timer
  hylafax/repos/extra-x86_64/PKGBUILD
  hylafax/repos/extra-x86_64/config.local
  hylafax/repos/extra-x86_64/faxgetty@.service
  hylafax/repos/extra-x86_64/faxq.service
  hylafax/repos/extra-x86_64/hfaxd.service
  hylafax/repos/extra-x86_64/hylafax
  hylafax/repos/extra-x86_64/hylafax.install
  hylafax/repos/extra-x86_64/hylafax.service
  hylafax/repos/extra-x86_64/hylafax.timer

+
 /PKGBUILD  |  124 
 /config.local  |  546 +++
 /faxgetty@.service |   48 +++
 /faxq.service  |   20 +
 /hfaxd.service |   20 +
 /hylafax   |  142 ++
 /hylafax.install   |   70 +
 /hylafax.service   |   22 +
 /hylafax.timer |   14 +
 extra-i686/PKGBUILD|   57 
 extra-i686/config.local|  273 ---
 extra-i686/faxgetty@.service   |   24 -
 extra-i686/faxq.service|   10 
 extra-i686/hfaxd.service   |   10 
 extra-i686/hylafax |   71 -
 extra-i686/hylafax.install |   42 ---
 extra-i686/hylafax.service |   11 
 extra-i686/hylafax.timer   |7 
 extra-x86_64/PKGBUILD  |   57 
 extra-x86_64/config.local  |  273 ---
 extra-x86_64/faxgetty@.service |   24 -
 extra-x86_64/faxq.service  |   10 
 extra-x86_64/hfaxd.service |   10 
 extra-x86_64/hylafax   |   71 -
 extra-x86_64/hylafax.install   |   42 ---
 extra-x86_64/hylafax.service   |   11 
 extra-x86_64/hylafax.timer |7 
 27 files changed, 1006 insertions(+), 1010 deletions(-)

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


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

2015-02-04 Thread Maxime Gauduin
Date: Wednesday, February 4, 2015 @ 10:52:42
  Author: alucryd
Revision: 127075

upgpkg: mantisbt 1.2.19-1

Modified:
  mantisbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:32:36 UTC (rev 127074)
+++ PKGBUILD2015-02-04 09:52:42 UTC (rev 127075)
@@ -6,7 +6,7 @@
 # Contributor: Angel 'angvp' Velasquez an...@archlinux.com.ve
 
 pkgname=mantisbt
-pkgver=1.2.18
+pkgver=1.2.19
 pkgrel=1
 pkgdesc='Web-based issue tracking system'
 arch=('any')
@@ -23,7 +23,7 @@
 backup=('etc/webapps/mantisbt/config_inc.php')
 install='mantisbt.install'
 source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;)
-sha256sums=('80d2787cbedcb3ca1c724a6c5b33d4d66046ce8f991da82e91a09c4b00ddb93d')
+sha256sums=('0814d2113de4a53498bb67fa531ca36dee821e5c22df150deb75dc918eed86de')
 
 package() {
   install -dm 755 ${pkgdir}/{etc/webapps/mantisbt,usr/share/webapps}


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

2015-02-04 Thread Maxime Gauduin
Date: Wednesday, February 4, 2015 @ 10:52:56
  Author: alucryd
Revision: 127076

archrelease: copy trunk to community-any

Added:
  mantisbt/repos/community-any/PKGBUILD
(from rev 127075, mantisbt/trunk/PKGBUILD)
  mantisbt/repos/community-any/mantisbt.install
(from rev 127075, mantisbt/trunk/mantisbt.install)
Deleted:
  mantisbt/repos/community-any/PKGBUILD
  mantisbt/repos/community-any/mantisbt.install

--+
 PKGBUILD |   84 ++---
 mantisbt.install |   34 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-04 09:52:42 UTC (rev 127075)
+++ PKGBUILD2015-02-04 09:52:56 UTC (rev 127076)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Alexander 'gridcol' Griesbaum agr...@gmail.com
-# Contributor: Ravenman correo.cue...@gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov@gmail
-# Contributor: Angel 'angvp' Velasquez an...@archlinux.com.ve
-
-pkgname=mantisbt
-pkgver=1.2.18
-pkgrel=1
-pkgdesc='Web-based issue tracking system'
-arch=('any')
-url='http://www.mantisbt.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run MantisBT'
-'curl: Twitter integration'
-'gd: Graphs support'
-'lighttpd: Web server to run MantisBT'
-'mariadb: SQL database'
-'nginx: Web server to run MantisBT'
-'php-pgsql: PostgreSQL database')
-backup=('etc/webapps/mantisbt/config_inc.php')
-install='mantisbt.install'
-source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;)
-sha256sums=('80d2787cbedcb3ca1c724a6c5b33d4d66046ce8f991da82e91a09c4b00ddb93d')
-
-package() {
-  install -dm 755 ${pkgdir}/{etc/webapps/mantisbt,usr/share/webapps}
-  cp -dr --no-preserve='ownership' mantisbt-${pkgver} 
${pkgdir}/usr/share/webapps/mantisbt
-
-  for f in 
{config_inc.php,custom_strings_inc.php,custom_constants_inc.php,custom_functions_inc.php};
 do
-ln -s /etc/webapps/mantisbt/${f} ${pkgdir}/usr/share/webapps/mantisbt/
-  done
-  cp ${pkgdir}/usr/share/webapps/mantisbt/config_inc.php.sample 
${pkgdir}/etc/webapps/mantisbt/config_inc.php
-
-  find ${pkgdir} -type d -exec chmod 755 {} +
-  find ${pkgdir} -type f -exec chmod 644 {} +
-  chown http:http -R ${pkgdir}/usr/share/webapps/mantisbt
-}
-
-# vim: ts=2 sw=2 et:

Copied: mantisbt/repos/community-any/PKGBUILD (from rev 127075, 
mantisbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-04 09:52:56 UTC (rev 127076)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Alexander 'gridcol' Griesbaum agr...@gmail.com
+# Contributor: Ravenman correo.cue...@gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov@gmail
+# Contributor: Angel 'angvp' Velasquez an...@archlinux.com.ve
+
+pkgname=mantisbt
+pkgver=1.2.19
+pkgrel=1
+pkgdesc='Web-based issue tracking system'
+arch=('any')
+url='http://www.mantisbt.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run MantisBT'
+'curl: Twitter integration'
+'gd: Graphs support'
+'lighttpd: Web server to run MantisBT'
+'mariadb: SQL database'
+'nginx: Web server to run MantisBT'
+'php-pgsql: PostgreSQL database')
+backup=('etc/webapps/mantisbt/config_inc.php')
+install='mantisbt.install'
+source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;)
+sha256sums=('0814d2113de4a53498bb67fa531ca36dee821e5c22df150deb75dc918eed86de')
+
+package() {
+  install -dm 755 ${pkgdir}/{etc/webapps/mantisbt,usr/share/webapps}
+  cp -dr --no-preserve='ownership' mantisbt-${pkgver} 
${pkgdir}/usr/share/webapps/mantisbt
+
+  for f in 
{config_inc.php,custom_strings_inc.php,custom_constants_inc.php,custom_functions_inc.php};
 do
+ln -s /etc/webapps/mantisbt/${f} ${pkgdir}/usr/share/webapps/mantisbt/
+  done
+  cp ${pkgdir}/usr/share/webapps/mantisbt/config_inc.php.sample 
${pkgdir}/etc/webapps/mantisbt/config_inc.php
+
+  find ${pkgdir} -type d -exec chmod 755 {} +
+  find ${pkgdir} -type f -exec chmod 644 {} +
+  chown http:http -R ${pkgdir}/usr/share/webapps/mantisbt
+}
+
+# vim: ts=2 sw=2 et:

Deleted: mantisbt.install
===
--- mantisbt.install2015-02-04 09:52:42 UTC (rev 127075)
+++ mantisbt.install2015-02-04 09:52:56 UTC (rev 127076)
@@ -1,17 +0,0 @@
-pre_upgrade() {
-  cd /usr/share/webapps/mantisbt
-
-  cp mantis_offline.php.sample mantis_offline.php
-}
-
-post_upgrade() {
-  cd /usr/share/webapps/mantisbt
-
-  rm mantis_offline.php
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/mantisbt
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:09:57
  Author: fyan
Revision: 230660

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

Added:
  kdenetwork-zeroconf-ioslave/repos/testing-i686/
  kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD
(from rev 230659, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/testing-x86_64/
  kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD
(from rev 230659, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdenetwork-zeroconf-ioslave/repos/testing-i686/PKGBUILD (from rev 
230659, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:09:57 UTC (rev 230660)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('e28c2b8d81652e607edb105263159b364c333821')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-zeroconf-ioslave/repos/testing-x86_64/PKGBUILD (from rev 
230659, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:09:57 UTC (rev 230660)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('e28c2b8d81652e607edb105263159b364c333821')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${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 kdenetwork-kopete/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:08:42
  Author: fyan
Revision: 230657

upgpkg: kdenetwork-kopete 14.12.2-1

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:06:03 UTC (rev 230656)
+++ PKGBUILD2015-02-04 08:08:42 UTC (rev 230657)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-kopete
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Instant Messenger'
 url='http://kde.org/applications/internet/kopete/'
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('bf5c8b45c6706ed26e5257817e838fd538033aa2')
+sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a')
 
 prepare() {
   mkdir build


[arch-commits] Commit in kdenetwork-zeroconf-ioslave/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:09:28
  Author: fyan
Revision: 230659

upgpkg: kdenetwork-zeroconf-ioslave 14.12.2-1

Modified:
  kdenetwork-zeroconf-ioslave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:09:11 UTC (rev 230658)
+++ PKGBUILD2015-02-04 08:09:28 UTC (rev 230659)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdenetwork-zeroconf-ioslave
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
 url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
@@ -15,7 +15,7 @@
 conflicts=('kdenetwork-kdnssd')
 replaces=('kdenetwork-kdnssd')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('26ea8b09b34f491cc48a18fabc3f0da6542cac06')
+sha1sums=('e28c2b8d81652e607edb105263159b364c333821')
 
 prepare() {
   mkdir build


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:09:11
  Author: fyan
Revision: 230658

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 230657, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 230657, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 230657, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:09:11 UTC (rev 230658)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2015-02-04 08:09:11 UTC (rev 
230658)
@@ -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: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 230657, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:09:11 UTC (rev 230658)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2015-02-04 08:09:11 UTC (rev 
230658)
@@ -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 kdenetwork-strigi-analyzers/repos (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:12:34
  Author: fyan
Revision: 230664

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

Added:
  kdenetwork-strigi-analyzers/repos/testing-i686/
  kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD
(from rev 230663, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/testing-x86_64/
  kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD
(from rev 230663, kdenetwork-strigi-analyzers/trunk/PKGBUILD)

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

Copied: kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 
230663, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:12:34 UTC (rev 230664)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('1387df0e36cfb4faadc8ac89920f5e9e9f81c291')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 
230663, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:12:34 UTC (rev 230664)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('1387df0e36cfb4faadc8ac89920f5e9e9f81c291')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${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 kdesdk-strigi-analyzers/repos (4 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:45:52
  Author: fyan
Revision: 230698

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

Added:
  kdesdk-strigi-analyzers/repos/testing-i686/
  kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD
(from rev 230697, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/testing-x86_64/
  kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD
(from rev 230697, kdesdk-strigi-analyzers/trunk/PKGBUILD)

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

Copied: kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 230697, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:45:52 UTC (rev 230698)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('8e49fee8783a488f0bfbc9421c451e3539241c59')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD (from rev 230697, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:45:52 UTC (rev 230698)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('8e49fee8783a488f0bfbc9421c451e3539241c59')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${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 kdesdk-strigi-analyzers/trunk (PKGBUILD)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:45:26
  Author: fyan
Revision: 230697

upgpkg: kdesdk-strigi-analyzers 14.12.2-1

Modified:
  kdesdk-strigi-analyzers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 08:44:44 UTC (rev 230696)
+++ PKGBUILD2015-02-04 08:45:26 UTC (rev 230697)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdesdk-strigi-analyzers
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='Analyzer plugins for strigi'
 url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
@@ -13,7 +13,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('88e371cd74b9ec26bf58f19652734f00f0867881')
+sha1sums=('8e49fee8783a488f0bfbc9421c451e3539241c59')
 
 build() {
   mkdir build


[arch-commits] Commit in kdesdk-umbrello/repos (7 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:44:44
  Author: fyan
Revision: 230696

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

Added:
  kdesdk-umbrello/repos/testing-i686/
  kdesdk-umbrello/repos/testing-i686/PKGBUILD
(from rev 230695, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install
(from rev 230695, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
(from rev 230695, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 230695, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
Deleted:
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install

+
 /PKGBUILD  |   33 +++
 /kdesdk-umbrello.install   |   12 +++
 testing-i686/PKGBUILD  |   33 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   33 ---
 testing-x86_64/kdesdk-umbrello.install |   12 ---
 6 files changed, 90 insertions(+), 45 deletions(-)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 230695, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:44:44 UTC (rev 230696)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
230695, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2015-02-04 08:44:44 UTC (rev 
230696)
@@ -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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-02-04 08:44:06 UTC (rev 230695)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:44:44 UTC (rev 230696)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdesdk-umbrello
-pkgver=14.12.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
-sha1sums=('f9d129e48ab733d2390020935f6bc1f5bc586709')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 230695, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:44:44 UTC (rev 230696)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz;)

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:44:06
  Author: fyan
Revision: 230695

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

Added:
  kdetoys-amor/repos/testing-i686/
  kdetoys-amor/repos/testing-i686/PKGBUILD
(from rev 230693, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/testing-i686/kdetoys-amor.install
(from rev 230693, kdetoys-amor/trunk/kdetoys-amor.install)
  kdetoys-amor/repos/testing-x86_64/
  kdetoys-amor/repos/testing-x86_64/PKGBUILD
(from rev 230693, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/testing-x86_64/kdetoys-amor.install
(from rev 230693, kdetoys-amor/trunk/kdetoys-amor.install)

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

Copied: kdetoys-amor/repos/testing-i686/PKGBUILD (from rev 230693, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:44:06 UTC (rev 230695)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('65a9a095ebc78160c09af3be58fc6e97c5ae0d5c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-i686/kdetoys-amor.install (from rev 230693, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-i686/kdetoys-amor.install   (rev 0)
+++ testing-i686/kdetoys-amor.install   2015-02-04 08:44:06 UTC (rev 230695)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-amor/repos/testing-x86_64/PKGBUILD (from rev 230693, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:44:06 UTC (rev 230695)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('65a9a095ebc78160c09af3be58fc6e97c5ae0d5c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-x86_64/kdetoys-amor.install (from rev 
230693, kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-x86_64/kdetoys-amor.install (rev 0)
+++ testing-x86_64/kdetoys-amor.install 2015-02-04 08:44:06 UTC (rev 230695)
@@ -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 kdeutils-kfloppy/repos (6 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:52:20
  Author: fyan
Revision: 230713

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

Added:
  kdeutils-kfloppy/repos/testing-i686/
  kdeutils-kfloppy/repos/testing-i686/PKGBUILD
(from rev 230712, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install
(from rev 230712, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/testing-x86_64/
  kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD
(from rev 230712, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install
(from rev 230712, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)

-+
 testing-i686/PKGBUILD   |   33 ++
 testing-i686/kdeutils-kfloppy.install   |   12 ++
 testing-x86_64/PKGBUILD |   33 ++
 testing-x86_64/kdeutils-kfloppy.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: kdeutils-kfloppy/repos/testing-i686/PKGBUILD (from rev 230712, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:52:20 UTC (rev 230713)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('d98bbf29f92100b6afae22dae12ea8e6533e9d78')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install (from rev 
230712, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-i686/kdeutils-kfloppy.install   (rev 0)
+++ testing-i686/kdeutils-kfloppy.install   2015-02-04 08:52:20 UTC (rev 
230713)
@@ -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: kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD (from rev 230712, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:52:20 UTC (rev 230713)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('d98bbf29f92100b6afae22dae12ea8e6533e9d78')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install (from 
rev 230712, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-x86_64/kdeutils-kfloppy.install (rev 0)
+++ testing-x86_64/kdeutils-kfloppy.install 2015-02-04 08:52:20 UTC (rev 
230713)
@@ -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 kdewebdev/repos (8 files)

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:04:33
  Author: fyan
Revision: 230730

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

Added:
  kdewebdev/repos/testing-i686/
  kdewebdev/repos/testing-i686/PKGBUILD
(from rev 230729, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/testing-i686/kdewebdev-kimagemapeditor.install
(from rev 230729, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/testing-i686/kdewebdev.install
(from rev 230729, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/testing-x86_64/
  kdewebdev/repos/testing-x86_64/PKGBUILD
(from rev 230729, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/testing-x86_64/kdewebdev-kimagemapeditor.install
(from rev 230729, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/testing-x86_64/kdewebdev.install
(from rev 230729, kdewebdev/trunk/kdewebdev.install)

--+
 testing-i686/PKGBUILD|   72 +
 testing-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 testing-i686/kdewebdev.install   |   11 +++
 testing-x86_64/PKGBUILD  |   72 +
 testing-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 testing-x86_64/kdewebdev.install |   11 +++
 6 files changed, 190 insertions(+)

Copied: kdewebdev/repos/testing-i686/PKGBUILD (from rev 230729, 
kdewebdev/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 09:04:33 UTC (rev 230730)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=14.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('6ccaca3a31dbff4ea135bfa210f80bdc18c7d19d')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdewebdev-kfilereplace() {
+   pkgdesc='Search  Replace Tool'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfilereplace/;
+   install='kdewebdev.install'
+   cd $srcdir/build/kfilereplace
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfilereplace
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kimagemapeditor() {
+   pkgdesc='HTML Image Map Editor'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kimagemapeditor/;
+   install='kdewebdev-kimagemapeditor.install'
+   cd $srcdir/build/kimagemapeditor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kimagemapeditor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-klinkstatus() {
+   pkgdesc='Link Checker'
+   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
+url=http://www.kde.org/applications/development/klinkstatus/;
+   install='kdewebdev.install'
+   cd $srcdir/build/klinkstatus
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/klinkstatus
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kommander() {
+   pkgdesc='Executor for Kommander dialogs'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kommander/;
+   cd $srcdir/build/kommander
+   make DESTDIR=$pkgdir install
+}

Copied: kdewebdev/repos/testing-i686/kdewebdev-kimagemapeditor.install (from 
rev 230729, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- testing-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ testing-i686/kdewebdev-kimagemapeditor.install  2015-02-04 09:04:33 UTC 
(rev 230730)
@@ -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: kdewebdev/repos/testing-i686/kdewebdev.install (from rev 230729, 
kdewebdev/trunk/kdewebdev.install)
===
--- testing-i686/kdewebdev.install  (rev 0)
+++ testing-i686/kdewebdev.install  2015-02-04 

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 10:54:20
  Author: fyan
Revision: 230739

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

Added:
  katepart4/repos/extra-i686/PKGBUILD
(from rev 230738, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-i686/katepart4.install
(from rev 230738, katepart4/trunk/katepart4.install)
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 230738, katepart4/trunk/pkgbuild-syntax-highlight.patch)
  katepart4/repos/extra-x86_64/PKGBUILD
(from rev 230738, katepart4/trunk/PKGBUILD)
  katepart4/repos/extra-x86_64/katepart4.install
(from rev 230738, katepart4/trunk/katepart4.install)
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch
(from rev 230738, katepart4/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  katepart4/repos/extra-i686/PKGBUILD
  katepart4/repos/extra-i686/katepart4.install
  katepart4/repos/extra-i686/pkgbuild-syntax-highlight.patch
  katepart4/repos/extra-x86_64/PKGBUILD
  katepart4/repos/extra-x86_64/katepart4.install
  katepart4/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|   88 +
 /katepart4.install   |   22 ++
 /pkgbuild-syntax-highlight.patch |   22 ++
 extra-i686/PKGBUILD  |   41 ---
 extra-i686/katepart4.install |   11 ---
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 ---
 extra-x86_64/PKGBUILD|   41 ---
 extra-x86_64/katepart4.install   |   11 ---
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 ---
 9 files changed, 132 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-i686/PKGBUILD 2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname='katepart4'
-pkgver=4.14.3
-pkgrel=2
-pkgdesc=A fast and feature-rich text editor component
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-url=http://kate-editor.org/about-katepart/;
-depends=('kdelibs')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
-install=$pkgname.install
-provides=('kdebase-katepart')
-replaces=('kdebase-katepart')
-source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
-  '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() {
-  cd build/part
-  make DESTDIR=${pkgdir} install
-}
\ No newline at end of file

Copied: katepart4/repos/extra-i686/PKGBUILD (from rev 230738, 
katepart4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-04 09:54:20 UTC (rev 230739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=katepart4
+pkgver=4.14.3
+pkgrel=3
+pkgdesc=A fast and feature-rich text editor component
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+url=http://kate-editor.org/about-katepart/;
+depends=('kdelibs')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'kdebindings-python')
+install=$pkgname.install
+provides=('kdebase-katepart')
+replaces=('kdebase-katepart')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('da37195e86b5449fcdfe69a3f7df6373a5da900c'
+  '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() {
+  cd build/part
+  make DESTDIR=${pkgdir} install
+
+  cd ../addons/ktexteditor
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/katepart4.install
===
--- extra-i686/katepart4.install2015-02-04 09:53:35 UTC (rev 230738)
+++ extra-i686/katepart4.install2015-02-04 09:54:20 UTC (rev 230739)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

  1   2   >