[arch-commits] Commit in qtile/repos/community-x86_64 (4 files)

David Runge dvzrv at gemini.archlinux.org
Wed Mar 23 13:44:26 UTC 2022


    Date: Wednesday, March 23, 2022 @ 13:44:26
  Author: dvzrv
Revision: 1171384

archrelease: copy trunk to community-x86_64

Added:
  qtile/repos/community-x86_64/PKGBUILD
    (from rev 1171383, qtile/trunk/PKGBUILD)
  qtile/repos/community-x86_64/qtile.install
    (from rev 1171383, qtile/trunk/qtile.install)
Deleted:
  qtile/repos/community-x86_64/PKGBUILD
  qtile/repos/community-x86_64/qtile.install

---------------+
 PKGBUILD      |  192 ++++++++++++++++++++++++++++----------------------------
 qtile.install |   20 ++---
 2 files changed, 107 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 13:44:11 UTC (rev 1171383)
+++ PKGBUILD	2022-03-23 13:44:26 UTC (rev 1171384)
@@ -1,95 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qtile
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="A full-featured, pure-Python tiling window manager"
-arch=(x86_64)
-url="http://www.qtile.org"
-license=(MIT)
-depends=(
-  gdk-pixbuf2
-  glibc
-  libnotify
-  librsvg
-  pango
-  python-cairocffi
-  python-cffi
-  python-xcffib
-  python-gobject
-)
-makedepends=(
-  git
-  libpulse
-  python-setuptools-scm
-)
-checkdepends=(
-  graphviz
-  gtk3
-  imagemagick
-  lm_sensors
-  procps-ng
-  python-bowler
-  python-dbus-next
-  python-gobject
-  python-pytest
-  python-pywlroots
-  python-xdg
-  xorg-server-xephyr
-  xorg-server-xvfb
-  xorg-xrandr
-  xorg-xwayland
-)
-optdepends=(
-  'alsa-utils: for volume widget'
-  'canto-daemon: for canto widget'
-  'cmus: for cmus widget'
-  'jupyter_console: for interaction with qtile via Jupyter'
-  'khal: for khal_calendar widget'
-  'libpulse: for pulse_volume and pulseaudio_ffi widget'
-  'lm_sensors: for sensors widget'
-  'moc: for moc widget'
-  'python-dbus-next: for utils, notifications and several widgets'
-  'python-iwlib: for wlan widget'
-  'python-keyring: for imapwidget widget'
-  'python-mpd2: mpd2widget widget'
-  'python-psutil: graph, net and memory widget'
-  'python-pywlroots: for experimental wayland support'
-  'python-setproctitle: change process name to qtile'
-  'python-xdg: launchbar widget'
-  'xorg-xwayland: for XWayland support'
-)
-install="${pkgname}.install"
-source=("git+https://github.com/qtile/qtile#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(
-  '3CCAB226289DE0160C61BDB418D18F1BC464DCA3' # Tycho Andersen <tycho at tycho.pizza>
-  '35D92E7CC7357A81173EA1C974F9FDD20984FBEC' # Matt Colligan <mcol at posteo.net>
-)
-
-build() {
-  cd "${pkgname}"
-  python setup.py build
-  ./scripts/ffibuild
-}
-
-check() {
-  cd "${pkgname}"
-  export LC_TYPE=en_US.UTF-8
-  pytest -vv --backend x11 --backend wayland
-}
-
-package() {
-  cd "${pkgname}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # desktop files
-  install -vDm 644 "resources/${pkgname}.desktop" -t "${pkgdir}/usr/share/xsessions/"
-  install -vDm 644 "resources/${pkgname}-wayland.desktop" -t "${pkgdir}/usr/share/wayland-sessions/"
-  # docs
-  install -vDm 644 {CHANGELOG,README.rst} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qtile/repos/community-x86_64/PKGBUILD (from rev 1171383, qtile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-23 13:44:26 UTC (rev 1171384)
@@ -0,0 +1,97 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qtile
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A full-featured, pure-Python tiling window manager"
+arch=(x86_64)
+url="http://www.qtile.org"
+license=(MIT)
+depends=(
+  gdk-pixbuf2
+  glibc
+  libnotify
+  librsvg
+  pango
+  python-cairocffi
+  python-cffi
+  python-xcffib
+  python-gobject
+)
+makedepends=(
+  git
+  libpulse
+  python-setuptools-scm
+)
+checkdepends=(
+  graphviz
+  gtk3
+  imagemagick
+  lm_sensors
+  procps-ng
+  python-bowler
+  python-dbus-next
+  python-gobject
+  python-pytest
+  python-pywlroots
+  python-xdg
+  xorg-server-xephyr
+  xorg-server-xvfb
+  xorg-xrandr
+  xorg-xwayland
+)
+optdepends=(
+  'alsa-utils: for volume widget'
+  'canto-daemon: for canto widget'
+  'cmus: for cmus widget'
+  'jupyter_console: for interaction with qtile via Jupyter'
+  'khal: for khal_calendar widget'
+  'libpulse: for pulse_volume and pulseaudio_ffi widget'
+  'lm_sensors: for sensors widget'
+  'moc: for moc widget'
+  'python-dbus-next: for utils, notifications and several widgets'
+  'python-iwlib: for wlan widget'
+  'python-keyring: for imapwidget widget'
+  'python-mpd2: mpd2widget widget'
+  'python-psutil: graph, net and memory widget'
+  'python-pywlroots: for experimental wayland support'
+  'python-setproctitle: change process name to qtile'
+  'python-xdg: launchbar widget'
+  'xorg-xwayland: for XWayland support'
+)
+install=$pkgname.install
+options=(debug)
+source=(git+https://github.com/qtile/qtile#tag=v$pkgver?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(
+  '3CCAB226289DE0160C61BDB418D18F1BC464DCA3' # Tycho Andersen <tycho at tycho.pizza>
+  '35D92E7CC7357A81173EA1C974F9FDD20984FBEC' # Matt Colligan <mcol at posteo.net>
+  'A6BAA1E17D2664ADB97B2C6F58A9AA7C86727DF7' # elParaguayo <elparaguayocode at gmail.com>
+)
+
+build() {
+  cd $pkgname
+  python setup.py build
+  ./scripts/ffibuild
+}
+
+check() {
+  cd $pkgname
+  export LC_TYPE=en_US.UTF-8
+  pytest -vv --backend x11 --backend wayland
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --optimize=1 --root="$pkgdir"
+  # license
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  # config
+  install -vDm 644 libqtile/resources/default_config.py -t "$pkgdir/usr/share/doc/$pkgname/"
+  # desktop files
+  install -vDm 644 "resources/$pkgname.desktop" -t "$pkgdir/usr/share/xsessions/"
+  install -vDm 644 "resources/$pkgname-wayland.desktop" -t "$pkgdir/usr/share/wayland-sessions/"
+  # docs
+  install -vDm 644 {CHANGELOG,README.rst} -t "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: qtile.install
===================================================================
--- qtile.install	2022-03-23 13:44:11 UTC (rev 1171383)
+++ qtile.install	2022-03-23 13:44:26 UTC (rev 1171384)
@@ -1,10 +0,0 @@
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp "$2" '0.17.0-1')" < 0 )); then
-    printf "WARNING: Major config and functionality changes. A restart (not reload) of qtile is required.\n"
-  fi
-  if (( "$(vercmp "$2" '0.18.0-1')" < 0 )); then
-    printf "WARNING: Major config changes. Make sure to read /usr/share/doc/qtile/CHANGELOG.\n"
-  fi
-}

Copied: qtile/repos/community-x86_64/qtile.install (from rev 1171383, qtile/trunk/qtile.install)
===================================================================
--- qtile.install	                        (rev 0)
+++ qtile.install	2022-03-23 13:44:26 UTC (rev 1171384)
@@ -0,0 +1,10 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" '0.17.0-1')" < 0 )); then
+    printf "WARNING: Major config and functionality changes. A restart (not reload) of qtile is required.\n"
+  fi
+  if (( "$(vercmp "$2" '0.18.0-1')" < 0 )); then
+    printf "WARNING: Major config changes. Make sure to read /usr/share/doc/qtile/CHANGELOG.\n"
+  fi
+}



More information about the arch-commits mailing list