Compare commits
No commits in common. "9473e1da58f2217ac91b17ae629b85b70d773f9b" and "093355368ba8a38f4c792f915058a7182c155470" have entirely different histories.
9473e1da58
...
093355368b
15 changed files with 26 additions and 119 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = amdvlk-2023q3.3
|
||||
pkgdesc = AMD's standalone Vulkan driver for Pre-GFX10 GPUs (Vega, Polaris)
|
||||
pkgver = 2023.Q3.3
|
||||
pkgrel = 2
|
||||
pkgrel = 1
|
||||
url = https://github.com/GPUOpen-Drivers
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
pkgname=amdvlk-2023q3.3
|
||||
_pkgname=amdvlk
|
||||
pkgver=2023.Q3.3
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="AMD's standalone Vulkan driver for Pre-GFX10 GPUs (Vega, Polaris)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/GPUOpen-Drivers"
|
||||
|
@ -52,12 +52,12 @@ package() {
|
|||
install -m755 -d "${pkgdir}"/usr/lib
|
||||
install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
|
||||
install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
|
||||
install -m755 -d "${pkgdir}"/usr/share/licenses/${_pkgname}
|
||||
install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
|
||||
|
||||
install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
|
||||
install xgl/builds/Release64/icd/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
|
||||
install xgl/builds/Release64/icd/amd_icd64.json "${pkgdir}"/usr/share/vulkan/implicit_layer.d/
|
||||
install AMDVLK-v-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${_pkgname}/
|
||||
install AMDVLK-v-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
|
||||
|
||||
sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
|
||||
sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/implicit_layer.d/amd_icd64.json
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = lib32-amdvlk-2023q3.3
|
||||
pkgdesc = AMD's standalone Vulkan driver for Pre-GFX10 GPUs (Vega, Polaris)
|
||||
pkgver = 2023.Q3.3
|
||||
pkgrel = 2
|
||||
pkgrel = 1
|
||||
url = https://github.com/GPUOpen-Drivers
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
pkgname=lib32-amdvlk-2023q3.3
|
||||
_pkgname=lib32-amdvlk
|
||||
pkgver=2023.Q3.3
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="AMD's standalone Vulkan driver for Pre-GFX10 GPUs (Vega, Polaris)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/GPUOpen-Drivers"
|
||||
|
@ -60,12 +60,12 @@ package() {
|
|||
install -m755 -d "${pkgdir}"/usr/lib32
|
||||
install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
|
||||
install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
|
||||
install -m755 -d "${pkgdir}"/usr/share/licenses/${_pkgname}
|
||||
install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
|
||||
|
||||
install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
|
||||
install xgl/builds/Release/icd/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
|
||||
install xgl/builds/Release/icd/amd_icd32.json "${pkgdir}"/usr/share/vulkan/implicit_layer.d/
|
||||
install AMDVLK-v-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${_pkgname}/
|
||||
install AMDVLK-v-${pkgver}/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
|
||||
|
||||
sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
|
||||
sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/implicit_layer.d/amd_icd32.json
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ntfs2btrfs-git
|
||||
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs
|
||||
pkgver = 20240115.r0.g1d55788
|
||||
pkgver = 20230501.r0.ga8fd1a2
|
||||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: N Fytilis <n-fit AT live.com>
|
||||
|
||||
pkgname=ntfs2btrfs-git
|
||||
pkgver=20240115.r0.g1d55788
|
||||
pkgver=20230501.r0.ga8fd1a2
|
||||
pkgrel=1
|
||||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ntfs2btrfs
|
||||
pkgdesc = In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs
|
||||
pkgver = 20240115
|
||||
pkgver = 20230501
|
||||
pkgrel = 1
|
||||
url = https://github.com/maharmstone/ntfs2btrfs
|
||||
arch = x86_64
|
||||
|
@ -11,7 +11,7 @@ pkgbase = ntfs2btrfs
|
|||
depends = zlib
|
||||
depends = lzo
|
||||
depends = zstd
|
||||
source = https://github.com/maharmstone/ntfs2btrfs/archive/20240115/ntfs2btrfs-20240115.tar.gz
|
||||
sha512sums = c614e33b83a4dad25b07335f42161223804935bbee19a72a6576fe361a7edf91502773facc14c767e02abff03fd26d902ab2cd0d8f8bcde8ba10c56869d01873
|
||||
source = https://github.com/maharmstone/ntfs2btrfs/archive/20230501/ntfs2btrfs-20230501.tar.gz
|
||||
sha512sums = ad10850280f591cbdc169bb8e0b1768f7c4051b3110283c941ab76beb0d2b728d30ac64caecdbe6f90068b2486170ddced0704d741d1469944c58ecf0b168e0a
|
||||
|
||||
pkgname = ntfs2btrfs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgname=ntfs2btrfs
|
||||
pkgver=20240115
|
||||
pkgver=20230501
|
||||
pkgrel=1
|
||||
pkgdesc="In-place conversion of Microsoft's NTFS filesystem to the open-source filesystem Btrfs"
|
||||
arch=('x86_64')
|
||||
|
@ -10,7 +10,7 @@ license=('GPL2')
|
|||
depends=('fmt' 'zlib' 'lzo' 'zstd')
|
||||
makedepends=('cmake' 'pkgconf')
|
||||
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('c614e33b83a4dad25b07335f42161223804935bbee19a72a6576fe361a7edf91502773facc14c767e02abff03fd26d902ab2cd0d8f8bcde8ba10c56869d01873')
|
||||
sha512sums=('ad10850280f591cbdc169bb8e0b1768f7c4051b3110283c941ab76beb0d2b728d30ac64caecdbe6f90068b2486170ddced0704d741d1469944c58ecf0b168e0a')
|
||||
|
||||
build() {
|
||||
cmake -B build -S "$pkgname-$pkgver" \
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
pkgbase = polkit-explorer-git
|
||||
pkgdesc = Present PolicyKit information in a human-readable form.
|
||||
pkgver = 15.fac8d70
|
||||
pkgrel = 4
|
||||
pkgrel = 3
|
||||
url = https://github.com/scarygliders/polkit-explorer
|
||||
arch = any
|
||||
license = ISC
|
||||
makedepends = git
|
||||
depends = python-pyqt5
|
||||
depends = python-lxml
|
||||
provides = polkit-explorer
|
||||
|
|
|
@ -2,34 +2,32 @@
|
|||
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
|
||||
|
||||
pkgname=polkit-explorer-git
|
||||
_pkgname=${pkgname%-git}
|
||||
pkgver=15.fac8d70
|
||||
pkgrel=4
|
||||
pkgrel=3
|
||||
pkgdesc='Present PolicyKit information in a human-readable form.'
|
||||
arch=('any')
|
||||
url="https://github.com/scarygliders/${_pkgname}"
|
||||
url="https://github.com/scarygliders/${pkgname%-git}"
|
||||
license=('ISC')
|
||||
depends=('python-pyqt5' 'python-lxml')
|
||||
makedepends=('git')
|
||||
conflicts=('polkit-explorer')
|
||||
provides=('polkit-explorer')
|
||||
source=("git+${url}.git")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
cd "${srcdir}/${pkgname%-git}"
|
||||
printf '%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
cd "${srcdir}/${pkgname%-git}"
|
||||
|
||||
install -d -m755 "${pkgdir}"/{usr/bin,opt/$_pkgname}
|
||||
install -m644 Ui_*.py "${pkgdir}/opt/${_pkgname}/"
|
||||
install -d -m755 "${pkgdir}"/{usr/bin,opt/$pkgname}
|
||||
install -m644 Ui_*.py "${pkgdir}/opt/${pkgname}/"
|
||||
|
||||
install -m755 'polkitex.py' "${pkgdir}/opt/${_pkgname}/"
|
||||
ln -s "/opt/${_pkgname}/polkitex.py" "${pkgdir}/usr/bin/polkitex"
|
||||
install -m755 'polkitex.py' "${pkgdir}/opt/${pkgname}/"
|
||||
ln -s "/opt/${pkgname}/polkitex.py" "${pkgdir}/usr/bin/polkitex"
|
||||
|
||||
install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
install -Dm644 "polkitex.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
|
||||
install -Dm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm644 "polkitex.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
|
||||
}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
pkgbase = rcedit-bin
|
||||
pkgdesc = Command line tool to edit resources of windows exe files
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 4
|
||||
url = https://github.com/electron/rcedit
|
||||
arch = any
|
||||
license = MIT
|
||||
depends = wine
|
||||
provides = rcedit
|
||||
conflicts = rcedit
|
||||
source = https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe
|
||||
source = https://raw.githubusercontent.com/electron/rcedit/v2.0.0/LICENSE
|
||||
source = rcedit.sh
|
||||
sha512sums = c13e7ffd60169c348e16a3ea59a171c1777acdb241f950c11a6e9b69c955a3a4eb3432182aee7f489a87a555d0bd51fde3b597826f7c1e6488f1f5097359ab4d
|
||||
sha512sums = ca664e9ec12e6e23878c55f2b56e44fac50fc8b88c71499a4794fe3a0e8de18008c7435970628c8386410534dd5cc27af3ea5e7a818d6244f6159bc183969638
|
||||
sha512sums = ce46f14c4e7c945c69fdfbc48bfd22c8241f653a974f4950d8378bb81943144f5b3ee2e49cb08a26637c46558327184c6504714f7e781f86fbf7b0c64f561bd0
|
||||
|
||||
pkgname = rcedit-bin
|
|
@ -1,26 +0,0 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
# Contributor: jdigi78 <jdigiovanni78 at gmail dot com>
|
||||
|
||||
pkgname=rcedit-bin
|
||||
_pkgname=${pkgname%-bin}
|
||||
pkgver=2.0.0
|
||||
pkgrel=4
|
||||
pkgdesc='Command line tool to edit resources of windows exe files'
|
||||
arch=('any')
|
||||
url="https://github.com/electron/${_pkgname}"
|
||||
license=('MIT')
|
||||
depends=('wine')
|
||||
provides=("${_pkgname}")
|
||||
conflicts=("${_pkgname}")
|
||||
source=("https://github.com/electron/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-x64.exe"
|
||||
"https://raw.githubusercontent.com/electron/${_pkgname}/v${pkgver}/LICENSE"
|
||||
"${_pkgname}.sh")
|
||||
sha512sums=('c13e7ffd60169c348e16a3ea59a171c1777acdb241f950c11a6e9b69c955a3a4eb3432182aee7f489a87a555d0bd51fde3b597826f7c1e6488f1f5097359ab4d'
|
||||
'ca664e9ec12e6e23878c55f2b56e44fac50fc8b88c71499a4794fe3a0e8de18008c7435970628c8386410534dd5cc27af3ea5e7a818d6244f6159bc183969638'
|
||||
'ce46f14c4e7c945c69fdfbc48bfd22c8241f653a974f4950d8378bb81943144f5b3ee2e49cb08a26637c46558327184c6504714f7e781f86fbf7b0c64f561bd0')
|
||||
|
||||
package() {
|
||||
install -Dm755 "${_pkgname}-x64.exe" "${pkgdir}/opt/${_pkgname}/${_pkgname}-x64.exe"
|
||||
install -Dm755 "${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
|
||||
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
export WINEDEBUG=-all
|
||||
export DISPLAY=""
|
||||
exec wine /opt/rcedit/rcedit-x64.exe "$@"
|
|
@ -1,12 +0,0 @@
|
|||
pkgbase = wxedid
|
||||
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
|
||||
pkgver = 0.0.31
|
||||
pkgrel = 1
|
||||
url = https://sourceforge.net/projects/wxedid/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = wxwidgets-gtk3
|
||||
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.31.tar.gz
|
||||
sha512sums = 9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d
|
||||
|
||||
pkgname = wxedid
|
|
@ -1,30 +0,0 @@
|
|||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
# Contributor: Jonathan Liu <net147@gmail.com>
|
||||
|
||||
pkgname=wxedid
|
||||
pkgver=0.0.31
|
||||
pkgrel=1
|
||||
pkgdesc='wxWidgets-based EDID (Extended Display Identification Data) editor'
|
||||
arch=('x86_64')
|
||||
url='https://sourceforge.net/projects/wxedid/'
|
||||
license=('GPL3')
|
||||
depends=('wxwidgets-gtk3')
|
||||
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('9e83ce46912ef1a43bccfa4e4086697cfec444ef932040e618210d682a6fa4a40bf78aece953e10a959ae7a38671b5782a0a4562cd776f71b5784c3bd1fcda5d')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
autoreconf -f -i
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue