diff options
author | Aaron Fischer | 2015-08-28 20:39:00 +0200 |
---|---|---|
committer | Aaron Fischer | 2015-08-28 20:40:46 +0200 |
commit | e42f1c6e12a15b654d3eabc2294a5ccfa0401cd5 (patch) | |
tree | 3e490478fbf65425e2521f0dbdc48eb0fbde06d2 | |
parent | bc5cd0229134d54a2094f54f87f9334a96c294d0 (diff) | |
download | aur-e42f1c6e12a15b654d3eabc2294a5ccfa0401cd5.tar.gz |
Remove the udev patch, thanks to Jesus!
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 10 | ||||
-rw-r--r-- | udev-compilation-error-fix.patch | 11 |
3 files changed, 2 insertions, 21 deletions
@@ -17,9 +17,7 @@ pkgbase = roccat-tools depends = libgudev optdepends = kmod-roccat: Adds support for the old kone device. source = http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-3.6.1.tar.bz2 - source = udev-compilation-error-fix.patch md5sums = a37dfbe7ea06519924aede890047cf6c - md5sums = 414d6306796c659a3adc86ef213e3569 pkgname = roccat-tools-common pkgdesc = ROCCAT tools common files @@ -35,19 +35,13 @@ depends=('libgaminggear=0.11.1' 'libcanberra' 'gtk2' 'libnotify>=0.7.0' 'dbus-gl makedepends=('cmake') optdepends=('kmod-roccat: Adds support for the old kone device.') conflicts= -source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2" - 'udev-compilation-error-fix.patch') +source=("http://downloads.sourceforge.net/project/roccat/roccat-tools/roccat-tools-$pkgver.tar.bz2") -md5sums=('a37dfbe7ea06519924aede890047cf6c' - '414d6306796c659a3adc86ef213e3569') +md5sums=('a37dfbe7ea06519924aede890047cf6c') build() { cd "$srcdir/$pkgbase-$pkgver" - # See here for more detail and progress on this: - # https://sourceforge.net/p/roccat/bugs/51/ - patch -p1 -i ../udev-compilation-error-fix.patch - cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUDEVDIR=/usr/lib/udev/rules.d \ diff --git a/udev-compilation-error-fix.patch b/udev-compilation-error-fix.patch deleted file mode 100644 index 25583848d20..00000000000 --- a/udev-compilation-error-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/kone/libkoneeventhandler/CMakeLists.txt b/kone/libkoneeventhandler/CMakeLists.txt -index d460bba..f633e92 100644 ---- a/kone/libkoneeventhandler/CMakeLists.txt -+++ b/kone/libkoneeventhandler/CMakeLists.txt -@@ -21,6 +21,7 @@ TARGET_LINK_LIBRARIES(libkoneeventhandler - libroccathelper - ${GAMINGGEAR0_LIBRARY} - ${DBUS-GLIB_LIBRARIES} -+ ${GUDEV_LIBRARIES} - ${GLIB2_LIBRARIES} - ) |