xfdashbord
This commit is contained in:
parent
bb61a127db
commit
54073007b0
|
@ -0,0 +1,23 @@
|
|||
# Description: Belki Xfce için bir kontrol paneli gibi bir Gnome kabuğu
|
||||
# URL: http://goodies.xfce.org/projects/applications/xfdashboard/start
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: xfce4-dev-tools libwnck3 clutter xfce4-garcon
|
||||
|
||||
name=xfdashboard
|
||||
version=0.7.3
|
||||
release=1
|
||||
source=(https://github.com/gmc-holle/xfdashboard/archive/0.7.3.tar.gz
|
||||
)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-dependency-tracking
|
||||
|
||||
# -Wl,--as-needed should come before all libraries
|
||||
|
||||
sed -i -e '/\$CC/s/-shared/\0 -Wl,--as-needed/' libtool
|
||||
|
||||
make
|
||||
make DESTDIR=${PKG} install
|
||||
|
||||
}
|
Loading…
Reference in New Issue