diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-07-18 10:10:10 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-07-18 10:10:10 +0000 |
commit | 56acbd32be9d77c5657d6a037fbfc16333a8513d (patch) | |
tree | c1175aab9ebd15a762802bb7af2717013984cfab /x11-misc/set_opacity | |
parent | Fixed dependencies; this needs curl[gnutls] (diff) | |
download | historical-56acbd32be9d77c5657d6a037fbfc16333a8513d.tar.gz historical-56acbd32be9d77c5657d6a037fbfc16333a8513d.tar.bz2 historical-56acbd32be9d77c5657d6a037fbfc16333a8513d.zip |
Add x11-misc/set_opacity-1.0, bug #276913
Package-Manager: portage-2.1.9.46/cvs/Linux i686
Diffstat (limited to 'x11-misc/set_opacity')
-rw-r--r-- | x11-misc/set_opacity/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/set_opacity/Manifest | 5 | ||||
-rw-r--r-- | x11-misc/set_opacity/files/makefile.patch | 21 | ||||
-rw-r--r-- | x11-misc/set_opacity/metadata.xml | 12 | ||||
-rw-r--r-- | x11-misc/set_opacity/set_opacity-1.0.ebuild | 34 |
5 files changed, 83 insertions, 0 deletions
diff --git a/x11-misc/set_opacity/ChangeLog b/x11-misc/set_opacity/ChangeLog new file mode 100644 index 000000000000..1b6c47a59b8a --- /dev/null +++ b/x11-misc/set_opacity/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/set_opacity +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/ChangeLog,v 1.1 2011/07/18 10:10:10 maksbotan Exp $ + +*set_opacity-1.0 (18 Jul 2011) + + 18 Jul 2011; Maxim Koltsov (maksbotan) <maksbotan@gentoo.org> + +set_opacity-1.0.ebuild, +files/makefile.patch, +metadata.xml: + Added ebuild for 1.0 version with pinkbyte@mail.ru as maintainer, bug + #276913 + diff --git a/x11-misc/set_opacity/Manifest b/x11-misc/set_opacity/Manifest new file mode 100644 index 000000000000..6aee1bdcd036 --- /dev/null +++ b/x11-misc/set_opacity/Manifest @@ -0,0 +1,5 @@ +AUX makefile.patch 615 RMD160 892b7b2501a8d39a85a20398aac24c28c22aa150 SHA1 345efe6877780399f0c108ef3bdc38b3bac76d37 SHA256 e658eee86f3a70a30c115a396907ee90e9e2d872b53452399a5e186a99d44335 +DIST set_opacity-1.0.tar.bz2 5048 RMD160 c74a846246f566b42984ed0f99f6561c3fea63e9 SHA1 034edb4986840d5f6a2e4c24dd2f10b918464ded SHA256 30ca948e210f1d47eb9447a3c16d6db2e52d4983fa4d37b19b7b4d6138809f24 +EBUILD set_opacity-1.0.ebuild 819 RMD160 1f1cb6c6a5f4648564a075f851a196a73398a16d SHA1 5ab742e8556db4cf6c8fdddf4e57164726c5101f SHA256 1c295e89ff91cd4a83f84ef61a75dd105067786bb9c2363a25f326f7519ef6bc +MISC ChangeLog 460 RMD160 cc95f91cfb91da1f060895df13ba4bff68a9dd3b SHA1 0955c1722ad496be8525f9fda8074ce35dbd3227 SHA256 98e4a93b0b55056c3cfb3d0c07dbd69619c9ab5461af414ba213047ac780a6c0 +MISC metadata.xml 332 RMD160 07cd4cab2bf9ff773d6359922baeba54779f02bf SHA1 03d8feb0366c10094dd1bffb1c9d13b3620c934d SHA256 ca1a2703484fa60de61e8f066ef8537c6f6f5ceb0d287b650315c5b1423d7d50 diff --git a/x11-misc/set_opacity/files/makefile.patch b/x11-misc/set_opacity/files/makefile.patch new file mode 100644 index 000000000000..bb21db68ce48 --- /dev/null +++ b/x11-misc/set_opacity/files/makefile.patch @@ -0,0 +1,21 @@ +--- Makefile 2006-02-09 16:45:52.000000000 +0300 ++++ Makefile 2011-07-18 13:58:58.644703015 +0400 +@@ -1,14 +1,14 @@ + PACKAGES = xcomposite xfixes xdamage xrender +-LIBS=`pkg-config --libs ${PACKAGES}` -lm +-INCS=`pkg-config --cflags ${PACKAGES}` ++LIBS=$(shell pkg-config --libs $(PACKAGES)) -lm ++INCS=$(shell pkg-config --cflags $(PACKAGES)) + + .c.o: +- $(CC) $(CFLAGS) $(INCS) -c $*.c ++ $(CC) $(CFLAGS) $(INCS) -c $< -o $@ + + OBJS=set_opacity.o interface.o stack.o + + set_opacity: $(OBJS) +- $(CC) $(CFLAGS) -g -o $@ $(OBJS) $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) + + $(OBJS): interface.h stack.h + diff --git a/x11-misc/set_opacity/metadata.xml b/x11-misc/set_opacity/metadata.xml new file mode 100644 index 000000000000..5fd1092e6a78 --- /dev/null +++ b/x11-misc/set_opacity/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>maksbotan@gentoo.org</email> + <description>Proxy maintainer</description> +</maintainer> +<maintainer> + <email>pinkbyte@mail.ru</email> +</maintainer> +</pkgmetadata> diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild new file mode 100644 index 000000000000..995d9601aa58 --- /dev/null +++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/set_opacity/set_opacity-1.0.ebuild,v 1.1 2011/07/18 10:10:10 maksbotan Exp $ + +EAPI="3" + +inherit eutils toolchain-funcs + +DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc." +HOMEPAGE="http://www.xvilka.narod.ru/downloads.xhtml" +SRC_URI="http://www.xvilka.narod.ru/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="x11-libs/libXdamage + x11-libs/libXcomposite + x11-libs/libXfixes + x11-libs/libXrender" +RDEPEND=${DEPEND} + +src_prepare(){ + epatch "${FILESDIR}"/makefile.patch +} + +src_compile() { + emake CC="$(tc-getCC)" || die "emake failed" +} + +src_install() { + dobin set_opacity || die "dobin failed" +} |