initial import
This commit is contained in:
23
transset-df/LICENSE
Normal file
23
transset-df/LICENSE
Normal file
@@ -0,0 +1,23 @@
|
||||
Copyright 1993, 1998 The Open Group
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation.
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of The Open Group shall
|
||||
not be used in advertising or otherwise to promote the sale, use or
|
||||
other dealings in this Software without prior written authorization
|
||||
from The Open Group.
|
||||
25
transset-df/PKGBUILD
Normal file
25
transset-df/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=transset-df
|
||||
pkgver=6
|
||||
pkgrel=6
|
||||
pkgdesc="A patched version of X.Org's transset with added functionality."
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://forchheimer.se/transset-df/'
|
||||
license=('X11')
|
||||
depends=('libxcomposite' 'libxdamage' 'libxrender')
|
||||
source=("https://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz"
|
||||
'LICENSE')
|
||||
sha512sums=('0189c5960259b074e6a151151dc928f3462d41763ff3b677129f075f079b07e102cc8a7c3383d0737dc3a72100fb27076e061019f7b777f7f1306d9ede65c0ca'
|
||||
'fe1fa29c3366ab89585ec1d431607351970faf20f130b80a42ddc109e99e5da84491e15608405f8bfe45cb59c2130a584cc0b47d777aff0eae822a629d85a4ac')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
install -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df"
|
||||
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
Reference in New Issue
Block a user