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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:20:55
  Author: fyan
Revision: 266496

upgpkg: kmenuedit 5.6.3-2

Hooks rebuild (part 1)

Modified:
  kmenuedit/trunk/PKGBUILD
Deleted:
  kmenuedit/trunk/kmenuedit.install

---+
 PKGBUILD  |3 +--
 kmenuedit.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 15:20:16 UTC (rev 266495)
+++ PKGBUILD2016-04-28 15:20:55 UTC (rev 266496)
@@ -5,7 +5,7 @@
 
 pkgname=kmenuedit
 pkgver=5.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -14,7 +14,6 @@
 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=('f81ae456f22438cedf0d28c83ac58fb8')
 

Deleted: kmenuedit.install
===
--- kmenuedit.install   2016-04-28 15:20:16 UTC (rev 266495)
+++ kmenuedit.install   2016-04-28 15:20:55 UTC (rev 266496)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


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

2014-10-18 Thread Andrea Scarpino
Date: Saturday, October 18, 2014 @ 11:42:44
  Author: andrea
Revision: 224739

upgpkg: kmenuedit 5.1.0.1-1

release

Added:
  kmenuedit/trunk/kmenuedit.install
Modified:
  kmenuedit/trunk/PKGBUILD

---+
 PKGBUILD  |7 ++-
 kmenuedit.install |   12 
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-18 09:40:09 UTC (rev 224738)
+++ PKGBUILD2014-10-18 09:42:44 UTC (rev 224739)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Antonio Rojas
 
 pkgname=kmenuedit
@@ -8,8 +10,10 @@
 url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
 license=('LGPL')
 depends=('khotkeys')
+groups=('plasma-next')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
+install=${pkgname}.install
 source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
 md5sums=('63d1ec5c1c401c986b1442d08adb3a91')
 
@@ -23,7 +27,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
   make
 }
 

Added: kmenuedit.install
===
--- kmenuedit.install   (rev 0)
+++ kmenuedit.install   2014-10-18 09:42:44 UTC (rev 224739)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+