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

2020-11-10 Thread Maxim Baz via arch-commits
Date: Tuesday, November 10, 2020 @ 19:03:13
  Author: maximbaz
Revision: 749754

upgpkg: sway 1:1.5.1-1

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 19:02:16 UTC (rev 749753)
+++ PKGBUILD2020-11-10 19:03:13 UTC (rev 749754)
@@ -1,8 +1,9 @@
-# Maintainer: Alexander F. Rødseth 
 # Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexander F. Rødseth 
 
 pkgname=sway
-pkgver=1.5
+pkgver=1.5.1
 epoch=1
 pkgrel=1
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
@@ -38,10 +39,11 @@
 
source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
 
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
 "50-systemd-user.conf")
-sha512sums=('702e44f8923a4ca05d831dd7ed76165654f113a8b2754d332c509ee844528f47c52b7f21deca78d4a79dad465cbcd0934574fff4ad9bb7a45aec3124dea5bca4'
+sha512sums=('3b937249db2875100bc22e99f955a3300d3294a296fb37006fa1468a3986bf4fa8e5197279e3587bd8dc29f31adff8fbdc9ddc840e7be982b73331a05cd06ba5'
 'SKIP'
 
'57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-07-15 Thread Brett Cornwall via arch-commits
Date: Thursday, July 16, 2020 @ 01:31:00
  Author: ainola
Revision: 664023

upgpkg: sway 1:1.5-1

N.B. /etc/sway/security.d has been removed - upstream says this inclusion was 
an oversight and that the code/references to the code have been removed.

See:

* https://github.com/swaywm/sway/issues/5335
* https://github.com/swaywm/sway/pull/5339

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 01:03:12 UTC (rev 664022)
+++ PKGBUILD2020-07-16 01:31:00 UTC (rev 664023)
@@ -2,9 +2,9 @@
 # Maintainer: Brett Cornwall 
 
 pkgname=sway
-pkgver=1.4
+pkgver=1.5
 epoch=1
-pkgrel=9
+pkgrel=1
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -38,7 +38,7 @@
 
source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
 
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
 "50-systemd-user.conf")
-sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
+sha512sums=('702e44f8923a4ca05d831dd7ed76165654f113a8b2754d332c509ee844528f47c52b7f21deca78d4a79dad465cbcd0934574fff4ad9bb7a45aec3124dea5bca4'
 'SKIP'
 
'57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 15:01:27
  Author: foutrelis
Revision: 620825

upgpkg: sway 1:1.4-9: json-c 0.14 rebuild

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 15:01:25 UTC (rev 620824)
+++ PKGBUILD2020-04-25 15:01:27 UTC (rev 620825)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=8
+pkgrel=9
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'


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

2020-03-11 Thread Brett Cornwall via arch-commits
Date: Thursday, March 12, 2020 @ 01:31:07
  Author: ainola
Revision: 594892

Add polkit as dependency

Without polkit Sway fails to obtain CAP_SYS_ADMIN to become a DRM master. This 
ensures that a base Arch installation + pacman -S sway gives a working session.

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 01:29:46 UTC (rev 594891)
+++ PKGBUILD2020-03-12 01:31:07 UTC (rev 594892)
@@ -4,12 +4,22 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=7
+pkgrel=8
 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)
+depends=(
+  'cairo'
+  'gdk-pixbuf2'
+  'json-c'
+  'pango'
+  'polkit'
+  'pcre'
+  'swaybg'
+  'ttf-font'
+  'wlroots'
+)
 makedepends=(git meson ninja scdoc setconf wayland-protocols)
 backup=(etc/sway/config)
 optdepends=(


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

2020-02-05 Thread Brett Cornwall via arch-commits
Date: Thursday, February 6, 2020 @ 02:22:50
  Author: ainola
Revision: 563587

rm duplicate swaybg in optdeps

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 02:11:51 UTC (rev 563586)
+++ PKGBUILD2020-02-06 02:22:50 UTC (rev 563587)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=6
+pkgrel=7
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -19,7 +19,6 @@
   'i3status: Status line'
   'mako: Lightweight notification daemon'
   'slurp: Select a region'
-  'swaybg: Wallpaper tool for Wayland compositors'
   'swayidle: Idle management daemon'
   'swaylock: Screen locker'
   'wallutils: Timed wallpapers'


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

2020-02-04 Thread Brett Cornwall via arch-commits
Date: Tuesday, February 4, 2020 @ 21:10:34
  Author: ainola
Revision: 562568

rxvt -> alacritty in optdeps; add swaybg as well

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-04 21:09:30 UTC (rev 562567)
+++ PKGBUILD2020-02-04 21:10:34 UTC (rev 562568)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=5
+pkgrel=6
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -13,12 +13,13 @@
 makedepends=(git meson ninja scdoc setconf wayland-protocols)
 backup=(etc/sway/config)
 optdepends=(
+  'alacritty: Terminal emulator used by the default config'
   'dmenu: Application launcher'
+  'grim: Screenshot utility'
   'i3status: Status line'
-  'grim: Screenshot utility'
   'mako: Lightweight notification daemon'
-  'rxvt-unicode: Terminal emulator'
   'slurp: Select a region'
+  'swaybg: Wallpaper tool for Wayland compositors'
   'swayidle: Idle management daemon'
   'swaylock: Screen locker'
   'wallutils: Timed wallpapers'


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

2020-01-30 Thread Brett Cornwall via arch-commits
Date: Thursday, January 30, 2020 @ 21:06:49
  Author: ainola
Revision: 560212

Include contrib/ scripts

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 20:54:46 UTC (rev 560211)
+++ PKGBUILD2020-01-30 21:06:49 UTC (rev 560212)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -50,6 +50,11 @@
   DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
+
+  for util in autoname-workspaces.py inactive-windows-transparency.py 
grimshot; do
+install -Dm755 "$pkgname-$pkgver/contrib/$util" -t \
+   "$pkgdir/usr/share/$pkgname/scripts"
+  done
 }
 
 # vim: ts=2 sw=2 et


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

2020-01-22 Thread Brett Cornwall via arch-commits
Date: Wednesday, January 22, 2020 @ 20:59:20
  Author: ainola
Revision: 554580

upgpkg: sway 1:1.4-1

This release forwards will no longer support the FreeRDP backend as it was 
removed by upstream.

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 20:56:43 UTC (rev 554579)
+++ PKGBUILD2020-01-22 20:59:20 UTC (rev 554580)
@@ -1,10 +1,10 @@
-# Maintainer: Jerome Leclanche 
 # Maintainer: Alexander F. Rødseth 
+# Maintainer: Brett Cornwall 
 
 pkgname=sway
-pkgver=1.2
+pkgver=1.4
 epoch=1
-pkgrel=5
+pkgrel=1
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -28,7 +28,7 @@
 
source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
 
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
 "10-systemd.conf")
-sha512sums=('e3842e0da58a1678289aa24fc84f6841deeea6e9ffe04407525e5b9d62ed177d890133ff07412317c811f5b07a2e5073d14ff59a30e62111f51fc65af0dddb19'
+sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
 'SKIP'
 
'122b97f7adb6444c442368c5bbbd3401bcd8420f522fcd6521def5a09cd2989f5f6f555a5a7762e922eaa307077eb26db6508242ee1b835ca73ad65acaeef95b')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault


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

2019-10-14 Thread Brett Cornwall via arch-commits
Date: Tuesday, October 15, 2019 @ 03:35:43
  Author: ainola
Revision: 515958

Re-introduce GPG key, use release tarballs

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-15 02:56:20 UTC (rev 515957)
+++ PKGBUILD2019-10-15 03:35:43 UTC (rev 515958)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.2
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -25,13 +25,16 @@
   'waybar: Highly customizable bar'
   'xorg-server-xwayland: X11 support'
 )
