Date: Saturday, November 22, 2014 @ 21:29:26 Author: bpiotrowski Revision: 122949
archrelease: copy trunk to community-i686, community-x86_64 Added: gnote/repos/community-i686/PKGBUILD (from rev 122948, gnote/trunk/PKGBUILD) gnote/repos/community-i686/gnote.install (from rev 122948, gnote/trunk/gnote.install) gnote/repos/community-x86_64/PKGBUILD (from rev 122948, gnote/trunk/PKGBUILD) gnote/repos/community-x86_64/gnote.install (from rev 122948, 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 | 64 +++++++++++++++++++++++++++++++++++++++ /gnote.install | 42 +++++++++++++++++++++++++ community-i686/PKGBUILD | 32 ------------------- community-i686/gnote.install | 21 ------------ community-x86_64/PKGBUILD | 32 ------------------- community-x86_64/gnote.install | 21 ------------ 6 files changed, 106 insertions(+), 106 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-11-22 20:29:09 UTC (rev 122948) +++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> -# Contributor: uastasi <uast...@archlinux.us> -pkgname=gnote -pkgver=3.13.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=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410') - -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 122948, gnote/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> +# Contributor: uastasi <uast...@archlinux.us> +pkgname=gnote +pkgver=3.14.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=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156') + +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 2014-11-22 20:29:09 UTC (rev 122948) +++ community-i686/gnote.install 2014-11-22 20:29:26 UTC (rev 122949) @@ -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 122948, gnote/trunk/gnote.install) =================================================================== --- community-i686/gnote.install (rev 0) +++ community-i686/gnote.install 2014-11-22 20:29:26 UTC (rev 122949) @@ -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 2014-11-22 20:29:09 UTC (rev 122948) +++ community-x86_64/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> -# Contributor: uastasi <uast...@archlinux.us> -pkgname=gnote -pkgver=3.13.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=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410') - -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 122948, gnote/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> +# Contributor: uastasi <uast...@archlinux.us> +pkgname=gnote +pkgver=3.14.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=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156') + +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 2014-11-22 20:29:09 UTC (rev 122948) +++ community-x86_64/gnote.install 2014-11-22 20:29:26 UTC (rev 122949) @@ -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 122948, gnote/trunk/gnote.install) =================================================================== --- community-x86_64/gnote.install (rev 0) +++ community-x86_64/gnote.install 2014-11-22 20:29:26 UTC (rev 122949) @@ -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 +}