From c092428b53c1306252b66b51f49482650ec1f38b Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 19 May 2025 12:40:23 +0200 Subject: tlaunch requeriment are compiled, thinkpad touchpad requeriment are compiled, docker requeriment in progress is a long task yet and add validate size --- hwdata/PKGBUILD | 24 +++++++++++------------- hwdata/hwdata-0.393-1-x86_64-build.log | 0 hwdata/hwdata-0.393-1-x86_64-package.log | 16 ---------------- hwdata/hwdata-0.395-2-x86_64-build.log | 0 hwdata/hwdata-0.395-2-x86_64-package.log | 16 ++++++++++++++++ 5 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 hwdata/hwdata-0.393-1-x86_64-build.log delete mode 100644 hwdata/hwdata-0.393-1-x86_64-package.log create mode 100644 hwdata/hwdata-0.395-2-x86_64-build.log create mode 100644 hwdata/hwdata-0.395-2-x86_64-package.log (limited to 'hwdata') diff --git a/hwdata/PKGBUILD b/hwdata/PKGBUILD index 386e219..f2b0da9 100644 --- a/hwdata/PKGBUILD +++ b/hwdata/PKGBUILD @@ -1,26 +1,24 @@ # Maintainer: Tobias Powalowski pkgname=hwdata -pkgver=0.393 -pkgrel=1 +pkgver=0.395 +pkgrel=2 pkgdesc="hardware identification databases" -makedepends=('git') replaces=('hwids') -url=https://github.com/vcrhonek/hwdata +url=https://github.com/vcrhonek/$pkgname license=('GPL-2.0-or-later') arch=('any') -source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}") +source=("https://github.com/vcrhonek/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") +sha512sums=('3ad259200a6ecad3f9e2e05a59216494b56880f78b7749026a41f099a02a942917c11532540fcd5b7c74fe94d95f1665e3933ef580e048ccc87cafb646d2dd7a') validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek -b2sums=('c7ebe6f96283123816adfa4d40a416b125f5f782646683575182de077523abe4c4505d10df3f5cf3e484675ceb05b78a6e0b58b8e40b5803129ea8d9721092e5') build() { - cd ${pkgname} + cd ${pkgname}-${pkgver} ./configure --prefix=/usr --disable-blacklist } package() { - cd ${pkgname} - [ -f /usr/share/hwdata/iab.txt ] && rm /usr/share/hwdata/iab.txt - [ -f /usr/share/hwdata/oui.txt ] && rm /usr/share/hwdata/oui.txt - [ -f /usr/share/hwdata/pci.ids ] && rm /usr/share/hwdata/pci.ids - [ -f /usr/share/hwdata/usb.ids ] && rm /usr/share/hwdata/usb.ids + cd ${pkgname}-${pkgver} + [ -f /usr/share/$pkgname/iab.txt ] && rm /usr/share/$pkgname/iab.txt + [ -f /usr/share/$pkgname/oui.txt ] && rm /usr/share/$pkgname/oui.txt + [ -f /usr/share/$pkgname/pci.ids ] && rm /usr/share/$pkgname/pci.ids + [ -f /usr/share/$pkgname/usb.ids ] && rm /usr/share/$pkgname/usb.ids make DESTDIR="${pkgdir}" install } -sha512sums=('SKIP') diff --git a/hwdata/hwdata-0.393-1-x86_64-build.log b/hwdata/hwdata-0.393-1-x86_64-build.log deleted file mode 100644 index e69de29..0000000 diff --git a/hwdata/hwdata-0.393-1-x86_64-package.log b/hwdata/hwdata-0.393-1-x86_64-package.log deleted file mode 100644 index 0e76190..0000000 --- a/hwdata/hwdata-0.393-1-x86_64-package.log +++ /dev/null @@ -1,16 +0,0 @@ -datadir="/usr/share"; \ -if [ "${datadir#/usr}" != "$datadir" ]; then \ - datadir="\${prefix}${datadir#/usr}"; \ -fi; \ -sed -e 's|@prefix@|/usr|g' \ - -e "s|@datadir@|$datadir|g" \ - -e 's|@pkgdatadir@|${datadir}/hwdata|g' \ - -e 's|@VERSION@|0.393|g' \ - -e 's|@NAME@|hwdata|g' \ - hwdata.pc.in > hwdata.pc -mkdir -p -m 755 /build/hwdata/pkg/hwdata/usr/share/hwdata -for foo in pci.ids usb.ids oui.txt iab.txt pnp.ids ; do \ - install -m 644 $foo /build/hwdata/pkg/hwdata/usr/share/hwdata ;\ -done -mkdir -p -m 755 /build/hwdata/pkg/hwdata/usr/share/pkgconfig -install -m 644 hwdata.pc /build/hwdata/pkg/hwdata/usr/share/pkgconfig/ diff --git a/hwdata/hwdata-0.395-2-x86_64-build.log b/hwdata/hwdata-0.395-2-x86_64-build.log new file mode 100644 index 0000000..e69de29 diff --git a/hwdata/hwdata-0.395-2-x86_64-package.log b/hwdata/hwdata-0.395-2-x86_64-package.log new file mode 100644 index 0000000..f2a369b --- /dev/null +++ b/hwdata/hwdata-0.395-2-x86_64-package.log @@ -0,0 +1,16 @@ +datadir="/usr/share"; \ +if [ "${datadir#/usr}" != "$datadir" ]; then \ + datadir="\${prefix}${datadir#/usr}"; \ +fi; \ +sed -e 's|@prefix@|/usr|g' \ + -e "s|@datadir@|$datadir|g" \ + -e 's|@pkgdatadir@|${datadir}/hwdata|g' \ + -e 's|@VERSION@|0.395|g' \ + -e 's|@NAME@|hwdata|g' \ + hwdata.pc.in > hwdata.pc +mkdir -p -m 755 /build/hwdata/pkg/hwdata/usr/share/hwdata +for foo in pci.ids usb.ids oui.txt iab.txt pnp.ids ; do \ + install -m 644 $foo /build/hwdata/pkg/hwdata/usr/share/hwdata ;\ +done +mkdir -p -m 755 /build/hwdata/pkg/hwdata/usr/share/pkgconfig +install -m 644 hwdata.pc /build/hwdata/pkg/hwdata/usr/share/pkgconfig/ -- cgit v1.2.3