Package Details: xorg-transset 1.0.2-1

Git Clone URL: https://aur.archlinux.org/xorg-transset.git (read-only, click to copy)
Package Base: xorg-transset
Description: X.org's transset
Upstream URL: http://www.x.org/
Licenses: custom
Submitter: bidulock
Maintainer: None
Last Packager: bidulock
Votes: 8
Popularity: 0.000007
First Submitted: 2013-07-18 08:13 (UTC)
Last Updated: 2018-03-14 23:40 (UTC)

Latest Comments

je-vv commented on 2025-10-12 05:25 (UTC)

@svnix, just in case, something like this should work:

pkgname=xorg-transset
_pkgname=transset
pkgdesc="X.org's transset"
pkgver=1.0.4
pkgrel=1
arch=('x86_64' 'i686')
url="http://www.x.org/"
license=('custom')
depends=('libx11')
source=("http://xorg.freedesktop.org/releases/individual/app/$_pkgname-$pkgver.tar.xz"
        "http://xorg.freedesktop.org/releases/individual/app/$_pkgname-$pkgver.tar.xz.sig")
validpgpkeys=("4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E")
b2sums=("1b44221ea5a52d3215b653e63c6e10acccfce6dc80a3e2bb742b9bb6c2664f26e0d0ab25c8eded1fbd0733b03f88d5fe616eba1899e0863bd99d49836da54dbd"
        SKIP)

build() {
    cd "$srcdir/$_pkgname-$pkgver"
    ./configure --prefix=/usr --sysconfdir=/etc \
    --mandir=/usr/share/man
    make
}

package() {
    cd "$srcdir/$_pkgname-$pkgver"
    make DESTDIR="$pkgdir" install
    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}

Hopefully you still want to adopt it even though it's bee a year.

TrialnError commented on 2024-06-05 19:10 (UTC)

As there isn't a current maintainer, feel free to adopt the package svnix.
And in the package pacman-contrib there is a helper script (updpkgsums) which generates and replaces the checksums in a PKGBUILD.

svnix commented on 2024-03-24 15:50 (UTC)

Hi, please do not remove this package as it is flagged out-of-date. I am ready to (co-)maintain if needed.

I have managed to build v1.0.3 and install on my system although I do not know how to obtain md5 value for source files that only have .sig file associated with them but no md5sum or shasum files, like in this case.