diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-07 18:34:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-07 18:34:54 +0000 |
commit | 5f9343af9375979c09a5b7248db952a8a8c42446 (patch) | |
tree | 08f7698a1db43e38e19b38511138e6223a278bf1 /x11 | |
parent | 290d082b46d8930e9e08ae44492bfadab6e42284 (diff) | |
download | pkgsrc-5f9343af9375979c09a5b7248db952a8a8c42446.tar.gz |
Update to 1.3.0:
1.3.0:
Aaron Plattner (1):
Set the screen config on the correct screen.
Adam Jackson (2):
Allow zero replies from GetPanning to mean panning is unavailable.
xrandr 1.3.0
Matthias Hopf (1):
Revert "Move outputs among crtcs as necessary. Fixes 14570"
1.2.99.4:
Several bug fixes, manpage improvements, and addition of new RandR 1.3
options (--current, --{no,}primary).
Julien Cristau (3):
Document the --current option
Document the --primary and --noprimary options
Bump to 1.2.99.4
Keith Packard (4):
Add --current option to use new XRRGetScreenResourcesCurrent API
Add --nograb option
Add --primary option
Add --noprimary option
Maarten Maathuis (3):
randr-1.2: support gamma changes.
Fix gamma computation.
Stay away from doublescan modes unless a refresh rate is specified.
Matthias Hopf (2):
Print multiple Atom and INT32 properties.
Several fatal() were missing \n.
Paulo Cesar Pereira de Andrade (1):
Correct make distcheck and gcc/sparse warnings.
Eric Piel (1):
Add docs for --transform and --scale.
1.2.99.3:
- Panning support
- Transformation support
- Various fixes
(no other changelogs found)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xrandr/Makefile | 16 | ||||
-rw-r--r-- | x11/xrandr/PLIST | 3 | ||||
-rw-r--r-- | x11/xrandr/distinfo | 8 |
3 files changed, 15 insertions, 12 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 5a5ec086ec9..e5f308c1849 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:18 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2009/06/07 18:34:54 wiz Exp $ # -DISTNAME= xrandr-1.2.3 +DISTNAME= xrandr-1.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -10,18 +10,20 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Primitive command line interface to RandR extension +DEPENDS+= nickle-[0-9]*:../../math/nickle + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -CONFIGURE_ENV+= APP_MAN_SUFFIX=1 - -# for fabs() -LIBS+= -lm +SUBST_CLASSES+= nickle +SUBST_SED.nickle= -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle," +SUBST_FILES.nickle= xkeystone +SUBST_STAGE.nickle= post-build +SUBST_MESSAGE.nickle= Fixing path to nickle. BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2 - .include "../../x11/libXrandr/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/x11/xrandr/PLIST b/x11/xrandr/PLIST index 21a1c067fc3..5020538818d 100644 --- a/x11/xrandr/PLIST +++ b/x11/xrandr/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/26 17:55:48 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/06/07 18:34:54 wiz Exp $ +bin/xkeystone bin/xrandr man/man1/xrandr.1 diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index a03e0d27610..9b6f3f83c40 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/05/17 20:33:50 tnn Exp $ +$NetBSD: distinfo,v 1.5 2009/06/07 18:34:54 wiz Exp $ -SHA1 (xrandr-1.2.3.tar.bz2) = dfbfda6769a4cd1cb3aefefd75a9212dc6c40591 -RMD160 (xrandr-1.2.3.tar.bz2) = c73b865598d507708a51af50f755288f91d3480b -Size (xrandr-1.2.3.tar.bz2) = 111121 bytes +SHA1 (xrandr-1.3.0.tar.bz2) = a23eb1b1ab7a3e6cf9d23932fdf8927186630d12 +RMD160 (xrandr-1.3.0.tar.bz2) = 012a2afb92f1af1c7275b1a03c9da99c34a62245 +Size (xrandr-1.3.0.tar.bz2) = 128126 bytes |