From b45744e66d65fecac2ccc7f94b920dc729a174bb Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 5 Oct 2024 20:28:36 +1300 Subject: [PATCH] rmpkg: homebridge --- .gitmodules | 6 ----- homebridge | 1 - homebridge-config-ui-x | 1 - homebridge-denon-tv/PKGBUILD | 37 ------------------------------ homebridge-platform-orbit/PKGBUILD | 37 ------------------------------ homebridge-webos-tv/PKGBUILD | 37 ------------------------------ 6 files changed, 119 deletions(-) delete mode 160000 homebridge delete mode 160000 homebridge-config-ui-x delete mode 100644 homebridge-denon-tv/PKGBUILD delete mode 100644 homebridge-platform-orbit/PKGBUILD delete mode 100644 homebridge-webos-tv/PKGBUILD diff --git a/.gitmodules b/.gitmodules index f1ac7ac..fc0f2c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -250,12 +250,6 @@ [submodule "home-assistant-hacs"] path = home-assistant-hacs url = ssh://aur@aur.archlinux.org/home-assistant-hacs.git -[submodule "homebridge"] - path = homebridge - url = ssh://aur@aur.archlinux.org/homebridge.git -[submodule "homebridge-config-ui-x"] - path = homebridge-config-ui-x - url = ssh://aur@aur.archlinux.org/homebridge-config-ui-x.git [submodule "html2md"] path = html2md url = ssh://aur@aur.archlinux.org/html2md.git diff --git a/homebridge b/homebridge deleted file mode 160000 index 81ca922..0000000 --- a/homebridge +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 81ca922e43dc6a0cdced6e7c0d8185b9b69a0f1b diff --git a/homebridge-config-ui-x b/homebridge-config-ui-x deleted file mode 160000 index af5ec92..0000000 --- a/homebridge-config-ui-x +++ /dev/null @@ -1 +0,0 @@ -Subproject commit af5ec929aa82ff9590dd908d20727f893262beac diff --git a/homebridge-denon-tv/PKGBUILD b/homebridge-denon-tv/PKGBUILD deleted file mode 100644 index d9240db..0000000 --- a/homebridge-denon-tv/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: George Rawlinson - -pkgname=homebridge-denon-tv -pkgver=3.12.0 -pkgrel=1 -pkgdesc="Homebridge plugin for Denon/Marantz AV receivers" -arch=('any') -url="https://github.com/grzegorz914/homebridge-denon-tv" -license=('MIT') -depends=('homebridge') -makedepends=('npm') -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") -noextract=("$pkgname-$pkgver.tar.gz") -sha512sums=('ce775535983085be213cc3a4bc76d6f6fbfb9b9fb815936bebf4b28ae19b1694852ef50e8c1a50332012ba74104e2eb85ff143c397461113a06748cac7f648e3') -b2sums=('b37379611559e740107416f4a090a4a08b399918e1b75b3cd7a1890d7f46b3808f35c4b124db81d34513edb1042b951dedef1059340e66e335f3008807c64911') - -package() { - local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) - - npm install \ - --global \ - --prefix "$pkgdir/usr" \ - "${NPM_FLAGS[@]}" \ - "$pkgname-$pkgver.tar.gz" - - # Non-deterministic race in npm gives 777 permissions to random directories - # See https://github.com/npm/cli/issues/1103 for details - find "$pkgdir/usr" -type d -exec chmod 755 {} + - - # npm gives ownership of ALL FILES to build user - # https://bugs.archlinux.org/task/63396 - chown -R root:root "$pkgdir" - - install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" \ - "$pkgdir/usr/lib/node_modules/$pkgname/LICENSE" -} diff --git a/homebridge-platform-orbit/PKGBUILD b/homebridge-platform-orbit/PKGBUILD deleted file mode 100644 index da144cf..0000000 --- a/homebridge-platform-orbit/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: George Rawlinson - -pkgname=homebridge-platform-orbit -pkgver=1.5.1 -pkgrel=1 -pkgdesc="Homebridge plugin for Orbit Irrigation System" -arch=('any') -url="https://github.com/MortJC/homebridge-platform-orbit" -license=('MIT') -depends=('homebridge') -makedepends=('npm') -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") -noextract=("$pkgname-$pkgver.tar.gz") -sha512sums=('0b23610b49ae38966645a7974c7f2050d87591784ee9fcb880d6ce9fa26d022713f973106168db40524ac72e1930fce2792bdc5d09dff5089bc7b1102f48d141') -b2sums=('49972f8b923ee5700bfcecd51039b5c96c54ab2b691c008f852b8f99171ff64e941d3cbf2ee90da399401677cd8fd16e46635cd3c7e2247df3f6ef4d57b3816b') - -package() { - local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) - - npm install \ - --global \ - --prefix "$pkgdir/usr" \ - "${NPM_FLAGS[@]}" \ - "$pkgname-$pkgver.tar.gz" - - # Non-deterministic race in npm gives 777 permissions to random directories - # See https://github.com/npm/cli/issues/1103 for details - find "$pkgdir/usr" -type d -exec chmod 755 {} + - - # npm gives ownership of ALL FILES to build user - # https://bugs.archlinux.org/task/63396 - chown -R root:root "$pkgdir" - - install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" \ - "$pkgdir/usr/lib/node_modules/$pkgname/LICENSE" -} diff --git a/homebridge-webos-tv/PKGBUILD b/homebridge-webos-tv/PKGBUILD deleted file mode 100644 index 2382b47..0000000 --- a/homebridge-webos-tv/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: George Rawlinson - -pkgname=homebridge-webos-tv -pkgver=2.2.5 -pkgrel=1 -pkgdesc="Homebridge plugin for LG webOS TVs" -arch=('any') -url="https://github.com/merdok/homebridge-webos-tv" -license=('MIT') -depends=('homebridge') -makedepends=('npm') -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") -noextract=("$pkgname-$pkgver.tar.gz") -sha512sums=('83f6d8777ab5979799d9d2638d304bb0514a471d5c0a492b8b55f6f74428eba389ee9b82f0b39ce7813af7215a633ae8304d4ce5b91ca45e26ab0c72fe462722') -b2sums=('fd159d415a87606c602ba7c8d89a8e9c2b3a50373b426b74cd02a37cdf41290b8318ac129744490c31ea1a9c7bf7c64eb0dcdfe0c08c6c0ad4b2c1f3597408e1') - -package() { - local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) - - npm install \ - --global \ - --prefix "$pkgdir/usr" \ - "${NPM_FLAGS[@]}" \ - "$pkgname-$pkgver.tar.gz" - - # Non-deterministic race in npm gives 777 permissions to random directories - # See https://github.com/npm/cli/issues/1103 for details - find "$pkgdir/usr" -type d -exec chmod 755 {} + - - # npm gives ownership of ALL FILES to build user - # https://bugs.archlinux.org/task/63396 - chown -R root:root "$pkgdir" - - install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" \ - "$pkgdir/usr/lib/node_modules/$pkgname/LICENSE" -}