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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 09:31:39 UTC 2014


    Date: Friday, July 4, 2014 @ 11:31:39
  Author: fyan
Revision: 114863

archrelease: copy trunk to community-any

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

------------------+
 PKGBUILD         |   66 ++++++++++++++++++++++++++++-------------------------
 keepnote.install |   22 ++++++++---------
 2 files changed, 46 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 09:30:53 UTC (rev 114862)
+++ PKGBUILD	2014-07-04 09:31:39 UTC (rev 114863)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=keepnote
-pkgver=0.7.8
-pkgrel=1
-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')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' keepnote/tarfile.py
-
-  # Fix l10n support
-  rename '.UTF8' '' keepnote/rc/locale/*
-
-  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 114862, keepnote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-04 09:31:39 UTC (rev 114863)
@@ -0,0 +1,35 @@
+# $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
+}

Deleted: keepnote.install
===================================================================
--- keepnote.install	2014-07-04 09:30:53 UTC (rev 114862)
+++ keepnote.install	2014-07-04 09:31:39 UTC (rev 114863)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: keepnote/repos/community-any/keepnote.install (from rev 114862, keepnote/trunk/keepnote.install)
===================================================================
--- keepnote.install	                        (rev 0)
+++ keepnote.install	2014-07-04 09:31:39 UTC (rev 114863)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list