[arch-commits] Commit in light-locker/repos (6 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Feb 9 12:05:09 UTC 2015
Date: Monday, February 9, 2015 @ 13:05:08
Author: alucryd
Revision: 127384
archrelease: copy trunk to community-i686, community-x86_64
Added:
light-locker/repos/community-i686/PKGBUILD
(from rev 127383, light-locker/trunk/PKGBUILD)
light-locker/repos/community-i686/light-locker.install
(from rev 127383, light-locker/trunk/light-locker.install)
light-locker/repos/community-x86_64/PKGBUILD
(from rev 127383, light-locker/trunk/PKGBUILD)
light-locker/repos/community-x86_64/light-locker.install
(from rev 127383, light-locker/trunk/light-locker.install)
Deleted:
light-locker/repos/community-i686/PKGBUILD
light-locker/repos/community-x86_64/PKGBUILD
---------------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 -----------
community-i686/light-locker.install | 13 ++++
community-x86_64/PKGBUILD | 29 -----------
community-x86_64/light-locker.install | 13 ++++
5 files changed, 110 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-09 11:51:21 UTC (rev 127383)
+++ community-i686/PKGBUILD 2015-02-09 12:05:08 UTC (rev 127384)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-
-pkgname=light-locker
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A simple session locker'
-arch=('i686' 'x86_64')
-url='https://github.com/the-cavalry/light-locker'
-license=('GPL2')
-depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
-makedepends=('gnome-common' 'intltool')
-source=("https://github.com/the-cavalry/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('560f20390b24513d5bf7b691bac5d745b76eb21ac3bccd877b73cb7f6d137ec3')
-
-build () {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-{schemas-compile,static} --with-{mit-ext,systemd,xf86gamma-ext,x} --without-{console-kit,upower}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: light-locker/repos/community-i686/PKGBUILD (from rev 127383, light-locker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-09 12:05:08 UTC (rev 127384)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A simple session locker'
+arch=('i686' 'x86_64')
+url='https://github.com/the-cavalry/light-locker'
+license=('GPL2')
+depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
+makedepends=('gnome-common' 'intltool')
+install='light-locker.install'
+source=("https://github.com/the-cavalry/light-locker/releases/download/v${pkgver}/light-locker-${pkgver}.tar.bz2")
+sha256sums=('63e0cbcc7ceb8ad695b4bbe7eb9ba5fee32f47790ccde048748d8a47edd32ad0')
+
+build () {
+ cd light-locker-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --localstatedir='/var' \
+ --sysconfdir='/etc' \
+ --with-x \
+ --with-dpms-ext \
+ --with-mit-ext \
+ --with-xf86gamma-ext \
+ --with-systemd \
+ --without-console-kit \
+ --without-upower \
+ --disable-schemas-compile \
+ --disable-static
+ make
+}
+
+package() {
+ cd light-locker-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: light-locker/repos/community-i686/light-locker.install (from rev 127383, light-locker/trunk/light-locker.install)
===================================================================
--- community-i686/light-locker.install (rev 0)
+++ community-i686/light-locker.install 2015-02-09 12:05:08 UTC (rev 127384)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-09 11:51:21 UTC (rev 127383)
+++ community-x86_64/PKGBUILD 2015-02-09 12:05:08 UTC (rev 127384)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-
-pkgname=light-locker
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A simple session locker'
-arch=('i686' 'x86_64')
-url='https://github.com/the-cavalry/light-locker'
-license=('GPL2')
-depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
-makedepends=('gnome-common' 'intltool')
-source=("https://github.com/the-cavalry/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('560f20390b24513d5bf7b691bac5d745b76eb21ac3bccd877b73cb7f6d137ec3')
-
-build () {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-{schemas-compile,static} --with-{mit-ext,systemd,xf86gamma-ext,x} --without-{console-kit,upower}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: light-locker/repos/community-x86_64/PKGBUILD (from rev 127383, light-locker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-09 12:05:08 UTC (rev 127384)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A simple session locker'
+arch=('i686' 'x86_64')
+url='https://github.com/the-cavalry/light-locker'
+license=('GPL2')
+depends=('dbus-glib' 'gtk3' 'libxxf86misc' 'lightdm' 'libxss')
+makedepends=('gnome-common' 'intltool')
+install='light-locker.install'
+source=("https://github.com/the-cavalry/light-locker/releases/download/v${pkgver}/light-locker-${pkgver}.tar.bz2")
+sha256sums=('63e0cbcc7ceb8ad695b4bbe7eb9ba5fee32f47790ccde048748d8a47edd32ad0')
+
+build () {
+ cd light-locker-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --localstatedir='/var' \
+ --sysconfdir='/etc' \
+ --with-x \
+ --with-dpms-ext \
+ --with-mit-ext \
+ --with-xf86gamma-ext \
+ --with-systemd \
+ --without-console-kit \
+ --without-upower \
+ --disable-schemas-compile \
+ --disable-static
+ make
+}
+
+package() {
+ cd light-locker-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: light-locker/repos/community-x86_64/light-locker.install (from rev 127383, light-locker/trunk/light-locker.install)
===================================================================
--- community-x86_64/light-locker.install (rev 0)
+++ community-x86_64/light-locker.install 2015-02-09 12:05:08 UTC (rev 127384)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list