Date: Tuesday, April 28, 2015 @ 09:16:05
  Author: arojas
Revision: 238098

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

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

----------------------------------+
 testing-i686/PKGBUILD            |   39 +++++++++++++++++++++++++++++++++++++
 testing-i686/kmenuedit.install   |   12 +++++++++++
 testing-x86_64/PKGBUILD          |   39 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/kmenuedit.install |   12 +++++++++++
 4 files changed, 102 insertions(+)

Copied: kmenuedit/repos/testing-i686/PKGBUILD (from rev 238097, 
kmenuedit/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('fdaedd50d6f1f26205df1fe08b12c56d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmenuedit/repos/testing-i686/kmenuedit.install (from rev 238097, 
kmenuedit/trunk/kmenuedit.install)
===================================================================
--- testing-i686/kmenuedit.install                              (rev 0)
+++ testing-i686/kmenuedit.install      2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Copied: kmenuedit/repos/testing-x86_64/PKGBUILD (from rev 238097, 
kmenuedit/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('fdaedd50d6f1f26205df1fe08b12c56d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmenuedit/repos/testing-x86_64/kmenuedit.install (from rev 238097, 
kmenuedit/trunk/kmenuedit.install)
===================================================================
--- testing-x86_64/kmenuedit.install                            (rev 0)
+++ testing-x86_64/kmenuedit.install    2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Reply via email to