nvdock: dropped

This commit is contained in:
Danny Rawlins 2015-08-08 18:48:00 +10:00
parent e2571e93af
commit 6554af465a
3 changed files with 0 additions and 29 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nvdock
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/nvdock.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/nvdock.png

View File

@ -1 +0,0 @@
e18c4eeff936dc3b671fd8b5a9bb5145 nvdock-1.02.tar.bz2

View File

@ -1,20 +0,0 @@
# Description: NVIDIA Dock is a tray icon for easy management of the settings for NVIDIA video cards.
# URL: http://www.opsat.net/user/bob/projects/nvdock
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: nvclock
name=nvdock
version=1.02
release=2
source=(http://bobmajdakjr.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
make CFLAGS="$(pkg-config --cflags gtk+-2.0 glib-2.0) $CFLAGS"
install -D -m 0755 build/nvdock $PKG/usr/bin/nvdock
install -D -m 0644 data/nvdock.png $PKG/usr/share/pixmaps/nvdock.png
install -D -m 0644 data/nvdock.desktop $PKG/usr/share/applications/nvdock.desktop
}