pkgsrc-WIP-changes archive

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

wip/skippy-xd: import skippy-xd-0.0.0.20150224



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 21 22:34:00 2020 +0200
Changeset:	4a03f69b3833519edfda0a072f4d4b9d2c451a94

Added Files:
	skippy-xd/DESCR
	skippy-xd/Makefile
	skippy-xd/PLIST
	skippy-xd/distinfo

Log Message:
wip/skippy-xd: import skippy-xd-0.0.0.20150224

Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
XFixes extensions to provide you with 'live' versions of the windows.

Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
provide an alternative when taskbars or regular task-switchers aren't the most
efficient way of switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will arrange and scale
snapshots of all windows on the current desktop and it'll let you pick a
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
Expose.

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

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

diffstat:
 skippy-xd/DESCR    | 10 ++++++++++
 skippy-xd/Makefile | 23 +++++++++++++++++++++++
 skippy-xd/PLIST    |  2 ++
 skippy-xd/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/skippy-xd/DESCR b/skippy-xd/DESCR
new file mode 100644
index 0000000000..0f8680a1da
--- /dev/null
+++ b/skippy-xd/DESCR
@@ -0,0 +1,10 @@
+Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and 
+XFixes extensions to provide you with 'live' versions of the windows.
+
+Skippy-XD is best described as a full-screen task-switcher for X11. It tries to 
+provide an alternative when taskbars or regular task-switchers aren't the most
+efficient way of switching tasks (like when you have a lot of applications open)
+When activated (currently only through a hotkey), it will arrange and scale 
+snapshots of all windows on the current desktop and it'll let you pick a 
+window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
+Expose.
diff --git a/skippy-xd/Makefile b/skippy-xd/Makefile
new file mode 100644
index 0000000000..9fc5285b33
--- /dev/null
+++ b/skippy-xd/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	skippy-xd-0.0.0.20150224
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=richardgv/}
+GITHUB_TAG=	397216ca67074c71314f5e9a6e3f1710ccabc29e
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/richardgv/skippy-xd
+COMMENT=	Full-screen Exoise0styke standalone task switcher for X11
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=	gmake
+
+MAKE_FLAGS+=	SKIPPYXD_VERSION=${GITHUB_TAG}
+BUILD_TARGET=	skippy-xd
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/giflib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/skippy-xd/PLIST b/skippy-xd/PLIST
new file mode 100644
index 0000000000..fdf7ef654a
--- /dev/null
+++ b/skippy-xd/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/skippy-xd
diff --git a/skippy-xd/distinfo b/skippy-xd/distinfo
new file mode 100644
index 0000000000..6dc0c17d7c
--- /dev/null
+++ b/skippy-xd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (skippy-xd-0.0.0.20150224-397216ca67074c71314f5e9a6e3f1710ccabc29e.tar.gz) = 19a2493caf4272000f8a2f8c8d09c5335093cc7d
+RMD160 (skippy-xd-0.0.0.20150224-397216ca67074c71314f5e9a6e3f1710ccabc29e.tar.gz) = 436abc94caccdcc3f0f8ba75c45624f29bcd2650
+SHA512 (skippy-xd-0.0.0.20150224-397216ca67074c71314f5e9a6e3f1710ccabc29e.tar.gz) = 2708bec5cebdeb5a8423975a407403024bfd1e220d8146ac0ca01c68d67983ccf3156485be1180834455be12327575634e0226bbacdaf4a6d8b75d6326092029
+Size (skippy-xd-0.0.0.20150224-397216ca67074c71314f5e9a6e3f1710ccabc29e.tar.gz) = 57206 bytes


Home | Main Index | Thread Index | Old Index