-source=('git+https://github.com/swaywm/sway#commit=be138dab4419d3e76a7742428d9ec85bce06116b'
-10-systemd.conf)
-md5sums=('SKIP'
- 'e614ac10c21d57da6b3af25653589a9e')
+source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
+
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
+"10-systemd.conf")
+sha512sums=('e3842e0da58a1678289aa24fc84f6841deeea6e9ffe04407525e5b9d62ed177d890133ff07412317c811f5b07a2e5073d14ff59a30e62111f51fc65af0dddb19'
+'SKIP'
+
'122b97f7adb6444c442368c5bbbd3401bcd8420f522fcd6521def5a09cd2989f5f6f555a5a7762e922eaa307077eb26db6508242ee1b835ca73ad65acaeef95b')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 prepare() {
-  cd $pkgname
+  cd "$pkgname-$pkgver"
 
   # Set the version information to 'Arch Linux' instead of 'makepkg'
   sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
@@ -39,13 +42,13 @@
 
 build() {
   mkdir -p build
-  arch-meson build $pkgname -D werror=false -D b_ndebug=true
+  arch-meson build "$pkgname-$pkgver" -D werror=false -D b_ndebug=true
   ninja -C build
 }
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm755 10-systemd.conf "$pkgdir/etc/sway/conf.d/10-systemd.conf"
 }
 


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

2019-10-11 Thread Brett Cornwall via arch-commits
Date: Saturday, October 12, 2019 @ 01:53:20
  Author: ainola
Revision: 515203

Rebuild with wlroot's newly-enabled RDP backend

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-12 01:49:30 UTC (rev 515202)
+++ PKGBUILD2019-10-12 01:53:20 UTC (rev 515203)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.2
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'


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

2019-08-29 Thread Brett Cornwall via arch-commits
Date: Thursday, August 29, 2019 @ 17:38:49
  Author: ainola
Revision: 504980

rebuild sway due to wlroots soname bump

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-29 17:12:24 UTC (rev 504979)
+++ PKGBUILD2019-08-29 17:38:49 UTC (rev 504980)
@@ -5,7 +5,7 @@
 pkgver=1.2
 _hash='be138dab4419d3e76a7742428d9ec85bce06116b'
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'


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

2019-08-29 Thread Alexander Rødseth via arch-commits
Date: Thursday, August 29, 2019 @ 08:41:48
  Author: arodseth
