Date: Friday, January 29, 2016 @ 23:41:27
  Author: arojas
Revision: 159430

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

Added:
  kjots/repos/community-i686/kjots.install
    (from rev 159429, kjots/trunk/kjots.install)
  kjots/repos/community-x86_64/kjots.install
    (from rev 159429, kjots/trunk/kjots.install)
Deleted:
  kjots/repos/community-i686/PKGBUILD
  kjots/repos/community-x86_64/PKGBUILD

--------------------------------+
 community-i686/PKGBUILD        |   38 --------------------------------------
 community-i686/kjots.install   |   13 +++++++++++++
 community-x86_64/PKGBUILD      |   38 --------------------------------------
 community-x86_64/kjots.install |   13 +++++++++++++
 4 files changed, 26 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-01-29 21:57:59 UTC (rev 159429)
+++ community-i686/PKGBUILD     2016-01-29 22:41:27 UTC (rev 159430)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=kjots
-pkgver=5.0.1
-pkgrel=1
-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-client akonadi-notes 
kdelibs4support kpimtextedit hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost)
-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() {
-  mkdir -p 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: kjots/repos/community-i686/kjots.install (from rev 159429, 
kjots/trunk/kjots.install)
===================================================================
--- community-i686/kjots.install                                (rev 0)
+++ community-i686/kjots.install        2016-01-29 22:41:27 UTC (rev 159430)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-01-29 21:57:59 UTC (rev 159429)
+++ community-x86_64/PKGBUILD   2016-01-29 22:41:27 UTC (rev 159430)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=kjots
-pkgver=5.0.1
-pkgrel=1
-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-client akonadi-notes 
kdelibs4support kpimtextedit hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost)
-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() {
-  mkdir -p 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: kjots/repos/community-x86_64/kjots.install (from rev 159429, 
kjots/trunk/kjots.install)
===================================================================
--- community-x86_64/kjots.install                              (rev 0)
+++ community-x86_64/kjots.install      2016-01-29 22:41:27 UTC (rev 159430)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+

Reply via email to