[arch-commits] Commit in (11 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Apr 9 11:09:06 UTC 2014


    Date: Wednesday, April 9, 2014 @ 13:09:05
  Author: alucryd
Revision: 109011

Add light-locker

Added:
  libxxf86misc/
  libxxf86misc/trunk/
  libxxf86misc/trunk/MKPKG
  libxxf86misc/trunk/PKGBUILD
  light-locker/
  light-locker/trunk/
  light-locker/trunk/PKGBUILD
  xf86miscproto/
  xf86miscproto/trunk/
  xf86miscproto/trunk/MKPKG
  xf86miscproto/trunk/PKGBUILD

------------------------------+
 libxxf86misc/trunk/MKPKG     |    4 ++++
 libxxf86misc/trunk/PKGBUILD  |   33 +++++++++++++++++++++++++++++++++
 light-locker/trunk/PKGBUILD  |   29 +++++++++++++++++++++++++++++
 xf86miscproto/trunk/MKPKG    |    4 ++++
 xf86miscproto/trunk/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 5 files changed, 102 insertions(+)

Added: libxxf86misc/trunk/MKPKG
===================================================================
--- libxxf86misc/trunk/MKPKG	                        (rev 0)
+++ libxxf86misc/trunk/MKPKG	2014-04-09 11:09:05 UTC (rev 109011)
@@ -0,0 +1,4 @@
+pkgname=('libxxf86misc')
+builddeps=('xf86miscproto')
+
+# vim: ts=2 sw=2 et:

Added: libxxf86misc/trunk/PKGBUILD
===================================================================
--- libxxf86misc/trunk/PKGBUILD	                        (rev 0)
+++ libxxf86misc/trunk/PKGBUILD	2014-04-09 11:09:05 UTC (rev 109011)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=libxxf86misc
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='X11 XFree86 misc extension library'
+arch=('x86_64' 'i686')
+license=('custom')
+url='http://xorg.freedesktop.org/'
+depends=('libxext' 'xf86miscproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXxf86misc-${pkgver}.tar.bz2")
+sha256sums=('563f4200862efd3334c33a669e0a0aae5bab31f3998db75b87a99a697cc26b5b')
+
+build() {
+  cd libXxf86misc-${pkgver}
+
+  ./configure --prefix='/usr' --disable-static
+  make
+}
+
+package() {
+  cd libXxf86misc-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libxxf86misc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: light-locker/trunk/PKGBUILD
===================================================================
--- light-locker/trunk/PKGBUILD	                        (rev 0)
+++ light-locker/trunk/PKGBUILD	2014-04-09 11:09:05 UTC (rev 109011)
@@ -0,0 +1,29 @@
+# $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:


Property changes on: light-locker/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: xf86miscproto/trunk/MKPKG
===================================================================
--- xf86miscproto/trunk/MKPKG	                        (rev 0)
+++ xf86miscproto/trunk/MKPKG	2014-04-09 11:09:05 UTC (rev 109011)
@@ -0,0 +1,4 @@
+arch=('any')
+pkgname=('xf86miscproto')
+
+# vim: ts=2 sw=2 et:

Added: xf86miscproto/trunk/PKGBUILD
===================================================================
--- xf86miscproto/trunk/PKGBUILD	                        (rev 0)
+++ xf86miscproto/trunk/PKGBUILD	2014-04-09 11:09:05 UTC (rev 109011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=xf86miscproto
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='X11 Misc extension wire protocol'
+arch=('any')
+url='http://xorg.freedesktop.org/'
+license=('custom')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('45b8ec6a4a8ca21066dce117e09dcc88539862e616e60fb391de05b36f63b095')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: xf86miscproto/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list