[arch-commits] Commit in i3-gaps/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Wed Oct 20 17:24:19 UTC 2021


    Date: Wednesday, October 20, 2021 @ 17:24:19
  Author: foxboron
Revision: 1031422

archrelease: copy trunk to community-x86_64

Added:
  i3-gaps/repos/community-x86_64/PKGBUILD
    (from rev 1031421, 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-10-20 17:24:13 UTC (rev 1031421)
+++ PKGBUILD	2021-10-20 17:24:19 UTC (rev 1031422)
@@ -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.19.1
-pkgrel=1
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz")
-sha256sums=('97f33544f0a64a325b7b98cd4ad17dcf6f2c8ead1350d378154b76af1798e8fc')
-
-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 1031421, i3-gaps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-20 17:24:19 UTC (rev 1031422)
@@ -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
+pkgrel=1
+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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz")
+sha256sums=('6ae967b31b35bdf0856faae49f66db95e77aa55266764950f9665dfce16cdfbf')
+
+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