[arch-commits] Commit in light-locker/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Feb 7 14:54:31 UTC 2016
Date: Sunday, February 7, 2016 @ 15:54:30
Author: alucryd
Revision: 160531
archrelease: copy trunk to community-i686, community-x86_64
Added:
light-locker/repos/community-i686/PKGBUILD
(from rev 160530, light-locker/trunk/PKGBUILD)
light-locker/repos/community-i686/light-locker.install
(from rev 160530, light-locker/trunk/light-locker.install)
light-locker/repos/community-x86_64/PKGBUILD
(from rev 160530, light-locker/trunk/PKGBUILD)
light-locker/repos/community-x86_64/light-locker.install
(from rev 160530, light-locker/trunk/light-locker.install)
Deleted:
light-locker/repos/community-i686/PKGBUILD
light-locker/repos/community-i686/light-locker.install
light-locker/repos/community-x86_64/PKGBUILD
light-locker/repos/community-x86_64/light-locker.install
---------------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++
/light-locker.install | 26 +++++++++
community-i686/PKGBUILD | 42 ----------------
community-i686/light-locker.install | 13 ----
community-x86_64/PKGBUILD | 42 ----------------
community-x86_64/light-locker.install | 13 ----
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-02-07 14:54:18 UTC (rev 160530)
+++ community-i686/PKGBUILD 2016-02-07 14:54:30 UTC (rev 160531)
@@ -1,42 +0,0 @@
-# $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/PKGBUILD (from rev 160530, light-locker/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-07 14:54:30 UTC (rev 160531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='A simple session locker for LightDM'
+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:
Deleted: community-i686/light-locker.install
===================================================================
--- community-i686/light-locker.install 2016-02-07 14:54:18 UTC (rev 160530)
+++ community-i686/light-locker.install 2016-02-07 14:54:30 UTC (rev 160531)
@@ -1,13 +0,0 @@
-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:
Copied: light-locker/repos/community-i686/light-locker.install (from rev 160530, light-locker/trunk/light-locker.install)
===================================================================
--- community-i686/light-locker.install (rev 0)
+++ community-i686/light-locker.install 2016-02-07 14:54:30 UTC (rev 160531)
@@ -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 2016-02-07 14:54:18 UTC (rev 160530)
+++ community-x86_64/PKGBUILD 2016-02-07 14:54:30 UTC (rev 160531)
@@ -1,42 +0,0 @@
-# $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/PKGBUILD (from rev 160530, light-locker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-02-07 14:54:30 UTC (rev 160531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=light-locker
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='A simple session locker for LightDM'
+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:
Deleted: community-x86_64/light-locker.install
===================================================================
--- community-x86_64/light-locker.install 2016-02-07 14:54:18 UTC (rev 160530)
+++ community-x86_64/light-locker.install 2016-02-07 14:54:30 UTC (rev 160531)
@@ -1,13 +0,0 @@
-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:
Copied: light-locker/repos/community-x86_64/light-locker.install (from rev 160530, light-locker/trunk/light-locker.install)
===================================================================
--- community-x86_64/light-locker.install (rev 0)
+++ community-x86_64/light-locker.install 2016-02-07 14:54:30 UTC (rev 160531)
@@ -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