[arch-commits] Commit in mousepad/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 31 11:35:33 UTC 2012


    Date: Monday, December 31, 2012 @ 06:35:33
  Author: foutrelis
Revision: 173985

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/
  mousepad/repos/extra-x86_64/PKGBUILD
    (from rev 173984, mousepad/trunk/PKGBUILD)
  mousepad/repos/extra-x86_64/mousepad.install
    (from rev 173984, mousepad/trunk/mousepad.install)

------------------+
 PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 mousepad.install |   13 +++++++++++++
 2 files changed, 52 insertions(+)

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 173984, mousepad/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-31 11:35:33 UTC (rev 173985)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Simple Text Editor for Xfce4 (based on Gedit)"
+arch=('i686' 'x86_64')
+url=('http://www.xfce.org/')
+license=('GPL2')
+groups=('xfce4')
+depends=('gtksourceview2' 'dbus-glib' 'desktop-file-utils')
+makedepends=('intltool' 'perl')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
+sha256sums=('10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/mousepad.install (from rev 173984, mousepad/trunk/mousepad.install)
===================================================================
--- extra-x86_64/mousepad.install	                        (rev 0)
+++ extra-x86_64/mousepad.install	2012-12-31 11:35:33 UTC (rev 173985)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list