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

Jan Steffens heftig at nymeria.archlinux.org
Sun May 12 12:57:54 UTC 2013


    Date: Sunday, May 12, 2013 @ 14:57:54
  Author: heftig
Revision: 90444

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

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

--------------------------------+
 /PKGBUILD                      |   66 +++++++++++++++++++++++++++++++++++++++
 /gnote.install                 |   42 ++++++++++++++++++++++++
 community-i686/PKGBUILD        |   33 -------------------
 community-i686/gnote.install   |   21 ------------
 community-x86_64/PKGBUILD      |   33 -------------------
 community-x86_64/gnote.install |   21 ------------
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 12:55:52 UTC (rev 90443)
+++ community-i686/PKGBUILD	2013-05-12 12:57:54 UTC (rev 90444)
@@ -1,33 +0,0 @@
-# $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-i686/PKGBUILD (from rev 90443, gnote/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 12:57:54 UTC (rev 90444)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.8.1
+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=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
+
+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
+}

Deleted: community-i686/gnote.install
===================================================================
--- community-i686/gnote.install	2013-05-12 12:55:52 UTC (rev 90443)
+++ community-i686/gnote.install	2013-05-12 12:57:54 UTC (rev 90444)
@@ -1,21 +0,0 @@
-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-i686/gnote.install (from rev 90443, gnote/trunk/gnote.install)
===================================================================
--- community-i686/gnote.install	                        (rev 0)
+++ community-i686/gnote.install	2013-05-12 12:57:54 UTC (rev 90444)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-12 12:55:52 UTC (rev 90443)
+++ community-x86_64/PKGBUILD	2013-05-12 12:57:54 UTC (rev 90444)
@@ -1,33 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 90443, gnote/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 12:57:54 UTC (rev 90444)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: uastasi <uastasi at archlinux.us>
+pkgname=gnote
+pkgver=3.8.1
+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=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa')
+
+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
+}

Deleted: community-x86_64/gnote.install
===================================================================
--- community-x86_64/gnote.install	2013-05-12 12:55:52 UTC (rev 90443)
+++ community-x86_64/gnote.install	2013-05-12 12:57:54 UTC (rev 90444)
@@ -1,21 +0,0 @@
-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-x86_64/gnote.install (from rev 90443, gnote/trunk/gnote.install)
===================================================================
--- community-x86_64/gnote.install	                        (rev 0)
+++ community-x86_64/gnote.install	2013-05-12 12:57:54 UTC (rev 90444)
@@ -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