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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 26 10:22:13 UTC 2019


    Date: Tuesday, March 26, 2019 @ 10:22:13
  Author: arodseth
Revision: 443550

archrelease: copy trunk to community-x86_64

Added:
  sway/repos/community-x86_64/PKGBUILD
    (from rev 443549, sway/trunk/PKGBUILD)
Deleted:
  sway/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-26 10:22:06 UTC (rev 443549)
+++ PKGBUILD	2019-03-26 10:22:13 UTC (rev 443550)
@@ -1,39 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=sway
-pkgver=1.0
-pkgrel=6
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=(x86_64)
-url='https://swaywm.org/'
-license=(MIT)
-depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots)
-makedepends=(meson ninja scdoc wayland-protocols)
-optdepends=(
-  'dmenu:                for launching applications'
-  'gdk-pixbuf2:          required by swaybg'
-  'i3status:             display a status line'
-  'rxvt-unicode:         default terminal emulator'
-  'xorg-server-xwayland: X11 support'
-)
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-source=(
-  "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
-  "https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
-)
-sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
-            'SKIP')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname-$pkgver -Dwerror=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: sway/repos/community-x86_64/PKGBUILD (from rev 443549, sway/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-26 10:22:13 UTC (rev 443550)
@@ -0,0 +1,39 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=sway
+pkgver=1.0
+pkgrel=7
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=(x86_64)
+url='https://swaywm.org/'
+license=(MIT)
+depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots)
+makedepends=(meson ninja scdoc wayland-protocols)
+optdepends=(
+  'dmenu:                for launching applications'
+  'gdk-pixbuf2:          required by swaybg'
+  'i3status:             display a status line'
+  'rxvt-unicode:         default terminal emulator'
+  'xorg-server-xwayland: X11 support'
+)
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+source=(
+  "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
+  "https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
+)
+sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
+            'SKIP')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname-$pkgver -Dwerror=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et



More information about the arch-commits mailing list