[arch-commits] Commit in sway/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Aug 23 12:41:04 UTC 2019


    Date: Friday, August 23, 2019 @ 12:41:04
  Author: arodseth
Revision: 501297

upgpkg: sway 1.2_rc2-1

Modified:
  sway/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-23 10:30:44 UTC (rev 501296)
+++ PKGBUILD	2019-08-23 12:41:04 UTC (rev 501297)
@@ -2,14 +2,14 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=sway
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.2_rc2
+pkgrel=1
 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 swaybg ttf-font 'wlroots>=0.6.0')
-makedepends=(meson ninja scdoc wayland-protocols)
+depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font 'wlroots>=0.6')
+makedepends=(git meson ninja scdoc setconf wayland-protocols)
 backup=(etc/sway/config)
 optdepends=(
   'dmenu: Application launcher'
@@ -24,23 +24,23 @@
   'waybar: Highly customizable bar'
   '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=('740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922'
-            'SKIP')
+source=("git+https://github.com/swaywm/sway#tag=${pkgver/_/-}")
+md5sums=('SKIP')
 
+prepare() {
+  # Set the version information to 'Arch Linux' instead of 'makepkg'
+  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" $pkgname/meson.build
+}
+
 build() {
   mkdir -p build
-  arch-meson build $pkgname-$pkgver -D werror=false -D b_ndebug=true
+  arch-meson build $pkgname -D werror=false -D b_ndebug=true
   ninja -C build
 }
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim: ts=2 sw=2 et



More information about the arch-commits mailing list