summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-05 15:57:26 -0600
committerSam Burgos2017-05-05 15:57:26 -0600
commit199ba22788a538327de983734cbf8e4190783875 (patch)
tree635b9a25da90b30f2f3aa13c604a42911df30b3c
parent0bce841df4e23624040e533b3997eb5d99aa7b3d (diff)
downloadaur-199ba22788a538327de983734cbf8e4190783875.tar.gz
updated to version 1.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adae254f50d0..c698a66c8716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/l/lightdm-settings
arch = any
license = GPL3
depends = hicolor-icon-theme
depends = lightdm
+ depends = lightdm-slick-greeter
depends = lsb-release
depends = python-setproctitle
- depends = lightdm-slick-greeter
- depends = gksu
- source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.2.tar.xz
- sha256sums = 3ba404c48368d5f05ecd4e1da6a08dcb130bccc0fc9cb19a653c4fb345081dd7
+ depends = python-xapp
+ source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.3.tar.xz
+ sha256sums = e2516597948fb4cdd213944a198befe43ff5df0242569430daeff37fb15fb8e7
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 6cc9b47a8613..f73184d51e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,18 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='lightdm-settings'
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager "
arch=('any')
url="http://packages.linuxmint.com/pool/main/l/${pkgname}"
license=('GPL3')
-depends=('hicolor-icon-theme' 'lightdm' 'lsb-release' 'python-setproctitle' 'lightdm-slick-greeter' 'gksu')
+depends=('hicolor-icon-theme' 'lightdm' 'lightdm-slick-greeter' 'lsb-release' 'python-setproctitle' 'python-xapp')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
- #"org.x.lightdm-settings.policy")
-sha256sums=('3ba404c48368d5f05ecd4e1da6a08dcb130bccc0fc9cb19a653c4fb345081dd7')
- #'29ac7cb481565cca489075456b6fbb9dad084807b0ec373be2a76667d09bced9')
+sha256sums=('e2516597948fb4cdd213944a198befe43ff5df0242569430daeff37fb15fb8e7')
prepare() {
cd ${pkgname}
- # Changing gksu for pkexec
- #sed -i 's/gksu/pkexec/g' "${pkgdir}/usr/bin/lightdm-settings"
}
build() {
@@ -27,5 +23,4 @@ build() {
package() {
cd ${pkgname}
cp -r usr "$pkgdir"
- #install -m644 "${srcdir}/org.x.lightdm-settings.policy" "${pkgdir}/usr/share/polkit-1/actions/"
}