pkgsrc-WIP-changes archive

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

arandr: Upgrade to 1.8.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 27 15:07:23 2015 +0200
Changeset:	70962b4bcb1d9f82eabe50d345eb314f10f92146

Modified Files:
	arandr/DESCR
	arandr/Makefile
	arandr/PLIST
	arandr/distinfo

Log Message:
arandr: Upgrade to 1.8.0

Version 0.1.8
* Allow setting the primary output
* New translations:
  - Sardinian (by Lu Ca)
  - Estonian (by Kristjan Räts)
  - Czech (by Michal Čihař)
* Updated translations
  - Brazilian (by Fred Maranhão)
  - Russian (by Ivan Vantu5z)
  - French (by Tuux)
  - Polish (by Piotr Strebski)
  - Persian (by reza khan)
  - Ukrainian (by Igor)
  - Hungarian (by Balázs Úr)
  - Greek (by Efstathios Iosifidis)
  - Korean (by cho bkwon)

Version 0.1.7.1
* Build even with no translations present
* Fix AttributeError when modes with same name have different resolutions
* Show the entire output submenu as disabled instead of the "Active" checkbox

Version 0.1.7
* Fix the 'primary' issue
  - ignores the primary keyword
  - makes ARandR compatible with xrandr 1.4.0
* Merged parts of the cglita branch
  - solves ValueError / "1080p" issue
* New translations:
  - Ukrainian (by Rax Garfield)
  - Hungarian (by Tamás Nagy)
  - Greek (by Dimitris Giouroukis)
  - Korean (by ParkJS)
* Updated translations:
  - Lithuanian (by Mantas Kriaučiūnas)

Version 0.1.6
* New translations:
  - Breton (by Belvar)
  - Lithunian (by Algimantas Margevičius)
  - Galician (by Miguel Anxo Bouzada)
  - Japanese (by o-157)
  - Swedish (by Ingemar Karlsson)
  - Bosnian (by Semsudin Abdic)
* Updated translations:
  - Persian (by Alireza Savand)
  - Spanish (by Miguel Anxo Bouzada)
* Minor bugfixes

Version 0.1.5
* New unxrandr tool
* New translations:
  - Dutch (by wimfeijen)
  - Romanian (by sjb and Себастьян Gli ţa Κατινα)
  - Slovak (by Slavko)
  - Persian (by Alireza Savand)
* Updated translations:
  - French (by Bruno Patri)
* Added copyright headers to all source files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70962b4bcb1d9f82eabe50d345eb314f10f92146

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arandr/DESCR    |  2 +-
 arandr/Makefile | 15 +++++++--------
 arandr/PLIST    | 52 ++++++++++++++++++++++++++++++++++++----------------
 arandr/distinfo |  6 +++---
 4 files changed, 47 insertions(+), 28 deletions(-)

diffs:
diff --git a/arandr/DESCR b/arandr/DESCR
index ff9c71e..302ab2e 100644
--- a/arandr/DESCR
+++ b/arandr/DESCR
@@ -1,3 +1,3 @@
-ARandR is designed to provide a simple visual front end for XRandR 1.2/1.3.
+ARandR is designed to provide a simple visual front end for XRandR.
 Relative monitor positions are shown graphically
 and can be changed in a drag-and-drop way.
diff --git a/arandr/Makefile b/arandr/Makefile
index d9f739e..9324533 100644
--- a/arandr/Makefile
+++ b/arandr/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2014/05/09 07:38:42 thomasklausner Exp $
 
-DISTNAME=	arandr-0.1.4
-PKGREVISION=	1
+DISTNAME=	arandr-0.1.8
 CATEGORIES=	x11
 MASTER_SITES=	http://christian.amsuess.com/tools/arandr/files/
 
@@ -10,7 +9,7 @@ HOMEPAGE=	http://christian.amsuess.com/tools/arandr/
 COMMENT=	Designed to provide a simple visual front end for XRandR 1.2/1.3
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=       ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
 DEPENDS+=	xrandr>=1.2:../../x11/xrandr
 
 PY_PATCHPLIST = YES
@@ -18,11 +17,11 @@ PYSETUP = setup.py
 PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-gtk2, py-docutils
 
 # Adjust setup.py
-SUBST_CLASSES+=         setup
-SUBST_STAGE.setup=      pre-configure
-SUBST_MESSAGE.setup=    Fixing ${PYSETUP}
-SUBST_FILES.setup=      ${PYSETUP}
-SUBST_SED.setup+=       -e 's,share/man/,${PKGMANDIR}/,g'
+SUBST_CLASSES+=		setup
+SUBST_STAGE.setup=	pre-configure
+SUBST_MESSAGE.setup=	Fixing ${PYSETUP}
+SUBST_FILES.setup=	${PYSETUP}
+SUBST_SED.setup+=	-e 's,share/man/,${PKGMANDIR}/,g'
 
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
diff --git a/arandr/PLIST b/arandr/PLIST
index bed43bc..5966138 100644
--- a/arandr/PLIST
+++ b/arandr/PLIST
@@ -1,20 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2013/12/14 10:20:26 noud4 Exp $
+@comment $NetBSD$
 bin/arandr
-man/man1/arandr.1
-share/locale/ar/LC_MESSAGES/arandr.mo
-share/locale/ca/LC_MESSAGES/arandr.mo
-share/locale/da/LC_MESSAGES/arandr.mo
-share/locale/de/LC_MESSAGES/arandr.mo
-share/locale/es/LC_MESSAGES/arandr.mo
-share/locale/fr/LC_MESSAGES/arandr.mo
-share/locale/it/LC_MESSAGES/arandr.mo
-share/locale/kn/LC_MESSAGES/arandr.mo
-share/locale/pl/LC_MESSAGES/arandr.mo
-share/locale/pt_BR/LC_MESSAGES/arandr.mo
-share/locale/ru/LC_MESSAGES/arandr.mo
-share/locale/tr/LC_MESSAGES/arandr.mo
-share/locale/zh_CN/LC_MESSAGES/arandr.mo
-share/applications/arandr.desktop
+bin/unxrandr
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/screenlayout/__init__.py
 ${PYSITELIB}/screenlayout/__init__.pyc
@@ -44,3 +30,37 @@ ${PYSITELIB}/screenlayout/widget.pyo
 ${PYSITELIB}/screenlayout/xrandr.py
 ${PYSITELIB}/screenlayout/xrandr.pyc
 ${PYSITELIB}/screenlayout/xrandr.pyo
+man/man1/arandr.1
+man/man1/unxrandr.1.gz
+share/applications/arandr.desktop
+share/locale/ar/LC_MESSAGES/arandr.mo
+share/locale/br/LC_MESSAGES/arandr.mo
+share/locale/bs/LC_MESSAGES/arandr.mo
+share/locale/ca/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
+share/locale/el/LC_MESSAGES/arandr.mo
+share/locale/es/LC_MESSAGES/arandr.mo
+share/locale/et/LC_MESSAGES/arandr.mo
+share/locale/fa/LC_MESSAGES/arandr.mo
+share/locale/fr/LC_MESSAGES/arandr.mo
+share/locale/gl/LC_MESSAGES/arandr.mo
+share/locale/hu/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/nl/LC_MESSAGES/arandr.mo
+share/locale/pl/LC_MESSAGES/arandr.mo
+share/locale/pt_BR/LC_MESSAGES/arandr.mo
+share/locale/ro/LC_MESSAGES/arandr.mo
+share/locale/ru/LC_MESSAGES/arandr.mo
+share/locale/sc/LC_MESSAGES/arandr.mo
+share/locale/sk/LC_MESSAGES/arandr.mo
+share/locale/sr/LC_MESSAGES/arandr.mo
+share/locale/sv/LC_MESSAGES/arandr.mo
+share/locale/tr/LC_MESSAGES/arandr.mo
+share/locale/uk/LC_MESSAGES/arandr.mo
+share/locale/zh_CN/LC_MESSAGES/arandr.mo
diff --git a/arandr/distinfo b/arandr/distinfo
index a68ffaf..7bd76a9 100644
--- a/arandr/distinfo
+++ b/arandr/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2011/01/07 07:23:51 rubengonzalez Exp $
 
-SHA1 (arandr-0.1.4.tar.gz) = 5a56a46b7d003b2f5b9fdb6d74ef33e019609e6c
-RMD160 (arandr-0.1.4.tar.gz) = bf6c176b35584808f28581dd022e7f2c803ca6d1
-Size (arandr-0.1.4.tar.gz) = 63928 bytes
+SHA1 (arandr-0.1.8.tar.gz) = b5bba24be086bc79eb9a62f2e3266591fbe5ee96
+RMD160 (arandr-0.1.8.tar.gz) = d64ac9af0ffb3912af5269e3946b27e8081fdca4
+Size (arandr-0.1.8.tar.gz) = 86930 bytes


Home | Main Index | Thread Index | Old Index