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

Antonio Rojas arojas at archlinux.org
Thu Apr 28 20:29:10 UTC 2016


    Date: Thursday, April 28, 2016 @ 22:29:09
  Author: arojas
Revision: 266589

Hooks

Modified:
  kdewebdev/trunk/PKGBUILD
Deleted:
  kdewebdev/trunk/kdewebdev-kimagemapeditor.install
  kdewebdev/trunk/kdewebdev.install

-----------------------------------+
 PKGBUILD                          |    5 +----
 kdewebdev-kimagemapeditor.install |   12 ------------
 kdewebdev.install                 |   11 -----------
 3 files changed, 1 insertion(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 20:27:13 UTC (rev 266588)
+++ PKGBUILD	2016-04-28 20:29:09 UTC (rev 266589)
@@ -9,7 +9,7 @@
          'kdewebdev-klinkstatus'
          'kdewebdev-kommander')
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -34,7 +34,6 @@
 	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
@@ -45,7 +44,6 @@
 	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
@@ -56,7 +54,6 @@
 	pkgdesc='Link Checker'
 	depends=('kdebase-runtime' 'tidy')
     url="http://www.kde.org/applications/development/klinkstatus/"
-	install='kdewebdev.install'
 	cd $srcdir/build/klinkstatus
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/klinkstatus

Deleted: kdewebdev-kimagemapeditor.install
===================================================================
--- kdewebdev-kimagemapeditor.install	2016-04-28 20:27:13 UTC (rev 266588)
+++ kdewebdev-kimagemapeditor.install	2016-04-28 20:29:09 UTC (rev 266589)
@@ -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
-}

Deleted: kdewebdev.install
===================================================================
--- kdewebdev.install	2016-04-28 20:27:13 UTC (rev 266588)
+++ kdewebdev.install	2016-04-28 20:29:09 UTC (rev 266589)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list