Skip to content
Snippets Groups Projects
Commit 21505069 authored by Balló György's avatar Balló György :flag_hu:
Browse files

Update to new version

parent b15af391
No related branches found
Tags 1.14.0-1
No related merge requests found
# Maintainer : Martin Wimpress <code@flexion.org>
# Contributor: Martin Wimpress <code@flexion.org>
_ver=1.12
_ver=1.14
_pkgbase=mate-netbook
pkgname=${_pkgbase}
pkgver=${_ver}.0
......@@ -9,12 +9,12 @@ pkgdesc="A simple window management tool (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel>=1.12')
makedepends=('mate-common')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
depends=('libfakekey' 'libunique' 'mate-panel')
makedepends=('intltool')
groups=('mate-extra')
conflicts=("${_pkgbase}-gtk3")
sha1sums=('c8be6ba86119e313c36eb676d4bf7c74005b4ab5')
install=${_pkgbase}.install
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
sha1sums=('9a26877c8c2707f5c3a5744f9fb74a7cc6d49b55')
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"
......@@ -22,8 +22,7 @@ build() {
--prefix=/usr \
--libexec=/usr/lib/${_pkgbase} \
--sysconfdir=/etc \
--with-gtk=2.0 \
--disable-static
--with-gtk=2.0
make
}
......
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas/
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment