#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- # # WARNING this is the 3rd beta version of 3.2.12 not yet officially released # The last stable release is 3.2.11 as provided in the jobcore repository # Install this for testing and contributing to the development of eudev # Rebuilt today 3/15/23 due to gobject 1.76.0 upgrade # Now pkgrel=04 becomes jobcore eudev-3.2.12-01 # while eudev-3.2.11 becomes jobcomm/eudev-stable # pkgbase=eudev pkgname=(eudev libeudev) pkgver=3.2.12 #-pre3 pkgrel=02 ## gobject-introspection 1.76.0 #_udev_ver=243 # fake version to satisfy libgudev ver.requirements _udev_ver=251 # version can be found at $src/configure.ac UDEV_VERSION pkgdesc="The userspace dev tools (udev) - ex-gentoo forked edition - PRE-3 2.12 edition" # This is the old official gentoo fork source location #url="https://github.com/gentoo/eudev" #url="https://github.com/eudev-project/eudev/releases/download/v3.2.12-pre3/eudev-3.2.12-pre3.tar.gz #source=("git+https://anongit.gentoo.org/git/proj/eudev.git" url="https://github.com/eudev-project/eudev/releases/download" source=($url/v$pkgver/$pkgbase-$pkgver.tar.gz{,.asc} initcpio_hooks initcpio_install udev-hwdb.hook ) groups=('base') makedepends=( gobject-introspection gperf gtk-doc intltool kmod gawk gcc glib2 libxslt libtool m4 make sed util-linux) # autoconf automake linux-lts-headers -- used before by Obarun options=( !staticlibs !libtool) prepare(){ cd $pkgbase-$pkgver sed -e 's/GROUP="dialout"/GROUP="uucp"/' \ -e 's/GROUP="tape"/GROUP="storage"/' \ -e 's/GROUP="cdrom"/GROUP="optical"/' \ -i rules/*.rules } build() { cd $pkgbase-$pkgver ./configure \ --prefix=/usr \ --with-rootprefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib \ --bindir=/usr/bin \ --sbindir=/usr/bin \ --enable-introspection \ --enable-kmod \ --enable-manpages \ --enable-split-usr if [ -f "Makefile" ];then msg2 "Cleaning up..." make clean fi make } package_eudev() { pkgdesc="The userspace dev tools (udev) - pre-3.2.12 edition" backup=( 'etc/udev/udev.conf' 'usr/lib/udev/rules.d/80-net-name-slot.rules' ) depends=(libeudev kbd kmod hwdata util-linux) optdepends=( 'upower-pm-utils: pm-utils support' 'libgudev: GObject bindings for libudev' ) provides=("udev=${_udev_ver}" "eudev") conflicts=(eudev-git udev eudev-libgudev) replaces=(udev smdev nldev) cd $pkgbase-$pkgver make DESTDIR="$pkgdir" install rm -rv "$pkgdir"/usr/lib/pkgconfig rm -v "$pkgdir"/usr/include/libudev.h rm -v "$pkgdir"/usr/lib/libudev*.{so*,a} install -Dm644 "$srcdir"/initcpio_hooks "$pkgdir"/usr/lib/initcpio/hooks/udev install -Dm644 "$srcdir"/initcpio_install "$pkgdir"/usr/lib/initcpio/install/udev install -Dm644 "$srcdir"/udev-hwdb.hook "$pkgdir"/usr/share/libalpm/hooks/udev-hwdb.hook } package_libeudev() { pkgdesc="eudev client libraries - pre 3.2.12 edition" depends=(glib2 glibc) conflicts=('libudev.so' 'libeudev-git' 'libudev-zero') replaces=('libudev-zero' 'libudev') provides=("libudev=${_udev_ver}" 'libudev.so') cd $pkgbase-$pkgver make -C src/libudev DESTDIR="$pkgdir" install } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=(GPL) validpgpkeys=('BA60BC20F37E59444D6D25001365720913D2F22D') # Boian Bonev (GnuPG Release Key) sha256sums=(ccdd64ec3c381d3c3ed0e99d2e70d1f62988c7763de89ca7bdffafa5eacb9ad8 # eudev-3.2.12.tar.gz dcd34d674f98c436a757d335f153a7768eed74a8b7fe7330b03be1164cf590d1 # eudev-3.2.12.tar.gz.asc 892ce43218e0a458981bbce451252c8987dc398e60b8de288e7542b8f2409c13 # initcpio_hooks 77dd1fd318b4456409aceb077f060b87944defb07cf39d29ad1968dc6f361875 # initcpio_install 846e9ddbb95c8394ba7efe75107cc1308426921bc042f5d6b48fa4c2dcbac151) # udev-hwdb.hook ## c5eed3f54023c2fad182a498b70266dfeea1c8c3fd4e8fde54b50bb225e888f6 eudev-3.2.12-02-x86_64.pkg.tar.lz ## 77966f8e751fdb0eff2ed64de1c330239d71dd3bef865732eb4f22aa4a539692 libeudev-3.2.12-02-x86_64.pkg.tar.lz