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

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Sat Apr 13 17:03:43 UTC 2013


    Date: Saturday, April 13, 2013 @ 19:03:43
  Author: ioni
Revision: 88199

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

Added:
  gnote/repos/community-testing-i686/
  gnote/repos/community-testing-i686/PKGBUILD
    (from rev 88198, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-i686/gnote.install
    (from rev 88198, gnote/trunk/gnote.install)
  gnote/repos/community-testing-x86_64/
  gnote/repos/community-testing-x86_64/PKGBUILD
    (from rev 88198, gnote/trunk/PKGBUILD)
  gnote/repos/community-testing-x86_64/gnote.install
    (from rev 88198, gnote/trunk/gnote.install)

----------------------------------------+
 community-testing-i686/PKGBUILD        |   33 +++++++++++++++++++++++++++++++
 community-testing-i686/gnote.install   |   21 +++++++++++++++++++
 community-testing-x86_64/PKGBUILD      |   33 +++++++++++++++++++++++++++++++
 community-testing-x86_64/gnote.install |   21 +++++++++++++++++++
 4 files changed, 108 insertions(+)

Copied: gnote/repos/community-testing-i686/PKGBUILD (from rev 88198, gnote/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.8.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')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
+
+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/community-testing-i686/gnote.install (from rev 88198, gnote/trunk/gnote.install)
===================================================================
--- community-testing-i686/gnote.install	                        (rev 0)
+++ community-testing-i686/gnote.install	2013-04-13 17:03:43 UTC (rev 88199)
@@ -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/community-testing-x86_64/PKGBUILD (from rev 88198, gnote/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-04-13 17:03:43 UTC (rev 88199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.8.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')
+options=('!libtool')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6')
+
+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/community-testing-x86_64/gnote.install (from rev 88198, gnote/trunk/gnote.install)
===================================================================
--- community-testing-x86_64/gnote.install	                        (rev 0)
+++ community-testing-x86_64/gnote.install	2013-04-13 17:03:43 UTC (rev 88199)
@@ -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