mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Some new packages that were made with mktmpl.sh from modular x.org.
--HG-- extra : convert_revision : a9f4495062c480559eae53bb987d38e77c099964
This commit is contained in:
parent
1c7b760421
commit
fbcab43d84
16 changed files with 108 additions and 0 deletions
BIN
dependencies/libICE-1.0.4-deps.db
vendored
Normal file
BIN
dependencies/libICE-1.0.4-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/libSM-1.1.0-deps.db
vendored
Normal file
BIN
dependencies/libSM-1.1.0-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/libXext-1.0.4-deps.db
vendored
Normal file
BIN
dependencies/libXext-1.0.4-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/libXmu-1.0.4-deps.db
vendored
Normal file
BIN
dependencies/libXmu-1.0.4-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/libXt-1.0.5-deps.db
vendored
Normal file
BIN
dependencies/libXt-1.0.5-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/libxkbfile-1.0.5-deps.db
vendored
Normal file
BIN
dependencies/libxkbfile-1.0.5-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/printproto-1.0.4-deps.db
vendored
Normal file
BIN
dependencies/printproto-1.0.4-deps.db
vendored
Normal file
Binary file not shown.
BIN
dependencies/xkbcomp-1.0.5-deps.db
vendored
Normal file
BIN
dependencies/xkbcomp-1.0.5-deps.db
vendored
Normal file
Binary file not shown.
14
templates/libICE-1.0.4.tmpl
Normal file
14
templates/libICE-1.0.4.tmpl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template build file for 'libICE-1.0.4'.
|
||||||
|
pkgname=libICE-1.0.4
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
pkgconfig_override="ice.pc"
|
||||||
|
short_desc="Inter Client Exchange (ICE) library for X"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=cb83eafe547a04586877ffffa8d07e1dc9fcd613
|
||||||
|
long_desc="
|
||||||
|
This package contains library and header files for the ICE
|
||||||
|
extension for X. This is the Inter Client Exchange library.
|
||||||
|
|
||||||
|
This is part of modular X.org project."
|
13
templates/libSM-1.1.0.tmpl
Normal file
13
templates/libSM-1.1.0.tmpl
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template build file for 'libSM-1.1.0'.
|
||||||
|
pkgname=libSM-1.1.0
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--without-libuuid"
|
||||||
|
pkgconfig_override="sm.pc"
|
||||||
|
short_desc="X Session Management Library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=17edd4f1e931058f86ccdff17829115d2c1f5bad
|
||||||
|
long_desc="
|
||||||
|
This package contains the library and header files for the X Session
|
||||||
|
Management Library. This is from the modular X.org project."
|
13
templates/libXext-1.0.4.tmpl
Normal file
13
templates/libXext-1.0.4.tmpl
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template build file for 'libXext-1.0.4'.
|
||||||
|
pkgname=libXext-1.0.4
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-malloc0returnsnull"
|
||||||
|
pkgconfig_override="xext.pc"
|
||||||
|
short_desc="X Extension library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=c13e54d388f2fa91e09b221ca91a2ee281f10bbc
|
||||||
|
long_desc="
|
||||||
|
This package contains the X Extension library from the modular
|
||||||
|
X.org X11 project."
|
18
templates/libXmu-1.0.4.tmpl
Normal file
18
templates/libXmu-1.0.4.tmpl
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template build file for 'libXmu-1.0.4'.
|
||||||
|
pkgname=libXmu-1.0.4
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
pkgconfig_override="xmu.pc xmuu.pc"
|
||||||
|
short_desc="X Miscellaneous Utilities library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=d1c1b185842456f65766df89f6a370f0d679ad29
|
||||||
|
long_desc="
|
||||||
|
This Xmu library contains miscellaneous utilities and is not part of the
|
||||||
|
Xlib standard. It contains routines which only use public interfaces
|
||||||
|
so that it may be layered on top of any proprietary implementation of
|
||||||
|
Xlib or Xt.
|
||||||
|
|
||||||
|
This also includes the Mini Xmu library that does not use Xt and Xaw.
|
||||||
|
|
||||||
|
This is from the modular X.org project."
|
17
templates/libXt-1.0.5.tmpl
Normal file
17
templates/libXt-1.0.5.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template build file for 'libXt-1.0.5'.
|
||||||
|
pkgname=libXt-1.0.5
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-malloc0returnsnull"
|
||||||
|
pkgconfig_override="xt.pc"
|
||||||
|
short_desc="X Toolkit Intrinsics library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=7e5ef9e03dc860bf5b64b85a897dd1d2ae1ed0bf
|
||||||
|
long_desc="
|
||||||
|
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
|
||||||
|
of C routines (based on Xlib) used for designing user interfaces with
|
||||||
|
widgets. It also provides functions for handling events, initializing
|
||||||
|
windows, and interpreting resource files.
|
||||||
|
|
||||||
|
This is from the modular X.org project."
|
10
templates/libxkbfile-1.0.5.tmpl
Normal file
10
templates/libxkbfile-1.0.5.tmpl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template build file for 'libxkbfile-1.0.5'.
|
||||||
|
pkgname=libxkbfile-1.0.5
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||||
|
build_style=gnu_configure
|
||||||
|
pkgconfig_override="xkbfile.pc"
|
||||||
|
short_desc="The xkbfile Library from modular X.org"
|
||||||
|
checksum=5c0f4bba0ffacdcd06846bd6c436ba3d9275691b
|
||||||
|
longdesc="
|
||||||
|
The xkbfile library is from the modular X.org X11 project."
|
13
templates/printproto-1.0.4.tmpl
Normal file
13
templates/printproto-1.0.4.tmpl
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template build file for 'printproto-1.0.4'.
|
||||||
|
pkgname=printproto-1.0.4
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||||
|
build_style=gnu_configure
|
||||||
|
pkgconfig_override="printproto.pc"
|
||||||
|
short_desc="Print extension headers from X.org"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=ab23d31e5b13fd7260f2a10d789f5d8e89bf775f
|
||||||
|
long_desc="
|
||||||
|
Definitions needed by the X Print server, library, and clients.
|
||||||
|
|
||||||
|
From the modular X.org X11 project."
|
10
templates/xkbcomp-1.0.5.tmpl
Normal file
10
templates/xkbcomp-1.0.5.tmpl
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template build file for 'xkbcomp-1.0.5'.
|
||||||
|
pkgname=xkbcomp-1.0.5
|
||||||
|
extract_sufx=".tar.bz2"
|
||||||
|
url=http://xorg.freedesktop.org/releases/individual/app
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="XKBD keymap compiler"
|
||||||
|
checksum=09af0ab2c714066846ede7317564b658623d3c9e
|
||||||
|
longdesc="
|
||||||
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
||||||
|
most importantly the compiled keymaps used by XKB-capable X servers."
|
Loading…
Add table
Reference in a new issue