summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/sxhkd
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/sxhkd')
-rw-r--r--x11-misc/sxhkd/Manifest3
-rw-r--r--x11-misc/sxhkd/files/sxhkd-0.5.3-flags.patch23
-rw-r--r--x11-misc/sxhkd/metadata.xml11
-rw-r--r--x11-misc/sxhkd/sxhkd-0.5.3.ebuild32
-rw-r--r--x11-misc/sxhkd/sxhkd-0.5.4.ebuild32
-rw-r--r--x11-misc/sxhkd/sxhkd-0.5.5.ebuild32
6 files changed, 133 insertions, 0 deletions
diff --git a/x11-misc/sxhkd/Manifest b/x11-misc/sxhkd/Manifest
new file mode 100644
index 000000000000..7d9c869708fd
--- /dev/null
+++ b/x11-misc/sxhkd/Manifest
@@ -0,0 +1,3 @@
+DIST sxhkd-0.5.3.tar.gz 34128 SHA256 4f794ecccc03d2ecfc2fef074a09195d16ec7343c514acacf71ffa770ca4a977 SHA512 d573117abae5ca1b2643d6405ed032f75b9b67bb15bbdfc6f25e2fa69df81a5b75c7ae15d835dacc6e972cb8594ccf300fd0881a153302b12eb04c3437cf795b WHIRLPOOL 3e3c2d6f846a3ac6ea3e202bf7d279a76038b120358f141170d0c1e3d7e1950f38472ed87f474c01292f9002c3c5bc02070b7117f15dc919536732ee8fb4d9cf
+DIST sxhkd-0.5.4.tar.gz 34526 SHA256 de95f97155319ded41ece9403ac9e9f18bfdd914a09f553ab09b331bbfe5d332 SHA512 db3d06d0ba580a05da87dae278a65cd7fedc41203ca6a7fb864b25c368ed7db3c38b8d69b69f8a639ab8de1603e3cf8b827efe617efcb9ebacb852793fc85e8a WHIRLPOOL 44b7fff7efb659d1abab3e9890f7ec01a160ddb5762a77c8e1d5c198945594dd5f2a8985f3798b6e969eacc7603bcf6ce394270f2e3e6152c2c8fbdd1ef09f6e
+DIST sxhkd-0.5.5.tar.gz 34634 SHA256 86a2ec98ed0a83a4c228ab9d9cdec5e1f81eb96f33d9c8f20d5a9e4b7ea1ad99 SHA512 95e927d8e8af552565b60b76ac40436ee3a741334c41d8b1c1335e1967139273e0bf89e5211d954b4001dd4ce779687281fe29669e1d33e40c60c8a7963afe10 WHIRLPOOL 9d8acdbe58c834af6101b2a57fa8962ae1dbddcbc892689026c8e50bb22fea876eac930092648f75a80f3c2ee146174ce519b5c3d73c2bb8e04858ceb8e6199f
diff --git a/x11-misc/sxhkd/files/sxhkd-0.5.3-flags.patch b/x11-misc/sxhkd/files/sxhkd-0.5.3-flags.patch
new file mode 100644
index 000000000000..8e485c2cb58c
--- /dev/null
+++ b/x11-misc/sxhkd/files/sxhkd-0.5.3-flags.patch
@@ -0,0 +1,23 @@
+--- sxhkd-0.5.3/Makefile
++++ sxhkd-0.5.3/Makefile
+@@ -5,7 +5,6 @@
+ LIBS = -lm -lxcb -lxcb-keysyms
+ CFLAGS += -std=c99 -pedantic -Wall -Wextra -I$(PREFIX)/include
+ CFLAGS += -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
+-LDFLAGS += -L$(PREFIX)/lib
+
+ PREFIX ?= /usr/local
+ BINPREFIX = $(PREFIX)/bin
+@@ -14,11 +13,9 @@
+ SRC = $(wildcard *.c)
+ OBJ = $(SRC:.c=.o)
+
+-all: CFLAGS += -Os
+-all: LDFLAGS += -s
+ all: $(NAME)
+
+-debug: CFLAGS += -O0 -g -DDEBUG
++debug: CFLAGS += -DDEBUG
+ debug: $(NAME)
+
+ include Sourcedeps
diff --git a/x11-misc/sxhkd/metadata.xml b/x11-misc/sxhkd/metadata.xml
new file mode 100644
index 000000000000..f7b524e66dcf
--- /dev/null
+++ b/x11-misc/sxhkd/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">baskerville/sxhkd</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-misc/sxhkd/sxhkd-0.5.3.ebuild b/x11-misc/sxhkd/sxhkd-0.5.3.ebuild
new file mode 100644
index 000000000000..a32e23f32c9c
--- /dev/null
+++ b/x11-misc/sxhkd/sxhkd-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs systemd
+
+DESCRIPTION="Simple X hotkey daemon"
+HOMEPAGE="https://github.com/baskerville/sxhkd/"
+SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libxcb
+ x11-libs/xcb-util-keysyms"
+DEPEND="${RDEPEND}
+ x11-libs/xcb-util"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-flags.patch
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" PREFIX=/usr
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+ systemd_dounit contrib/systemd/${PN}.service
+}
diff --git a/x11-misc/sxhkd/sxhkd-0.5.4.ebuild b/x11-misc/sxhkd/sxhkd-0.5.4.ebuild
new file mode 100644
index 000000000000..c8b37197dd43
--- /dev/null
+++ b/x11-misc/sxhkd/sxhkd-0.5.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs systemd
+
+DESCRIPTION="Simple X hotkey daemon"
+HOMEPAGE="https://github.com/baskerville/sxhkd/"
+SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libxcb
+ x11-libs/xcb-util-keysyms"
+DEPEND="${RDEPEND}
+ x11-libs/xcb-util"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.5.3-flags.patch
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" PREFIX=/usr
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+ systemd_dounit contrib/systemd/${PN}.service
+}
diff --git a/x11-misc/sxhkd/sxhkd-0.5.5.ebuild b/x11-misc/sxhkd/sxhkd-0.5.5.ebuild
new file mode 100644
index 000000000000..538355f48880
--- /dev/null
+++ b/x11-misc/sxhkd/sxhkd-0.5.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils toolchain-funcs systemd
+
+DESCRIPTION="Simple X hotkey daemon"
+HOMEPAGE="https://github.com/baskerville/sxhkd/"
+SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libxcb
+ x11-libs/xcb-util-keysyms"
+DEPEND="${RDEPEND}
+ x11-libs/xcb-util"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.5.3-flags.patch
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" PREFIX=/usr
+}
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+ systemd_dounit contrib/systemd/${PN}.service
+}