Revision: 504662

upgpkg: sway 1:1.2-1

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-29 08:41:20 UTC (rev 504661)
+++ PKGBUILD2019-08-29 08:41:48 UTC (rev 504662)
@@ -2,7 +2,9 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=sway
-pkgver=1.2_rc2
+pkgver=1.2
+_hash='be138dab4419d3e76a7742428d9ec85bce06116b'
+epoch=1
 pkgrel=1
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
@@ -24,12 +26,20 @@
   'waybar: Highly customizable bar'
   'xorg-server-xwayland: X11 support'
 )
-source=("git+https://github.com/swaywm/sway#tag=${pkgver/_/-};)
+source=("git+https://github.com/swaywm/sway#tag=$pkgver;)
 md5sums=('SKIP')
 
 prepare() {
+  cd $pkgname
+
+  # check if the git hash matches
+  if [[ "$(git rev-parse HEAD)" != "$_hash" ]]; then
+echo "error: $(git rev-parse HEAD) != $_hash"
+exit 1
+  fi
+
   # Set the version information to 'Arch Linux' instead of 'makepkg'
-  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" $pkgname/meson.build
+  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
 }
 
 build() {


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

2019-08-23 Thread Alexander Rødseth via arch-commits
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
===
--- PKGBUILD2019-08-23 10:30:44 UTC (rev 501296)
+++ PKGBUILD2019-08-23 12:41:04 UTC (rev 501297)
@@ -2,14 +2,14 @@
 # Maintainer: Alexander F. Rødseth 
 
 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


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

2019-06-07 Thread Alexander Rødseth via arch-commits
Date: Friday, June 7, 2019 @ 14:28:04
  Author: arodseth
Revision: 478174

upgpkg: sway 1.1.1-3

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 14:26:28 UTC (rev 478173)
+++ PKGBUILD2019-06-07 14:28:04 UTC (rev 478174)
@@ -3,7 +3,7 @@
 
 pkgname=sway
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -10,6 +10,7 @@
 license=(MIT)
 depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font 'wlroots>=0.6.0')
 makedepends=(meson ninja scdoc wayland-protocols)
+backup=(etc/sway/config)
 optdepends=(
   'dmenu: Application launcher'
   'i3status: Status line'


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

2019-06-07 Thread Alexander Rødseth via arch-commits
Date: Friday, June 7, 2019 @ 14:26:20
  Author: arodseth
Revision: 478172

upgpkg: sway 1.1.1-2

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 14:22:00 UTC (rev 478171)
+++ PKGBUILD2019-06-07 14:26:20 UTC (rev 478172)
@@ -11,15 +11,17 @@
 depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font 'wlroots>=0.6.0')
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
-  'dmenu: for launching applications'
-  'i3status: display a status line'
-  'rxvt-unicode: default terminal emulator'
+  'dmenu: Application launcher'
+  'i3status: Status line'
+  'grim: Screenshot utility'
+  'mako: Lightweight notification daemon'
+  'rxvt-unicode: Terminal emulator'
+  'slurp: Select a region'
+  'swayidle: Idle management daemon'
+  'swaylock: Screen locker'
+  'wallutils: Timed wallpapers'
+  'waybar: Highly customizable bar'
   'xorg-server-xwayland: X11 support'
-  'swayidle: Idle management daemon for Wayland'
-  'swaylock: Screen locker for Wayland'
-  'grim: Screenshot utility that works with Wayland'
-  'wallutils: Timed wallpapers that works with Wayland'
-  'waybar: Highly customizable bar for Wayland'
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
 source=(


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

2019-06-07 Thread Alexander Rødseth via arch-commits
Date: Friday, June 7, 2019 @ 14:21:53
  Author: arodseth
Revision: 478170

upgpkg: sway 1.1.1-2

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 13:13:32 UTC (rev 478169)
+++ PKGBUILD2019-06-07 14:21:53 UTC (rev 478170)
@@ -3,12 +3,12 @@
 
 pkgname=sway
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 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>=0.6.0')
+depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font 'wlroots>=0.6.0')
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
   'dmenu: for launching applications'
@@ -15,6 +15,11 @@
   'i3status: display a status line'
   'rxvt-unicode: default terminal emulator'
   'xorg-server-xwayland: X11 support'
+  'swayidle: Idle management daemon for Wayland'
+  'swaylock: Screen locker for Wayland'
+  'grim: Screenshot utility that works with Wayland'
+  'wallutils: Timed wallpapers that works with Wayland'
+  'waybar: Highly customizable bar for Wayland'
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
 source=(


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

2019-06-03 Thread Alexander Rødseth via arch-commits
Date: Monday, June 3, 2019 @ 14:55:55
  Author: arodseth
Revision: 476735

upgpkg: sway 1.1.1-1

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 14:36:11 UTC (rev 476734)
+++ PKGBUILD2019-06-03 14:55:55 UTC (rev 476735)
@@ -2,13 +2,13 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=sway
-pkgver=1.1
+pkgver=1.1.1
 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 ttf-font wlroots)
+depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font 'wlroots>=0.6.0')
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
   'dmenu: for launching applications'
@@ -21,7 +21,7 @@
   
"$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=('2aeed6589b770acf18179c711a777c8defa93b14b2daaec6f2e06dc2940e5453'
+sha256sums=('740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922'
 'SKIP')
 
 build() {


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

2019-06-03 Thread Alexander Rødseth via arch-commits
Date: Monday, June 3, 2019 @ 14:36:11
  Author: arodseth
Revision: 476734

upgpkg: sway 1.1-1

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 14:35:15 UTC (rev 476733)
+++ PKGBUILD2019-06-03 14:36:11 UTC (rev 476734)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=sway
-pkgver=1.0
-pkgrel=8
+pkgver=1.1
+pkgrel=1
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -11,9 +11,9 @@
 depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots)
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
-  'dmenu:for launching applications'
-  'i3status: display a status line'
-  'rxvt-unicode: default terminal emulator'
+  'dmenu: for launching applications'
+  'i3status: display a status line'
+  'rxvt-unicode: default terminal emulator'
   'xorg-server-xwayland: X11 support'
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
@@ -21,7 +21,7 @@
   
"$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'
+sha256sums=('2aeed6589b770acf18179c711a777c8defa93b14b2daaec6f2e06dc2940e5453'
 'SKIP')
 
 build() {


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

2019-03-29 Thread Alexander Rødseth via arch-commits
Date: Friday, March 29, 2019 @ 12:36:40
  Author: arodseth
Revision: 446005

upgpkg: sway 1.0-8

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-29 12:32:07 UTC (rev 446004)
+++ PKGBUILD2019-03-29 12:36:40 UTC (rev 446005)
@@ -3,7 +3,7 @@
 
 pkgname=sway
 pkgver=1.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -12,7 +12,6 @@
 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'
@@ -27,7 +26,7 @@
 
 build() {
   mkdir -p build
-  arch-meson build $pkgname-$pkgver -Dwerror=false
+  arch-meson build $pkgname-$pkgver -D werror=false -D b_ndebug=true
   ninja -C build
 }
 


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

2019-03-26 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 26, 2019 @ 10:22:06
  Author: arodseth
Revision: 443549

upgpkg: sway 1.0-7

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 10:11:37 UTC (rev 443548)
+++ PKGBUILD2019-03-26 10:22:06 UTC (rev 443549)
@@ -3,12 +3,12 @@
 
 pkgname=sway
 pkgver=1.0
-pkgrel=6
+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 wlroots)
+depends=(cairo gdk-pixbuf2 json-c pango pcre ttf-font wlroots)
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
   'dmenu:for launching applications'


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

2019-03-19 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 19, 2019 @ 10:13:34
  Author: arodseth
Revision: 442641

Remove outdated optional deps, ref #62067
upgpkg: sway 1.0-6

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 09:15:07 UTC (rev 442640)
+++ PKGBUILD2019-03-19 10:13:34 UTC (rev 442641)
@@ -3,7 +3,7 @@
 
 pkgname=sway
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -12,10 +12,8 @@
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
   'dmenu:for launching applications'
-  'ffmpeg:   for recording screencasts'
   'gdk-pixbuf2:  required by swaybg'
   'i3status: display a status line'
-  'imagemagick:  for taking screenshots'
   'rxvt-unicode: default terminal emulator'
   'xorg-server-xwayland: X11 support'
 )


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

