[arch-commits] Commit in mousepad/trunk (PKGBUILD mousepad.install)
Evangelos Foutras
foutrelis at archlinux.org
Sun Mar 1 10:11:46 UTC 2015
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
===================================================================
--- PKGBUILD 2015-03-01 09:39:43 UTC (rev 232213)
+++ PKGBUILD 2015-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.install 2015-03-01 09:39:43 UTC (rev 232213)
+++ mousepad.install 2015-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
}
More information about the arch-commits
mailing list