[arch-commits] Commit in mousepad/trunk (PKGBUILD mousepad.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:18
  Author: foutrelis
Revision: 267111

upgpkg: mousepad 0.4.0-2

Remove install file.

Modified:
  mousepad/trunk/PKGBUILD
Deleted:
  mousepad/trunk/mousepad.install

--+
 PKGBUILD |3 +--
 mousepad.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:16 UTC (rev 267110)
+++ PKGBUILD2016-05-07 05:03:18 UTC (rev 267111)
@@ -4,7 +4,7 @@
 
 pkgname=mousepad
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple text editor for Xfce"
 arch=('i686' 'x86_64')
 url=('http://www.xfce.org/')
@@ -12,7 +12,6 @@
 groups=('xfce4-goodies')
 depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
 makedepends=('intltool' 'perl')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
 

Deleted: mousepad.install
===
--- mousepad.install2016-05-07 05:03:16 UTC (rev 267110)
+++ mousepad.install2016-05-07 05:03:18 UTC (rev 267111)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in mousepad/trunk (PKGBUILD mousepad.install)

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 11:11:46
  Author: foutrelis
Revision: 232214

upgpkg: mousepad 0.4.0-1

New upstream release.

Modified:
  mousepad/trunk/PKGBUILD
  mousepad/trunk/mousepad.install

--+
 PKGBUILD |   10 +-
 mousepad.install |1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 09:39:43 UTC (rev 232213)
+++ PKGBUILD2015-03-01 10:11:46 UTC (rev 232214)
@@ -3,18 +3,18 @@
 # Contributor: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.3.0
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=Simple text editor for Xfce
 arch=('i686' 'x86_64')
 url=('http://www.xfce.org/')
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('gtksourceview2' 'dbus-glib' 'desktop-file-utils')
+depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
 makedepends=('intltool' 'perl')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
-sha256sums=('10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: mousepad.install
===
--- mousepad.install2015-03-01 09:39:43 UTC (rev 232213)
+++ mousepad.install2015-03-01 10:11:46 UTC (rev 232214)
@@ -1,4 +1,5 @@
 post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
 }