Skip to content
Snippets Groups Projects
Commit 33c2820b authored by Brad Fanella's avatar Brad Fanella
Browse files

Updated to version 1.20.2

parent a3a2edd4
No related branches found
Tags 1.28.0-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Martin Wimpress <code@flexion.org>
pkgname=mate-session-manager
pkgver=1.20.1
pkgver=1.20.2
pkgrel=1
pkgdesc="The MATE Session Handler"
url="http://mate-desktop.org"
......@@ -16,20 +16,20 @@ groups=('mate')
conflicts=('mate-session-manager-gtk3')
replaces=('mate-session-manager-gtk3')
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('251eec7ae8a79627d736138c6eb87206f4bf53ba772210f3d5dd017d0d51bd3d')
sha256sums=('be2551ac936da9e3e7d270701bb3e3a1afeba0543c15e2fd370e2353d6011817')
build() {
cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-upower
make
cd "${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/${pkgname} \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-upower
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" 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