pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/arandr arandr: update to 0.1.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/775b3b3842f1
branches:  trunk
changeset: 332595:775b3b3842f1
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Wed Apr 17 18:04:20 2019 +0000

description:
arandr: update to 0.1.10.

Changelog:
 https://gitlab.com/arandr/arandr/commit/43faec00c0feca3f00b0acbae048de14f02c6d21

Version 0.1.10

* Ported to Python 3 and PyGObject (by actionless)
* Metacity keybindings removed
* New translations
  - Finnish
  - Hebrew
  - Indonesian
  - Kurdish Sorani
  - Norwegian Bokmal
* Updated translations
  - Breton
  - Czech
  - French
  - Galego
  - Galician
  - Greek
  - Japanese
  - Kannada
  - Lithuanian
  - Romanian
  - Sardinian
  - Slovak
  - Swedish
  - Turkish
  - Chinese (Traditional)

diffstat:

 x11/arandr/Makefile |   9 ++++-----
 x11/arandr/PLIST    |  44 +++++++++++++++++++++++++-------------------
 x11/arandr/distinfo |  10 +++++-----
 3 files changed, 34 insertions(+), 29 deletions(-)

diffs (143 lines):

diff -r 2c5428716312 -r 775b3b3842f1 x11/arandr/Makefile
--- a/x11/arandr/Makefile       Wed Apr 17 16:33:59 2019 +0000
+++ b/x11/arandr/Makefile       Wed Apr 17 18:04:20 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/02/14 16:28:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/17 18:04:20 tsutsui Exp $
 
-DISTNAME=      arandr-0.1.9
-PKGREVISION=   7
+DISTNAME=      arandr-0.1.10
 CATEGORIES=    x11
 MASTER_SITES=  http://christian.amsuess.com/tools/arandr/files/
 
@@ -11,6 +10,7 @@
 LICENSE=       gnu-gpl-v3
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -20,7 +20,7 @@
 
 PY_PATCHPLIST=                 YES
 PYSETUP=                       setup.py
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # py-gtk2, py-docutils
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # Adjust setup.py
 SUBST_CLASSES+=                setup
@@ -29,7 +29,6 @@
 SUBST_FILES.setup=     ${PYSETUP}
 SUBST_SED.setup+=      -e 's,share/man/,${PKGMANDIR}/,g'
 
-.include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2c5428716312 -r 775b3b3842f1 x11/arandr/PLIST
--- a/x11/arandr/PLIST  Wed Apr 17 16:33:59 2019 +0000
+++ b/x11/arandr/PLIST  Wed Apr 17 18:04:20 2019 +0000
@@ -1,35 +1,35 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/27 01:00:49 maya Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/17 18:04:20 tsutsui Exp $
 bin/arandr
 bin/unxrandr
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/screenlayout/__init__.py
+${PYSITELIB}/screenlayout/__init__.pyo
 ${PYSITELIB}/screenlayout/__init__.pyc
-${PYSITELIB}/screenlayout/__init__.pyo
+${PYSITELIB}/screenlayout/auxiliary.pyo
+${PYSITELIB}/screenlayout/auxiliary.pyc
+${PYSITELIB}/screenlayout/demo.pyo
+${PYSITELIB}/screenlayout/demo.pyc
+${PYSITELIB}/screenlayout/gui.pyo
+${PYSITELIB}/screenlayout/gui.pyc
+${PYSITELIB}/screenlayout/i18n.pyo
+${PYSITELIB}/screenlayout/i18n.pyc
+${PYSITELIB}/screenlayout/meta.pyo
+${PYSITELIB}/screenlayout/meta.pyc
+${PYSITELIB}/screenlayout/snap.pyo
+${PYSITELIB}/screenlayout/snap.pyc
+${PYSITELIB}/screenlayout/widget.pyo
+${PYSITELIB}/screenlayout/widget.pyc
+${PYSITELIB}/screenlayout/xrandr.pyo
+${PYSITELIB}/screenlayout/xrandr.pyc
 ${PYSITELIB}/screenlayout/auxiliary.py
-${PYSITELIB}/screenlayout/auxiliary.pyc
-${PYSITELIB}/screenlayout/auxiliary.pyo
 ${PYSITELIB}/screenlayout/data/gpl-3.txt
 ${PYSITELIB}/screenlayout/demo.py
-${PYSITELIB}/screenlayout/demo.pyc
-${PYSITELIB}/screenlayout/demo.pyo
 ${PYSITELIB}/screenlayout/gui.py
-${PYSITELIB}/screenlayout/gui.pyc
-${PYSITELIB}/screenlayout/gui.pyo
+${PYSITELIB}/screenlayout/i18n.py
 ${PYSITELIB}/screenlayout/meta.py
-${PYSITELIB}/screenlayout/meta.pyc
-${PYSITELIB}/screenlayout/meta.pyo
-${PYSITELIB}/screenlayout/metacity.py
-${PYSITELIB}/screenlayout/metacity.pyc
-${PYSITELIB}/screenlayout/metacity.pyo
 ${PYSITELIB}/screenlayout/snap.py
-${PYSITELIB}/screenlayout/snap.pyc
-${PYSITELIB}/screenlayout/snap.pyo
 ${PYSITELIB}/screenlayout/widget.py
-${PYSITELIB}/screenlayout/widget.pyc
-${PYSITELIB}/screenlayout/widget.pyo
 ${PYSITELIB}/screenlayout/xrandr.py
-${PYSITELIB}/screenlayout/xrandr.pyc
-${PYSITELIB}/screenlayout/xrandr.pyo
 man/man1/arandr.1
 man/man1/unxrandr.1
 share/applications/arandr.desktop
@@ -37,6 +37,7 @@
 share/locale/br/LC_MESSAGES/arandr.mo
 share/locale/bs/LC_MESSAGES/arandr.mo
 share/locale/ca/LC_MESSAGES/arandr.mo
+share/locale/ckb/LC_MESSAGES/arandr.mo
 share/locale/cs/LC_MESSAGES/arandr.mo
 share/locale/da/LC_MESSAGES/arandr.mo
 share/locale/de/LC_MESSAGES/arandr.mo
@@ -44,14 +45,18 @@
 share/locale/es/LC_MESSAGES/arandr.mo
 share/locale/et/LC_MESSAGES/arandr.mo
 share/locale/fa/LC_MESSAGES/arandr.mo
+share/locale/fi/LC_MESSAGES/arandr.mo
 share/locale/fr/LC_MESSAGES/arandr.mo
 share/locale/gl/LC_MESSAGES/arandr.mo
+share/locale/he/LC_MESSAGES/arandr.mo
 share/locale/hu/LC_MESSAGES/arandr.mo
+share/locale/id/LC_MESSAGES/arandr.mo
 share/locale/it/LC_MESSAGES/arandr.mo
 share/locale/ja/LC_MESSAGES/arandr.mo
 share/locale/kn/LC_MESSAGES/arandr.mo
 share/locale/ko_KR/LC_MESSAGES/arandr.mo
 share/locale/lt/LC_MESSAGES/arandr.mo
+share/locale/nb_NO/LC_MESSAGES/arandr.mo
 share/locale/nl/LC_MESSAGES/arandr.mo
 share/locale/pl/LC_MESSAGES/arandr.mo
 share/locale/pt_BR/LC_MESSAGES/arandr.mo
@@ -65,3 +70,4 @@
 share/locale/tr/LC_MESSAGES/arandr.mo
 share/locale/uk/LC_MESSAGES/arandr.mo
 share/locale/zh_CN/LC_MESSAGES/arandr.mo
+share/locale/zh_Hant/LC_MESSAGES/arandr.mo
diff -r 2c5428716312 -r 775b3b3842f1 x11/arandr/distinfo
--- a/x11/arandr/distinfo       Wed Apr 17 16:33:59 2019 +0000
+++ b/x11/arandr/distinfo       Wed Apr 17 18:04:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/08/27 01:00:49 maya Exp $
+$NetBSD: distinfo,v 1.4 2019/04/17 18:04:20 tsutsui Exp $
 
-SHA1 (arandr-0.1.9.tar.gz) = 0115d8d270dce0f5ae9ab86f9e9e52899af82925
-RMD160 (arandr-0.1.9.tar.gz) = e6944a8d9e205fcefdd38598a105b1899beeca47
-SHA512 (arandr-0.1.9.tar.gz) = 0b2bd62665a9680cf29132ddf0a1ba8eda6bc403b98245727e4c4613ac3e2a694d9268426a14bab35b8e79c7c9191cc224627fca56349acf20546a93d749f006
-Size (arandr-0.1.9.tar.gz) = 90437 bytes
+SHA1 (arandr-0.1.10.tar.gz) = 0661a8d9b7e384a213b591bd2a307e704592aecb
+RMD160 (arandr-0.1.10.tar.gz) = e426beeeafdbc63afa8f2c90d1c86ab242fc2f3c
+SHA512 (arandr-0.1.10.tar.gz) = 12c2fe5b36f8d8e688d990e352c1cfa3e8512c0b647b78a8af93f9472704e4867fac4c56c207465fb7b420c9022dc545dea8ad8a29af3037758ab4587dcd38ba
+Size (arandr-0.1.10.tar.gz) = 100203 bytes



Home | Main Index | Thread Index | Old Index