diff options
-rw-r--r-- | kde/kbluetooth/.footprint | 34 | ||||
-rw-r--r-- | kde/kbluetooth/.md5sum | 1 | ||||
-rwxr-xr-x | kde/kbluetooth/Pkgfile | 23 |
3 files changed, 58 insertions, 0 deletions
diff --git a/kde/kbluetooth/.footprint b/kde/kbluetooth/.footprint new file mode 100644 index 000000000..1a39ca16b --- /dev/null +++ b/kde/kbluetooth/.footprint @@ -0,0 +1,34 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/kbluetooth +-rwxr-xr-x root/root usr/bin/kbluetooth-devicemanager +-rwxr-xr-x root/root usr/bin/kbluetooth-inputwizard +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +drwxr-xr-x root/root usr/share/applications/kde4/ +-rw-r--r-- root/root usr/share/applications/kde4/kbluetooth.desktop +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/128x128/ +drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/kbluetooth-flashing.png +-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/ +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/kbluetooth.png +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/kbluetooth.mo diff --git a/kde/kbluetooth/.md5sum b/kde/kbluetooth/.md5sum new file mode 100644 index 000000000..6edbcd21c --- /dev/null +++ b/kde/kbluetooth/.md5sum @@ -0,0 +1 @@ +f64e2c0133bc76aa119a5d453d760851 112110-kbluetooth-0.4.2.tar.bz2 diff --git a/kde/kbluetooth/Pkgfile b/kde/kbluetooth/Pkgfile new file mode 100755 index 000000000..b8cf5ad67 --- /dev/null +++ b/kde/kbluetooth/Pkgfile @@ -0,0 +1,23 @@ +# Description: Outils bluetooth pour l'environement kde +# URL: http://www.kde-apps.org/content/show.php/kbluetooth?content=112110 +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: kdebase-workspace, bluez, obex-data-server, python + +name=kbluetooth +version=0.4.2 +release=1 +source=(http://www.kde-apps.org/CONTENT/content-files/112110-$name-$version.tar.bz2 ) + +build() { + cd $SRC + mkdir build + cd build + cmake ../$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make -j5 + make DESTDIR=$PKG install + +} + |