clipman.paketlendi
This commit is contained in:
parent
430cef98c3
commit
ccdd804040
|
@ -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
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||
|
|
Loading…
Reference in New Issue