[arch-commits] Commit in i3-gaps/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Dec 25 13:43:37 UTC 2021
Date: Saturday, December 25, 2021 @ 13:43:37
Author: foxboron
Revision: 1083623
archrelease: copy trunk to community-x86_64
Added:
i3-gaps/repos/community-x86_64/PKGBUILD
(from rev 1083622, i3-gaps/trunk/PKGBUILD)
Deleted:
i3-gaps/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-25 13:41:32 UTC (rev 1083622)
+++ PKGBUILD 2021-12-25 13:43:37 UTC (rev 1083623)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Ingo Bürk <admin at airblader dot de>
-
-pkgname=i3-gaps
-pkgver=4.20.1
-pkgrel=2
-pkgdesc='A fork of i3wm tiling window manager with more features, including gaps'
-arch=('i686' 'x86_64')
-url='https://github.com/Airblader/i3'
-license=('BSD')
-provides=('i3-wm')
-conflicts=('i3-wm')
-groups=('i3')
-depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
- 'libxkbcommon-x11')
-makedepends=('bison' 'flex' 'asciidoc' 'xmlto' 'meson')
-optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
- 'dmenu: As menu.'
- 'i3lock: For locking your screen.'
- 'i3status: To display system information with a bar.'
- 'perl-json-xs: For i3-save-tree'
- 'perl-anyevent-i3: For i3-save-tree')
-backup=(etc/i3/config)
-options=('docs' 'debug')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz")
-sha256sums=('717f2499e1c6eb5c04e5c6d30442234387181e2b731366274b40bbf682f93d95')
-
-build() {
- cd "i3-${pkgver}"
- arch-meson \
- -Ddocs=true \
- -Dmans=true \
- ../build
- meson compile -C ../build
-}
-
-package() {
- cd "i3-${pkgver}"
- DESTDIR="$pkgdir" meson install -C ../build
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: i3-gaps/repos/community-x86_64/PKGBUILD (from rev 1083622, i3-gaps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-25 13:43:37 UTC (rev 1083623)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Ingo Bürk <admin at airblader dot de>
+
+pkgname=i3-gaps
+pkgver=4.20.1
+pkgrel=2
+pkgdesc='A fork of i3wm tiling window manager with more features, including gaps'
+arch=('i686' 'x86_64')
+url='https://github.com/Airblader/i3'
+license=('BSD')
+provides=('i3-wm')
+conflicts=('i3-wm')
+groups=('i3')
+depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
+ 'libxkbcommon-x11')
+makedepends=('bison' 'flex' 'asciidoc' 'xmlto' 'meson')
+optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
+ 'dmenu: As menu.'
+ 'i3lock: For locking your screen.'
+ 'i3status: To display system information with a bar.'
+ 'perl-json-xs: For i3-save-tree'
+ 'perl-anyevent-i3: For i3-save-tree')
+backup=(etc/i3/config)
+options=('docs' 'debug')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz")
+sha256sums=('717f2499e1c6eb5c04e5c6d30442234387181e2b731366274b40bbf682f93d95')
+
+build() {
+ cd "i3-${pkgver}"
+ arch-meson \
+ -Ddocs=true \
+ -Dmans=true \
+ ../build
+ meson compile -C ../build
+}
+
+package() {
+ cd "i3-${pkgver}"
+ DESTDIR="$pkgdir" meson install -C ../build
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list