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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 20:44:54 UTC 2016


    Date: Wednesday, April 27, 2016 @ 22:44:54
  Author: arojas
Revision: 172184

Hooks

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

---------------+
 PKGBUILD      |    7 +++----
 kjots.install |   13 -------------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 20:34:07 UTC (rev 172183)
+++ PKGBUILD	2016-04-27 20:44:54 UTC (rev 172184)
@@ -3,17 +3,16 @@
 
 pkgname=kjots
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A note taking application for KDE"
 url="https://www.kde.org/applications/utilities/kjots/"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kdelibs4support kpimtextedit hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
 source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
 conflicts=(kdepim-kjots)
 replaces=(kdepim-kjots)
-install=$pkgname.install
 md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28')
 
 prepare() {

Deleted: kjots.install
===================================================================
--- kjots.install	2016-04-27 20:34:07 UTC (rev 172183)
+++ kjots.install	2016-04-27 20:44:54 UTC (rev 172184)
@@ -1,13 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-        update-desktop-database -q
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}
-



More information about the arch-commits mailing list