[arch-commits] Commit in gnote/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jun 21 13:39:24 UTC 2015


    Date: Sunday, June 21, 2015 @ 15:39:24
  Author: bpiotrowski
Revision: 241162

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

Added:
  gnote/repos/extra-i686/
  gnote/repos/extra-i686/PKGBUILD
    (from rev 241161, gnote/trunk/PKGBUILD)
  gnote/repos/extra-i686/gnote.install
    (from rev 241161, gnote/trunk/gnote.install)
  gnote/repos/extra-x86_64/
  gnote/repos/extra-x86_64/PKGBUILD
    (from rev 241161, gnote/trunk/PKGBUILD)
  gnote/repos/extra-x86_64/gnote.install
    (from rev 241161, gnote/trunk/gnote.install)

----------------------------+
 extra-i686/PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 extra-i686/gnote.install   |   21 +++++++++++++++++++++
 extra-x86_64/PKGBUILD      |   32 ++++++++++++++++++++++++++++++++
 extra-x86_64/gnote.install |   21 +++++++++++++++++++++
 4 files changed, 106 insertions(+)

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 241161, gnote/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote"
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/gnote \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --disable-static
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/extra-i686/gnote.install (from rev 241161, gnote/trunk/gnote.install)
===================================================================
--- extra-i686/gnote.install	                        (rev 0)
+++ extra-i686/gnote.install	2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+    glib-compile-schemas usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 241161, gnote/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote"
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/gnote \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --disable-static
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Copied: gnote/repos/extra-x86_64/gnote.install (from rev 241161, gnote/trunk/gnote.install)
===================================================================
--- extra-x86_64/gnote.install	                        (rev 0)
+++ extra-x86_64/gnote.install	2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+    glib-compile-schemas usr/share/glib-2.0/schemas
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list