summaryrefslogtreecommitdiff
path: root/community/mate-netbook
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-17 03:43:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-17 03:43:05 +0000
commit953eead14ccfe47904e73cee9cea6e1255f57356 (patch)
tree8727303ca854032eb046995d052805c969755f30 /community/mate-netbook
parentb296a78e1469d58c52acc47586bd5bb84f25fc0f (diff)
Fri Jan 17 03:37:47 UTC 2014
Diffstat (limited to 'community/mate-netbook')
-rw-r--r--community/mate-netbook/PKGBUILD32
-rw-r--r--community/mate-netbook/mate-netbook.install11
2 files changed, 43 insertions, 0 deletions
diff --git a/community/mate-netbook/PKGBUILD b/community/mate-netbook/PKGBUILD
new file mode 100644
index 000000000..eaba0ab36
--- /dev/null
+++ b/community/mate-netbook/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 104240 2014-01-16 17:53:25Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@flexion.org>
+# Contributor: Xpander <xpander0@gmail.com>
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexec=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/mate-netbook/mate-netbook.install b/community/mate-netbook/mate-netbook.install
new file mode 100644
index 000000000..3a06d45b9
--- /dev/null
+++ b/community/mate-netbook/mate-netbook.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}