2019-03-18 Thread Alexander Rødseth via arch-commits
Date: Monday, March 18, 2019 @ 09:24:23
  Author: arodseth
Revision: 442431

upgpkg: sway 1.0-5

Modified:
  sway/trunk/PKGBUILD
Deleted:
  sway/trunk/sway.install

--+
 PKGBUILD |   33 -
 sway.install |7 ---
 2 files changed, 16 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 09:23:16 UTC (rev 442430)
+++ PKGBUILD2019-03-18 09:24:23 UTC (rev 442431)
@@ -1,9 +1,9 @@
 # Maintainer: Jerome Leclanche 
-# Contributor: Alexander F. Rødseth 
+# Maintainer: Alexander F. Rødseth 
 
 pkgname=sway
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -11,32 +11,31 @@
 depends=(cairo gdk-pixbuf2 json-c pango pcre wlroots)
 makedepends=(meson ninja scdoc wayland-protocols)
 optdepends=(
-   "dmenu: Default for launching applications."
-   "ffmpeg: For recording screencasts."
-   "gdk-pixbuf2: Required for swaybg."
-   "i3status: To display system information with a bar."
-   "imagemagick: For taking screenshots."
-   "rxvt-unicode: Default terminal emulator."
-   "xorg-server-xwayland: X11 support"
+  'dmenu:for launching applications'
+  'ffmpeg:   for recording screencasts'
+  'gdk-pixbuf2:  required by swaybg'
+  'i3status: display a status line'
+  'imagemagick:  for taking screenshots'
+  'rxvt-unicode: default terminal emulator'
+  'xorg-server-xwayland: X11 support'
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-install=$pkgname.install
 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;
+  
"$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
+  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"
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim: ts=2 sw=2 et

Deleted: sway.install
===
--- sway.install2019-03-18 09:23:16 UTC (rev 442430)
+++ sway.install2019-03-18 09:24:23 UTC (rev 442431)
@@ -1,7 +0,0 @@
-post_install() {
-   setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-   post_install $1
-}


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

2019-03-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 14, 2019 @ 08:42:24
  Author: arodseth
Revision: 440955

upgpkg: sway 1.0-4

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   40 +---
 1 file changed, 17 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:38:25 UTC (rev 440954)
+++ PKGBUILD2019-03-14 08:42:24 UTC (rev 440955)
@@ -1,19 +1,15 @@
 # Maintainer: Jerome Leclanche 
+# Contributor: Alexander F. Rødseth 
+
 pkgname=sway
 pkgver=1.0
-pkgrel=3
-pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
-arch=("x86_64")
-url="https://swaywm.org/;
-license=("MIT")
-depends=(
-   "cairo"
-   "json-c"
-   "pango"
-   "pcre"
-   "wlroots"
-)
-makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
+pkgrel=4
+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: Default for launching applications."
"ffmpeg: For recording screencasts."
@@ -29,20 +25,18 @@

"$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"
-)
+sha256sums=('24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56'
+'SKIP')
 
 build() {
-   cd "$pkgname-$pkgver"
-   mkdir "build"
-   cd "build"
-   meson -Dwerror=false --prefix /usr ".."
-   ninja
+   mkdir -p build
+   arch-meson build $pkgname-$pkgver -Dwerror=false
+   ninja -C build
 }
 
 package() {
-   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+   DESTDIR="$pkgdir" ninja -C build install
install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+# vim: ts=2 sw=2 et


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 23:52:08
  Author: jleclanche
Revision: 439912

upgpkg: sway 1.0-3

Add xorg-xserver-wayland as optdep

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:07:45 UTC (rev 439911)
+++ PKGBUILD2019-03-11 23:52:08 UTC (rev 439912)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 pkgname=sway
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
 arch=("x86_64")
 url="https://swaywm.org/;
@@ -21,6 +21,7 @@
"i3status: To display system information with a bar."
"imagemagick: For taking screenshots."
"rxvt-unicode: Default terminal emulator."
+   "xorg-server-xwayland: X11 support"
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
 install=$pkgname.install


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 22:36:29
  Author: jleclanche
Revision: 439896

upgpkg: sway 1.0-2

Compile with gdk-pixbuf2 support

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 22:32:22 UTC (rev 439895)
+++ PKGBUILD2019-03-11 22:36:29 UTC (rev 439896)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 pkgname=sway
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
 arch=("x86_64")
 url="https://swaywm.org/;
@@ -13,7 +13,7 @@
"pcre"
"wlroots"
 )
-makedepends=("meson" "ninja" "scdoc" "wayland-protocols")
+makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
 optdepends=(
"dmenu: Default for launching applications."
"ffmpeg: For recording screencasts."


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 17:22:42
  Author: jleclanche
Revision: 439782

upgpkg: sway 1.0-1

Upstream release 1.0

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 17:20:16 UTC (rev 439781)
+++ PKGBUILD2019-03-11 17:22:42 UTC (rev 439782)
@@ -1,3 +1,4 @@
+# Maintainer: Jerome Leclanche 
 pkgname=sway
 pkgver=1.0
 pkgrel=1


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 17:20:16
  Author: jleclanche
Revision: 439781

upgpkg: sway 1.0-1

Upstream release 1.0

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 17:12:48 UTC (rev 439780)
+++ PKGBUILD2019-03-11 17:20:16 UTC (rev 439781)
@@ -1,45 +1,46 @@
 pkgname=sway
-pkgver=0.15.2
-pkgrel=3
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=('x86_64')
-url='https://swaywm.org/'
-license=('MIT')
-depends=('gdk-pixbuf2' 'pango' 'wlc' 'xorg-server-xwayland')
-makedepends=('asciidoc' 'cmake' 'ninja')
+pkgver=1.0
+pkgrel=1
+pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
+arch=("x86_64")
+url="https://swaywm.org/;
+license=("MIT")
+depends=(
+   "cairo"
+   "json-c"
+   "pango"
+   "pcre"
+   "wlroots"
+)
+makedepends=("meson" "ninja" "scdoc" "wayland-protocols")
 optdepends=(
-  'dmenu: Default for launching applications.'
-  'ffmpeg: For recording screencasts.'
-  'i3status: To display system information with a bar.'
-  'imagemagick: For taking screenshots.'
-  'rxvt-unicode: Default terminal emulator.'
+   "dmenu: Default for launching applications."
+   "ffmpeg: For recording screencasts."
+   "gdk-pixbuf2: Required for swaybg."
+   "i3status: To display system information with a bar."
+   "imagemagick: For taking screenshots."
+   "rxvt-unicode: Default terminal emulator."
 )
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
 install=$pkgname.install
 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;
+   
"$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=('05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae'
-'SKIP')
+sha256sums=(
+   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
+   "SKIP"
+)
 
 build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_PREFIX=/usr \
--DVERSION="$pkgver" \
--DCMAKE_C_FLAGS='-w' \
--G Ninja
-  ninja
+   cd "$pkgname-$pkgver"
+   mkdir "build"
+   cd "build"
+   meson -Dwerror=false --prefix /usr ".."
+   ninja
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim: sw=2 ts=2 et:


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

2018-11-03 Thread Alexander Rødseth via arch-commits
Date: Saturday, November 3, 2018 @ 11:27:24
  Author: arodseth
Revision: 401338

upgpkg: sway 0.15.2-3

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |   71 -
 1 file changed, 33 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 11:26:18 UTC (rev 401337)
+++ PKGBUILD2018-11-03 11:27:24 UTC (rev 401338)
@@ -1,50 +1,45 @@
-
 pkgname=sway
 pkgver=0.15.2
-pkgrel=2
-pkgdesc="i3 compatible window manager for Wayland"
-arch=("x86_64")
-url="http://swaywm.org;
-license=("MIT")
-depends=(
-   "wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
-)
+pkgrel=3
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=('x86_64')
+url='https://swaywm.org/'
+license=('MIT')
+depends=('gdk-pixbuf2' 'pango' 'wlc' 'xorg-server-xwayland')
+makedepends=('asciidoc' 'cmake' 'ninja')
 optdepends=(
-   "rxvt-unicode: Default terminal emulator."
-   "dmenu: Default for launching applications."
-   "imagemagick: For taking screenshots."
-   "ffmpeg: For recording screencasts."
-   "i3status: To display system information with a bar."
+  'dmenu: Default for launching applications.'
+  'ffmpeg: For recording screencasts.'
+  'i3status: To display system information with a bar.'
+  'imagemagick: For taking screenshots.'
+  'rxvt-unicode: Default terminal emulator.'
 )
-makedepends=("cmake" "asciidoc")
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+install=$pkgname.install
 source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
+  
"$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;
 )
-install="$pkgname.install"
-sha256sums=(
-   "05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae"
-   "SKIP"
-)
-validpgpkeys=(
-   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
-)
+sha256sums=('05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae'
+'SKIP')
 
