diff options
| author | kj-sh604 | 2024-07-22 09:50:37 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-22 09:50:37 -0400 |
| commit | 1702a6793c4b5420f849181f89fccb3612d5f639 (patch) | |
| tree | 61af2686d37b69ad8aee31094750e56e2d1eed9e | |
| parent | 06b8662fea27817896c1138230dc6a089287694c (diff) | |
kj-gitbot: awesome-git_as-release/PKGBUILD
| -rw-r--r-- | awesome-git_as-release/PKGBUILD | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/awesome-git_as-release/PKGBUILD b/awesome-git_as-release/PKGBUILD deleted file mode 100644 index 5594174..0000000 --- a/awesome-git_as-release/PKGBUILD +++ /dev/null @@ -1,45 +0,0 @@ -_pkgname=awesome -pkgname=awesome -pkgver=4.3 -pkgrel=4 -pkgdesc='Highly configurable framework window manager' -arch=('i686' 'x86_64') -url='http://awesome.naquadah.org/' -license=('GPL2') -depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11' - 'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor' - 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes') -makedepends=('asciidoctor' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc' - 'xmlto') -optdepends=('rlwrap: readline support for awesome-client' - 'dex: autostart your desktop files' - 'xcb-util-errors: for pretty-printing of X11 errors' - 'librsvg: for displaying SVG files without scaling artifacts' -) -provides=('notification-daemon' 'awesome') -conflicts=('awesome-git') -backup=('etc/xdg/awesome/rc.lua') -source=("$pkgname::git+https://github.com/kj-sh604/awesome.git") -md5sums=('SKIP') -_LUA_VER=5.4 - -build() { - mkdir -p build - cd build - cmake ../$pkgname \ - -DCMAKE_BUILD_TYPE=RELEASE \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONFDIR=/etc \ - -DLUA_INCLUDE_DIR=/usr/include/lua${_LUA_VER} \ - -DLUA_LIBRARY=/usr/lib/liblua.so.${_LUA_VER} \ - -DLUA_EXECUTABLE=/usr/bin/lua${_LUA_VER} - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - install -Dm644 "$srcdir"/$pkgname/awesome.desktop \ - "$pkgdir/usr/share/xsessions/awesome.desktop" -} |
