[arch-commits] Commit in keepnote/repos/community-any (3 files)

Balló György bgyorgy at archlinux.org
Tue Jul 12 20:32:08 UTC 2016


    Date: Tuesday, July 12, 2016 @ 20:32:08
  Author: bgyorgy
Revision: 182743

archrelease: copy trunk to community-any

Added:
  keepnote/repos/community-any/PKGBUILD
    (from rev 182742, keepnote/trunk/PKGBUILD)
Deleted:
  keepnote/repos/community-any/PKGBUILD
  keepnote/repos/community-any/keepnote.install

------------------+
 PKGBUILD         |   69 ++++++++++++++++++++++++++---------------------------
 keepnote.install |   11 --------
 2 files changed, 34 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 20:32:04 UTC (rev 182742)
+++ PKGBUILD	2016-07-12 20:32:08 UTC (rev 182743)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=keepnote
-pkgver=0.7.8
-pkgrel=2
-pkgdesc="GTK+ note taking application"
-arch=('any')
-url="http://keepnote.org/"
-license=('GPL')
-depends=('pygtk' 'hicolor-icon-theme' 'xdg-utils')
-optdepends=('python2-gtkspell: spell shecking support')
-install=$pkgname.install
-source=(http://keepnote.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('c1e765bb8a07630f717d04117bc1dc58')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' keepnote/tarfile.py
-
-  # Fix l10n support
-  rename '.UTF8' '' keepnote/rc/locale/*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: keepnote/repos/community-any/PKGBUILD (from rev 182742, keepnote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-12 20:32:08 UTC (rev 182743)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=keepnote
+pkgver=0.7.8
+pkgrel=3
+pkgdesc="GTK+ note taking application"
+arch=('any')
+url="http://keepnote.org/"
+license=('GPL')
+depends=('pygtk')
+optdepends=('python2-gtkspell: spell shecking support')
+source=(http://keepnote.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('c1e765bb8a07630f717d04117bc1dc58')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' keepnote/tarfile.py
+
+  # Fix l10n support
+  rename '.UTF8' '' keepnote/rc/locale/*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: keepnote.install
===================================================================
--- keepnote.install	2016-07-12 20:32:04 UTC (rev 182742)
+++ keepnote.install	2016-07-12 20:32:08 UTC (rev 182743)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list