-
 build() {
-   mkdir -p build
-   cd build
-export CFLAGS="-Wno-stringop-overflow -Wno-stringop-truncation $CFLAGS"
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DVERSION="$pkgver"
-   make
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DVERSION="$pkgver" \
+-DCMAKE_C_FLAGS='-w' \
+-G Ninja
+  ninja
 }
 
 package() {
-   cd build
-   DESTDIR="$pkgdir" make install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+# vim: sw=2 ts=2 et:


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

2018-06-04 Thread Jelle van der Waa via arch-commits
Date: Monday, June 4, 2018 @ 20:30:01
  Author: jelle
Revision: 340451

upgpkg: sway 0.15.2-2

json-c rebuild

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 20:07:34 UTC (rev 340450)
+++ PKGBUILD2018-06-04 20:30:01 UTC (rev 340451)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("x86_64")
 url="http://swaywm.org;
@@ -35,6 +35,7 @@
 build() {
mkdir -p build
cd build
+export CFLAGS="-Wno-stringop-overflow -Wno-stringop-truncation $CFLAGS"
cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \


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

2018-04-13 Thread Jerome Leclanche via arch-commits
Date: Friday, April 13, 2018 @ 11:21:06
  Author: jleclanche
Revision: 316164

upgpkg: sway 0.15.2-1

Upstream release 0.15.2

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 09:44:53 UTC (rev 316163)
+++ PKGBUILD2018-04-13 11:21:06 UTC (rev 316164)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.15.2
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("x86_64")
 url="http://swaywm.org;
@@ -24,7 +24,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "b4305581587b1072f5cb61387230aaf731ea9ea0d01fdf198856a757e2195149"
+   "05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae"
"SKIP"
 )
 validpgpkeys=(


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

2017-12-28 Thread Christian Hesse via arch-commits
Date: Thursday, December 28, 2017 @ 21:31:30
  Author: eworm
Revision: 276615

upgpkg: sway 0.15.1-2

json-c 0.13 rebuild

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 20:39:31 UTC (rev 276614)
+++ PKGBUILD2017-12-28 21:31:30 UTC (rev 276615)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("x86_64")
 url="http://swaywm.org;


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

2017-12-27 Thread Jerome Leclanche via arch-commits
Date: Thursday, December 28, 2017 @ 07:50:10
  Author: jleclanche
Revision: 276369

upgpkg: sway 0.15.1-1

Upstream release 0.15.1

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 07:43:52 UTC (rev 276368)
+++ PKGBUILD2017-12-28 07:50:10 UTC (rev 276369)
@@ -1,13 +1,12 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("x86_64")
 url="http://swaywm.org;
 license=("MIT")
-backup=("etc/sway/security")
 depends=(
"wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
 )
@@ -25,7 +24,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "4fe62708feb9c3bfc53d5a8133a992078f8a5216581b5e4a519fbef620f9762c"
+   "b4305581587b1072f5cb61387230aaf731ea9ea0d01fdf198856a757e2195149"
"SKIP"
 )
 validpgpkeys=(


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

2017-11-07 Thread Jerome Leclanche
Date: Wednesday, November 8, 2017 @ 02:29:58
  Author: jleclanche
Revision: 265703

upgpkg: sway 0.15.0-1

Upstream release 0.15.0

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-08 02:27:15 UTC (rev 265702)
+++ PKGBUILD2017-11-08 02:29:58 UTC (rev 265703)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -25,7 +25,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "e63efee81cd3952ee00c7bd379cf90b065530b03423f593895584aa51e9c7f1b"
+   "4fe62708feb9c3bfc53d5a8133a992078f8a5216581b5e4a519fbef620f9762c"
"SKIP"
 )
 validpgpkeys=(


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

2017-07-27 Thread Jerome Leclanche
Date: Thursday, July 27, 2017 @ 07:44:54
  Author: jleclanche
Revision: 246533

upgpkg: sway 0.14.0-1

Upstream release 0.14.0

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-27 07:42:25 UTC (rev 246532)
+++ PKGBUILD2017-07-27 07:44:54 UTC (rev 246533)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -25,7 +25,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d"
+   "e63efee81cd3952ee00c7bd379cf90b065530b03423f593895584aa51e9c7f1b"
"SKIP"
 )
 validpgpkeys=(


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

2017-05-08 Thread Jerome Leclanche
Date: Monday, May 8, 2017 @ 20:59:49
  Author: jleclanche
Revision: 227384

upgpkg: sway 0.13.0-1

Upstream release 0.13.0

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-08 20:37:48 UTC (rev 227383)
+++ PKGBUILD2017-05-08 20:59:49 UTC (rev 227384)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.12.2
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -25,7 +25,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010"
+   "56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d"
"SKIP"
 )
 validpgpkeys=(
@@ -39,7 +39,8 @@
cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DVERSION="$pkgver"
make
 }
 


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

2017-04-11 Thread Jerome Leclanche
Date: Tuesday, April 11, 2017 @ 19:43:36
  Author: jleclanche
Revision: 222392

upgpkg: sway 0.12.2-1

Upstream release 0.12.2

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-11 19:43:21 UTC (rev 222391)
+++ PKGBUILD2017-04-11 19:43:36 UTC (rev 222392)
@@ -7,6 +7,7 @@
 arch=("i686" "x86_64")
 url="http://swaywm.org;
 license=("MIT")
+backup=("etc/sway/security")
 depends=(
"wlc" "xorg-server-xwayland" "json-c" "pango" "wayland" "gdk-pixbuf2"
 )


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

2017-04-03 Thread Jerome Leclanche
Date: Monday, April 3, 2017 @ 15:52:30
  Author: jleclanche
Revision: 220416

upgpkg: sway 0.12.2-1

Upstream release 0.12.2

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-03 15:50:12 UTC (rev 220415)
+++ PKGBUILD2017-04-03 15:52:30 UTC (rev 220416)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -24,7 +24,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "f395ab920733dd5523d1cc887e21a4245f5827ef7c1545ac4f836d69cc60b28c"
+   "134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010"
"SKIP"
 )
 validpgpkeys=(


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

2017-03-14 Thread Jerome Leclanche
Date: Tuesday, March 14, 2017 @ 12:42:49
  Author: jleclanche
Revision: 216243

upgpkg: sway 0.12.1-1

Upstream release 0.12.1

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 12:35:39 UTC (rev 216242)
+++ PKGBUILD2017-03-14 12:42:49 UTC (rev 216243)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.12
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;
@@ -24,7 +24,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "d67d557fefa1d671af792fc4acba8257f8257b5e5b42ccf7a2fe29d44b93fc0e"
+   "f395ab920733dd5523d1cc887e21a4245f5827ef7c1545ac4f836d69cc60b28c"
"SKIP"
 )
 validpgpkeys=(


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

2017-03-12 Thread Jerome Leclanche
Date: Sunday, March 12, 2017 @ 18:40:13
  Author: jleclanche
Revision: 215856

upgpkg: sway 0.12-2

Upstream release 0.12

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 18:37:52 UTC (rev 215855)
+++ PKGBUILD2017-03-12 18:40:13 UTC (rev 215856)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;


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

2017-03-12 Thread Jerome Leclanche
Date: Sunday, March 12, 2017 @ 18:37:44
  Author: jleclanche
Revision: 215853

upgpkg: sway 0.12-1

Upstream release 0.12

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 18:37:20 UTC (rev 215852)
+++ PKGBUILD2017-03-12 18:37:44 UTC (rev 215853)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;
@@ -24,7 +24,7 @@
 )
 install="$pkgname.install"
 sha256sums=(
-   "3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964"
+   "d67d557fefa1d671af792fc4acba8257f8257b5e5b42ccf7a2fe29d44b93fc0e"
"SKIP"
 )
 validpgpkeys=(


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

2016-12-27 Thread Jerome Leclanche
Date: Tuesday, December 27, 2016 @ 17:14:16
  Author: jleclanche
Revision: 203108

upgpkg: sway 0.11-2

Rebuild for setcap [sway-security]

Added:
  sway/trunk/sway.install
Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 sway.install |7 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 17:04:36 UTC (rev 203107)
+++ PKGBUILD2016-12-27 17:14:16 UTC (rev 203108)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;
@@ -22,6 +22,7 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz;

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
+install="$pkgname.install"
 sha256sums=(
"3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964"
"SKIP"

Added: sway.install
===
--- sway.install(rev 0)
+++ sway.install2016-12-27 17:14:16 UTC (rev 203108)
@@ -0,0 +1,7 @@
+post_install() {
+   setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2016-12-27 Thread Jerome Leclanche
Date: Tuesday, December 27, 2016 @ 17:04:13
  Author: jleclanche
Revision: 203106

upgpkg: sway 0.11-1

Upstream release 0.11

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 15:47:03 UTC (rev 203105)
+++ PKGBUILD2016-12-27 17:04:13 UTC (rev 203106)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -23,7 +23,7 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "9723baf037cf7e9de557e4ca9a54280594962ec1cf85e736592b860789b447f1"
+   "3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964"
"SKIP"
 )
 validpgpkeys=(


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

2016-10-25 Thread Jerome Leclanche
Date: Tuesday, October 25, 2016 @ 22:40:38
  Author: jleclanche
Revision: 193368

upgpkg: sway 0.10-1

Upstream release 0.10

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-25 21:18:04 UTC (rev 193367)
+++ PKGBUILD2016-10-25 22:40:38 UTC (rev 193368)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -17,13 +17,13 @@
"ffmpeg: For recording screencasts."
"i3status: To display system information with a bar."
 )
-makedepends=("cmake" "git" "asciidoc")
+makedepends=("cmake" "asciidoc")
 source=(

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz;

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
+   "9723baf037cf7e9de557e4ca9a54280594962ec1cf85e736592b860789b447f1"
"SKIP"
 )
 validpgpkeys=(


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

2016-08-02 Thread Jerome Leclanche
Date: Tuesday, August 2, 2016 @ 19:33:40
  Author: jleclanche
Revision: 184887

upgpkg: sway 0.9-1

Upstream release 0.9

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:27:25 UTC (rev 184886)
+++ PKGBUILD2016-08-02 19:33:40 UTC (rev 184887)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;
@@ -23,9 +23,12 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
+   "dc98fe5abd084dbf059fdf19b5b40e44b5c7ac75a5b704b47a6b53c9f489f42d"
"SKIP"
 )
+validpgpkeys=(
+   "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"
+)
 
 
 build() {


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

2016-06-19 Thread Jerome Leclanche
Date: Monday, June 20, 2016 @ 00:57:44
  Author: jleclanche
Revision: 180470

upgpkg: sway 0.8-2

Rebuild

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-20 00:50:03 UTC (rev 180469)
+++ PKGBUILD2016-06-20 00:57:44 UTC (rev 180470)
@@ -2,7 +2,7 @@
 
 pkgname=sway
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;


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

2016-06-17 Thread Jerome Leclanche
Date: Friday, June 17, 2016 @ 18:44:25
  Author: jleclanche
Revision: 180383

upgpkg: sway 0.8-1

Upstream release 0.8

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-17 17:49:23 UTC (rev 180382)
+++ PKGBUILD2016-06-17 18:44:25 UTC (rev 180383)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -23,7 +23,7 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "87db6506a9035b7a94f78ab0ad7dfb667c30c134917d1198d852b826c8fcf1ae"
+   "eb229098f87b242ab9259d3057e7e9a8cad610659546988b73ffa866ec62f7fd"
"SKIP"
 )
 


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

2016-05-22 Thread Jerome Leclanche
Date: Sunday, May 22, 2016 @ 21:24:04
  Author: jleclanche
Revision: 176108

upgpkg: sway 0.7-1

Upstream release 0.7

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-22 19:21:41 UTC (rev 176107)
+++ PKGBUILD2016-05-22 19:24:04 UTC (rev 176108)
@@ -1,7 +1,7 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
@@ -23,7 +23,7 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea"
+   "87db6506a9035b7a94f78ab0ad7dfb667c30c134917d1198d852b826c8fcf1ae"
"SKIP"
 )
 


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

2016-04-29 Thread Jerome Leclanche
Date: Friday, April 29, 2016 @ 16:23:57
  Author: jleclanche
Revision: 172728

upgpkg: sway 0.6-1

Upstream release 0.6

Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 14:21:54 UTC (rev 172727)
+++ PKGBUILD2016-04-29 14:23:57 UTC (rev 172728)
@@ -1,8 +1,8 @@
 # $Id$
 
 pkgname=sway
-pkgver=0.5
-pkgrel=2
+pkgver=0.6
+pkgrel=1
 pkgdesc="i3 compatible window manager for Wayland"
 arch=("i686" "x86_64")
 url="http://swaywm.org;
@@ -23,7 +23,7 @@

"$pkgname-$pkgver.tar.gz::https://github.com/SirCmpwn/$pkgname/archive/$pkgver.tar.gz.sig;
 )
 sha256sums=(
-   "1800bd21297e8af168f0c7afbf4f16fb817c8687d1451d6ecd5abba0873a2d3c"
+   "a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea"
"SKIP"
 )