Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name: transset-df
- Version: 6
- Release: %mkrel 1
- Summary: Sets translucency properties
- License: GPLv2
- Group: Development/X11
- URL: http://forchheimer.se/transset-df/
- Source0: http://forchheimer.se/transset-df/%{name}-%{version}.tar.gz
- Source1: http://webcvs.freedesktop.org/xapps/transset/
- BuildRequires: pkgconfig
- BuildRequires: libxrender1-devel
- BuildRequires: libxcomposite1-devel
- BuildRequires: libxfixes3-devel
- BuildRequires: libxdamage-devel
- %description
- This is a modified version of xorg's original transset. It allows
- setting and unsetting window's transparency by pressing a key without
- bringing up the crosshair.
- %prep
- %setup -q
- %build
- %make
- %install
- rm -rf %{buildroot}
- install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
- %files
- %defattr(-,root,root)
- %doc README ChangeLog
- %{_bindir}/%{name}
- %clean
- rm -rf %{buildroot}
- %changelog
- * Fri Apr 11 2011 Chris Ringeval <dirteat@gmail.com> 6-1mga1
- - mga release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement