Date: Tuesday, February 25, 2014 @ 16:12:42 Author: bpiotrowski Revision: 106214
archrelease: copy trunk to community-i686, community-x86_64 Added: gnote/repos/community-i686/PKGBUILD (from rev 106213, gnote/trunk/PKGBUILD) gnote/repos/community-i686/gnote.install (from rev 106213, gnote/trunk/gnote.install) gnote/repos/community-x86_64/PKGBUILD (from rev 106213, gnote/trunk/PKGBUILD) gnote/repos/community-x86_64/gnote.install (from rev 106213, 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-02-25 15:12:36 UTC (rev 106213) +++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> -# Contributor: uastasi <uast...@archlinux.us> -pkgname=gnote -pkgver=3.10.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') -install=gnote.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0') - -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 106213, gnote/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> +# Contributor: uastasi <uast...@archlinux.us> +pkgname=gnote +pkgver=3.10.3 +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=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd') + +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-02-25 15:12:36 UTC (rev 106213) +++ community-i686/gnote.install 2014-02-25 15:12:42 UTC (rev 106214) @@ -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 106213, gnote/trunk/gnote.install) =================================================================== --- community-i686/gnote.install (rev 0) +++ community-i686/gnote.install 2014-02-25 15:12:42 UTC (rev 106214) @@ -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-02-25 15:12:36 UTC (rev 106213) +++ community-x86_64/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> -# Contributor: uastasi <uast...@archlinux.us> -pkgname=gnote -pkgver=3.10.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') -install=gnote.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0') - -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 106213, gnote/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> +# Contributor: uastasi <uast...@archlinux.us> +pkgname=gnote +pkgver=3.10.3 +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=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd') + +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-02-25 15:12:36 UTC (rev 106213) +++ community-x86_64/gnote.install 2014-02-25 15:12:42 UTC (rev 106214) @@ -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 106213, gnote/trunk/gnote.install) =================================================================== --- community-x86_64/gnote.install (rev 0) +++ community-x86_64/gnote.install 2014-02-25 15:12:42 UTC (rev 106214) @@ -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 +}