summaryrefslogtreecommitdiff
path: root/community/awesome
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/awesome
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/awesome')
-rw-r--r--community/awesome/PKGBUILD67
-rw-r--r--community/awesome/awesome.desktop7
2 files changed, 0 insertions, 74 deletions
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD
deleted file mode 100644
index 5b04224ce..000000000
--- a/community/awesome/PKGBUILD
+++ /dev/null
@@ -1,67 +0,0 @@
-# $Id: PKGBUILD 87494 2013-04-01 17:59:30Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=(
- 'cairo'
- 'dbus'
- 'gdk-pixbuf2'
- 'imlib2'
- 'libxcursor'
- 'libxdg-basedir'
- 'lua'
- 'lua-lgi'
- 'pango'
- 'startup-notification'
- 'xcb-util-image'
- 'xcb-util-keysyms'
- 'xcb-util-wm'
- 'xorg-xmessage'
-)
-makedepends=(
- 'asciidoc'
- 'cmake'
- 'docbook-xsl'
- 'doxygen'
- 'imagemagick'
- 'ldoc'
- 'xmlto'
-)
-optdepends=(
- 'rlwrap: readline support for awesome-client'
- 'dex: autostart your desktop files'
- 'vicious: widgets for the Awesome window manager'
-)
-provides=('notification-daemon')
-source=("$url/download/$pkgname-$pkgver.tar.xz"
- "$pkgname.desktop")
-md5sums=('f528f66ddcdb07f24e6f494837371702'
- '0fdbeec43d211c6750041d7e37611a6a')
-
-build() {
- cd $pkgname-$pkgver
- cmake \
- -DCMAKE_BUILD_TYPE=RELEASE \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DSYSCONFDIR=/etc \
- -DLUA_LIBRARY=/usr/lib/liblua.so.5.2
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- # install desktop file so you can start awesome from your login manager
- install -Dm644 ../awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/awesome/awesome.desktop b/community/awesome/awesome.desktop
deleted file mode 100644
index 453399c6e..000000000
--- a/community/awesome/awesome.desktop
+++ /dev/null
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framework window manager
-Type=XSession
-Exec=awesome
-TryExec=awesome