Date: Saturday, January 19, 2013 @ 06:48:50
  Author: andrea
Revision: 175573

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
    (from rev 175572, kdeadmin/kde-unstable/PKGBUILD)
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
    (from rev 175572, kdeadmin/kde-unstable/kdeadmin.install)
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
    (from rev 175572, kdeadmin/kde-unstable/syslog-path.patch)
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 175572, kdeadmin/kde-unstable/PKGBUILD)
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
    (from rev 175572, kdeadmin/kde-unstable/kdeadmin.install)
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch
    (from rev 175572, kdeadmin/kde-unstable/syslog-path.patch)
Deleted:
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch

---------------------------------------+
 kde-unstable-i686/PKGBUILD            |  127 ++++++++++++++++----------------
 kde-unstable-i686/kdeadmin.install    |   22 ++---
 kde-unstable-i686/syslog-path.patch   |   22 ++---
 kde-unstable-x86_64/PKGBUILD          |  127 ++++++++++++++++----------------
 kde-unstable-x86_64/kdeadmin.install  |   22 ++---
 kde-unstable-x86_64/syslog-path.patch |   22 ++---
 6 files changed, 172 insertions(+), 170 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD  2013-01-19 11:48:08 UTC (rev 175572)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:48:50 UTC (rev 175573)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=kdeadmin
-pkgname=('kdeadmin-kcron'
-         'kdeadmin-ksystemlog'
-         'kdeadmin-kuser')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
-        'syslog-path.patch')
-sha1sums=('61dcc48413009c2d2e1706793de1dded3915840c'
-          '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-build() {
-       cd ${srcdir}/${pkgbase}-${pkgver}
-       patch -p1 -i ${srcdir}/syslog-path.patch
-
-       cd ${srcdir}
-       mkdir build
-       cd build
-       cmake ../${pkgbase}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DBUILD_strigi-analyzer=OFF
-       make
-}
-
-package_kdeadmin-kcron() {
-       pkgdesc='Configure and schedule tasks'
-    url='http://userbase.kde.org/KCron'
-       depends=('kdelibs')
-       cd $srcdir/build/kcron
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/kcron
-       make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-ksystemlog() {
-       pkgdesc='System log viewer tool'
-       depends=('kdebase-runtime')
-       url="http://kde.org/applications/system/ksystemlog/";
-       cd $srcdir/build/ksystemlog
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/ksystemlog
-       make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-kuser() {
-       pkgdesc='User Manager'
-       depends=('kdebase-runtime' 'kdepimlibs')
-       url="http://kde.org/applications/system/kuser/";
-       install='kdeadmin.install'
-       cd $srcdir/build/kuser
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/kuser
-       make DESTDIR=$pkgdir install
-}

Copied: kdeadmin/repos/kde-unstable-i686/PKGBUILD (from rev 175572, 
kdeadmin/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:48:50 UTC (rev 175573)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=kdeadmin
+pkgname=('kdeadmin-kcron'
+         'kdeadmin-ksystemlog'
+         'kdeadmin-kuser')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
+        'syslog-path.patch')
+sha1sums=('eb42c73d2230c0046b0eec997855a06c124987b1'
+          '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+build() {
+       cd ${srcdir}/${pkgbase}-${pkgver}
+       patch -p1 -i ${srcdir}/syslog-path.patch
+
+       cd ${srcdir}
+       mkdir build
+       cd build
+       cmake ../${pkgbase}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DBUILD_strigi-analyzer=OFF
+       make
+}
+
+package_kdeadmin-kcron() {
+       pkgdesc='Configure and schedule tasks'
+    url='http://userbase.kde.org/KCron'
+       depends=('kdelibs')
+       cd $srcdir/build/kcron
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/kcron
+       make DESTDIR=$pkgdir install
+}
+
+package_kdeadmin-ksystemlog() {
+       pkgdesc='System log viewer tool'
+       depends=('kdebase-runtime')
+       url="http://kde.org/applications/system/ksystemlog/";
+       cd $srcdir/build/ksystemlog
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/ksystemlog
+       make DESTDIR=$pkgdir install
+}
+
+package_kdeadmin-kuser() {
+       pkgdesc='User Manager'
+       depends=('kdebase-runtime' 'kdepimlibs')
+       url="http://kde.org/applications/system/kuser/";
+       install='kdeadmin.install'
+       cd $srcdir/build/kuser
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/kuser
+       make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeadmin.install
===================================================================
--- kde-unstable-i686/kdeadmin.install  2013-01-19 11:48:08 UTC (rev 175572)
+++ kde-unstable-i686/kdeadmin.install  2013-01-19 11:48:50 UTC (rev 175573)
@@ -1,11 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdeadmin/repos/kde-unstable-i686/kdeadmin.install (from rev 175572, 
kdeadmin/kde-unstable/kdeadmin.install)
===================================================================
--- kde-unstable-i686/kdeadmin.install                          (rev 0)
+++ kde-unstable-i686/kdeadmin.install  2013-01-19 11:48:50 UTC (rev 175573)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/syslog-path.patch
===================================================================
--- kde-unstable-i686/syslog-path.patch 2013-01-19 11:48:08 UTC (rev 175572)
+++ kde-unstable-i686/syslog-path.patch 2013-01-19 11:48:50 UTC (rev 175573)
@@ -1,11 +0,0 @@
---- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.840000005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.803333335 +0100
-@@ -39,7 +39,7 @@
-               SystemConfiguration() :
-                       GenericLogModeConfiguration(
-                                       QLatin1String( SYSTEM_LOG_MODE_ID ),
--                                      QStringList() << QLatin1String( 
"/var/log/syslog" ),
-+                                      QStringList() << QLatin1String( 
"/var/log/messages.log" ),
-                                       QList<int>() << INFORMATION_LOG_LEVEL_ID
-                       ) {
- 

Copied: kdeadmin/repos/kde-unstable-i686/syslog-path.patch (from rev 175572, 
kdeadmin/kde-unstable/syslog-path.patch)
===================================================================
--- kde-unstable-i686/syslog-path.patch                         (rev 0)
+++ kde-unstable-i686/syslog-path.patch 2013-01-19 11:48:50 UTC (rev 175573)
@@ -0,0 +1,11 @@
+--- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.840000005 +0100
++++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.803333335 +0100
+@@ -39,7 +39,7 @@
+               SystemConfiguration() :
+                       GenericLogModeConfiguration(
+                                       QLatin1String( SYSTEM_LOG_MODE_ID ),
+-                                      QStringList() << QLatin1String( 
"/var/log/syslog" ),
++                                      QStringList() << QLatin1String( 
"/var/log/messages.log" ),
+                                       QList<int>() << INFORMATION_LOG_LEVEL_ID
+                       ) {
+ 

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2013-01-19 11:48:08 UTC (rev 175572)
+++ kde-unstable-x86_64/PKGBUILD        2013-01-19 11:48:50 UTC (rev 175573)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=kdeadmin
-pkgname=('kdeadmin-kcron'
-         'kdeadmin-ksystemlog'
-         'kdeadmin-kuser')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
-        'syslog-path.patch')
-sha1sums=('61dcc48413009c2d2e1706793de1dded3915840c'
-          '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-build() {
-       cd ${srcdir}/${pkgbase}-${pkgver}
-       patch -p1 -i ${srcdir}/syslog-path.patch
-
-       cd ${srcdir}
-       mkdir build
-       cd build
-       cmake ../${pkgbase}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DBUILD_strigi-analyzer=OFF
-       make
-}
-
-package_kdeadmin-kcron() {
-       pkgdesc='Configure and schedule tasks'
-    url='http://userbase.kde.org/KCron'
-       depends=('kdelibs')
-       cd $srcdir/build/kcron
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/kcron
-       make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-ksystemlog() {
-       pkgdesc='System log viewer tool'
-       depends=('kdebase-runtime')
-       url="http://kde.org/applications/system/ksystemlog/";
-       cd $srcdir/build/ksystemlog
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/ksystemlog
-       make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-kuser() {
-       pkgdesc='User Manager'
-       depends=('kdebase-runtime' 'kdepimlibs')
-       url="http://kde.org/applications/system/kuser/";
-       install='kdeadmin.install'
-       cd $srcdir/build/kuser
-       make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/kuser
-       make DESTDIR=$pkgdir install
-}

Copied: kdeadmin/repos/kde-unstable-x86_64/PKGBUILD (from rev 175572, 
kdeadmin/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2013-01-19 11:48:50 UTC (rev 175573)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=kdeadmin
+pkgname=('kdeadmin-kcron'
+         'kdeadmin-ksystemlog'
+         'kdeadmin-kuser')
+pkgver=4.9.98
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeadmin')
+makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
+        'syslog-path.patch')
+sha1sums=('eb42c73d2230c0046b0eec997855a06c124987b1'
+          '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+build() {
+       cd ${srcdir}/${pkgbase}-${pkgver}
+       patch -p1 -i ${srcdir}/syslog-path.patch
+
+       cd ${srcdir}
+       mkdir build
+       cd build
+       cmake ../${pkgbase}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DBUILD_strigi-analyzer=OFF
+       make
+}
+
+package_kdeadmin-kcron() {
+       pkgdesc='Configure and schedule tasks'
+    url='http://userbase.kde.org/KCron'
+       depends=('kdelibs')
+       cd $srcdir/build/kcron
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/kcron
+       make DESTDIR=$pkgdir install
+}
+
+package_kdeadmin-ksystemlog() {
+       pkgdesc='System log viewer tool'
+       depends=('kdebase-runtime')
+       url="http://kde.org/applications/system/ksystemlog/";
+       cd $srcdir/build/ksystemlog
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/ksystemlog
+       make DESTDIR=$pkgdir install
+}
+
+package_kdeadmin-kuser() {
+       pkgdesc='User Manager'
+       depends=('kdebase-runtime' 'kdepimlibs')
+       url="http://kde.org/applications/system/kuser/";
+       install='kdeadmin.install'
+       cd $srcdir/build/kuser
+       make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/kuser
+       make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/kdeadmin.install
===================================================================
--- kde-unstable-x86_64/kdeadmin.install        2013-01-19 11:48:08 UTC (rev 
175572)
+++ kde-unstable-x86_64/kdeadmin.install        2013-01-19 11:48:50 UTC (rev 
175573)
@@ -1,11 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install (from rev 175572, 
kdeadmin/kde-unstable/kdeadmin.install)
===================================================================
--- kde-unstable-x86_64/kdeadmin.install                                (rev 0)
+++ kde-unstable-x86_64/kdeadmin.install        2013-01-19 11:48:50 UTC (rev 
175573)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/syslog-path.patch
===================================================================
--- kde-unstable-x86_64/syslog-path.patch       2013-01-19 11:48:08 UTC (rev 
175572)
+++ kde-unstable-x86_64/syslog-path.patch       2013-01-19 11:48:50 UTC (rev 
175573)
@@ -1,11 +0,0 @@
---- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.840000005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.803333335 +0100
-@@ -39,7 +39,7 @@
-               SystemConfiguration() :
-                       GenericLogModeConfiguration(
-                                       QLatin1String( SYSTEM_LOG_MODE_ID ),
--                                      QStringList() << QLatin1String( 
"/var/log/syslog" ),
-+                                      QStringList() << QLatin1String( 
"/var/log/messages.log" ),
-                                       QList<int>() << INFORMATION_LOG_LEVEL_ID
-                       ) {
- 

Copied: kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch (from rev 175572, 
kdeadmin/kde-unstable/syslog-path.patch)
===================================================================
--- kde-unstable-x86_64/syslog-path.patch                               (rev 0)
+++ kde-unstable-x86_64/syslog-path.patch       2013-01-19 11:48:50 UTC (rev 
175573)
@@ -0,0 +1,11 @@
+--- kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.840000005 +0100
++++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.803333335 +0100
+@@ -39,7 +39,7 @@
+               SystemConfiguration() :
+                       GenericLogModeConfiguration(
+                                       QLatin1String( SYSTEM_LOG_MODE_ID ),
+-                                      QStringList() << QLatin1String( 
"/var/log/syslog" ),
++                                      QStringList() << QLatin1String( 
"/var/log/messages.log" ),
+                                       QList<int>() << INFORMATION_LOG_LEVEL_ID
+                       ) {
+ 

Reply via email to