clipman.paketlendi

This commit is contained in:
milisbir 2016-07-30 17:48:00 +00:00
parent 430cef98c3
commit ccdd804040
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,18 @@
# Description: A command line interface to the X11 clipboard
# URL: https://github.com/astrand/xclip
# Packager: milisarge
# Depends on: xorg-libxmu
name=xclip
version=0.12
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}

View File

@ -1,6 +1,6 @@
# Description: A clipboard plugin for the Xfce4 panel
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
# Packager: tyrry at nutyx dot org
# Packager: milisarge
# Depends on: xfce4-panel libunique1 xorg-libxtst qrencode
name=xfce4-clipman-plugin

View File

@ -1 +1 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor