Package libXaw3dXft. Other stuff.
This commit is contained in:
parent
8b64814a54
commit
42041f89d1
@ -1 +0,0 @@
|
||||
dbus and friends are unwelcome in a standard KISS system. I need them for my browser however.
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
-sysconfdir=/etc
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825 dbus-glib-0.110.tar.gz
|
@ -1,4 +0,0 @@
|
||||
dbus
|
||||
expat
|
||||
glib
|
||||
python
|
@ -1 +0,0 @@
|
||||
https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz
|
@ -1 +0,0 @@
|
||||
0.110 1
|
@ -1 +0,0 @@
|
||||
dbus and friends are unwelcome in a standard KISS system. I need them for my browser however.
|
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
./configure \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-user-session \
|
||||
--disable-asserts \
|
||||
--prefix=/usr \
|
||||
--without-x \
|
||||
--with-system-socket=/run/dbus/system_bus_socket \
|
||||
--disable-doxygen-docs \
|
||||
--with-system-pid-file=/run/dbus/pid \
|
||||
--with-console-auth-dir=/run/console
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Install service.
|
||||
install -Dm755 dbus.run "$1/etc/sv/dbus/run"
|
||||
ln -s /run/runit/supervise.dbus "$1/etc/sv/dbus/supervise"
|
@ -1,2 +0,0 @@
|
||||
8078f5c25e34ab907ce06905d969dc8ef0ccbec367e1e1707c7ecf8460f4254e dbus-1.13.18.tar.xz
|
||||
b7012df029f0fd44fc77f42347a8fcf144d168be42aa6dcd1ac7973300b9c5d0 dbus.run
|
@ -1 +0,0 @@
|
||||
expat
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
|
||||
exec dbus-daemon --system --nofork --nopidfile
|
@ -1,2 +0,0 @@
|
||||
https://dbus.freedesktop.org/releases/dbus/dbus-1.13.18.tar.xz
|
||||
files/dbus.run
|
@ -1 +0,0 @@
|
||||
1.13.18 1
|
@ -1 +0,0 @@
|
||||
Cannot retrieve from upstream using https. Will check on the Debian archives.
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
5e41cf00f924e79e3503dd456ecd9b1dd93ac447c2573d4fa7da03b8bd19dbad
|
@ -1 +0,0 @@
|
||||
netbsd-curses
|
@ -1 +0,0 @@
|
||||
http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-2.1.2.tar.xz
|
@ -1 +0,0 @@
|
||||
5-2.1.2 1
|
@ -1 +0,0 @@
|
||||
There's nothing wrong with GCC9, but it's only here to provide support for building older programs like Nuegia Browser and Pale Moon
|
@ -1,66 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < invalid_tls_model.patch
|
||||
|
||||
# Make sure gmp is built with generic options.
|
||||
cp -v gcc/gmp/configfsf.guess gcc/gmp/config.guess
|
||||
cp -v gcc/gmp/configfsf.sub gcc/gmp/config.sub
|
||||
|
||||
# Use lib not lib64 by default.
|
||||
sed -i '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64
|
||||
sed -i 's/lib64/lib/' gcc/gcc/config/i386/linux64.h
|
||||
|
||||
# Build must happen outside of gcc source.
|
||||
mkdir -p gcc-build
|
||||
cd gcc-build
|
||||
|
||||
export libat_cv_have_ifunc=no
|
||||
|
||||
../gcc/configure \
|
||||
--prefix=/usr \
|
||||
--disable-multilib \
|
||||
--disable-symvers \
|
||||
--disable-libmpx \
|
||||
--disable-libmudflap \
|
||||
--disable-libsanitizer \
|
||||
--disable-werror \
|
||||
--disable-fixed-point \
|
||||
--disable-libstdcxx-pch \
|
||||
--disable-nls \
|
||||
--without-included-gettext \
|
||||
--enable-checking=release \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--with-system-zlib \
|
||||
--enable-__cxa_atexit \
|
||||
--enable-default-pie \
|
||||
--enable-default-ssp \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
--enable-tls \
|
||||
--enable-languages=c,c++ \
|
||||
--build=x86_64-pc-linux-gnu \
|
||||
--disable-bootstrap
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Save 35MB.
|
||||
find "$1" -name libgtkpeer.a -delete
|
||||
find "$1" -name libgjsmalsa.a -delete
|
||||
find "$1" -name libgij.a -delete
|
||||
|
||||
# Some legacy programs will expect cc
|
||||
ln -s gcc "$1/usr/bin/cc"
|
||||
|
||||
# POSIX compliance.
|
||||
install -Dm755 ../c99 "$1/usr/bin/c99"
|
||||
|
||||
# Symlink for LTO.
|
||||
{
|
||||
mkdir -p "$1/usr/lib/bfd-plugins"
|
||||
|
||||
ln -s /usr/libexec/gcc/x86_64-pc-linux-musl/9.2.0/liblto_plugin.so \
|
||||
"$1/usr/lib/bfd-plugins/liblto_plugin.so"
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206 gcc-9.2.0.tar.xz
|
||||
87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz
|
||||
1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a mpfr-4.0.2.tar.xz
|
||||
6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e mpc-1.1.0.tar.gz
|
||||
765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c c99
|
||||
b0bf792c3f5278e768b7199cc94e8c57e364eb0b70dc5a226d47eb9e25e1dac9 invalid_tls_model.patch
|
@ -1,5 +0,0 @@
|
||||
binutils
|
||||
bison
|
||||
flex
|
||||
linux-headers
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
exec cc -std=c99 "$@"
|
@ -1,26 +0,0 @@
|
||||
--- a/gcc/libgomp/configure.tgt 2018-11-08 18:13:04.000000000 +0100
|
||||
+++ b/gcc/libgomp/configure.tgt 2019-06-29 20:06:31.972950350 +0200
|
||||
@@ -10,23 +10,6 @@
|
||||
# XCFLAGS Add extra compile flags to use.
|
||||
# XLDFLAGS Add extra link flags to use.
|
||||
|
||||
-# Optimize TLS usage by avoiding the overhead of dynamic allocation.
|
||||
-if test $gcc_cv_have_tls = yes ; then
|
||||
- case "${target}" in
|
||||
-
|
||||
- *-*-k*bsd*-gnu*)
|
||||
- ;;
|
||||
-
|
||||
- *-*-linux* | *-*-gnu*)
|
||||
- XCFLAGS="${XCFLAGS} -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS"
|
||||
- ;;
|
||||
-
|
||||
- *-*-rtems*)
|
||||
- XCFLAGS="${XCFLAGS} -ftls-model=local-exec"
|
||||
- ;;
|
||||
- esac
|
||||
-fi
|
||||
-
|
||||
# Since we require POSIX threads, assume a POSIX system by default.
|
||||
config_path="posix"
|
||||
|
@ -1,6 +0,0 @@
|
||||
https://gcc.gnu.org/pub/gcc/releases/gcc-9.2.0/gcc-9.2.0.tar.xz gcc
|
||||
https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz gcc/gmp
|
||||
https://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz gcc/mpfr
|
||||
https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz gcc/mpc
|
||||
files/c99
|
||||
patches/invalid_tls_model.patch
|
@ -1 +0,0 @@
|
||||
9.2.0 3
|
@ -1 +0,0 @@
|
||||
KISS Linux only targets English. Therefore, internationalization violates one of its core tenets.
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
|
@ -1 +0,0 @@
|
||||
perl-xml
|
@ -1 +0,0 @@
|
||||
https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
|
@ -1 +0,0 @@
|
||||
0.51.0 1
|
@ -1,3 +0,0 @@
|
||||
Uses Rust, not part of my core workflow, and just generally not needed.
|
||||
|
||||
Also it's a pain to compile.
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-gtk-doc \
|
||||
--disable-nls \
|
||||
--disable-introspection
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
9bd9799322e06cf5db19b9f7afb728edac6efcf0110baafc44f0f96f45df9a09
|
@ -1,5 +0,0 @@
|
||||
cairo
|
||||
gdk-pixbuf
|
||||
libxml2
|
||||
pango
|
||||
rust-bin make
|
@ -1 +0,0 @@
|
||||
https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.1.tar.xz
|
@ -1 +0,0 @@
|
||||
2.50.1 1
|
@ -1 +0,0 @@
|
||||
Python 2.x.y is deprecated and should not be used, but some stuff requires it.
|
@ -1,28 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < python2-always-pip.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-ensurepip=yes
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Make static library writable.
|
||||
chmod u+w "$1/usr/lib/libpython"*.a
|
||||
|
||||
# Let's make some kind of effort to reduce the overall
|
||||
# size of Python by removing a bunch of rarely used and
|
||||
# otherwise useless components.
|
||||
#
|
||||
# This can't be done via ./configure as the build system
|
||||
# doesn't give you this much control over the process.
|
||||
{
|
||||
cd "$1/usr/lib/python"*
|
||||
rm -rf test ./*/test ./*/tests
|
||||
rm -rf lib2to3 pydoc* idlelib turtle* ensurepip lib-tk config
|
||||
|
||||
cd "$1/usr/bin"
|
||||
rm -f 2to3* pydoc* idle* python pip
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43 Python-2.7.18.tar.xz
|
||||
1a184c64f85d7a2fb57642135ea298ddd005684c5bd3e601b932cf31b82b9417 python2-always-pip.patch
|
@ -1,3 +0,0 @@
|
||||
bzip2
|
||||
sqlite
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
|
||||
index 526dfd0..d85dc33 100644
|
||||
--- a/Lib/ensurepip/__init__.py
|
||||
+++ b/Lib/ensurepip/__init__.py
|
||||
@@ -104,7 +104,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False,
|
||||
additional_paths.append(os.path.join(tmpdir, wheel_name))
|
||||
|
||||
# Construct the arguments to be passed to the pip command
|
||||
- args = ["install", "--no-index", "--find-links", tmpdir]
|
||||
+ args = ["install", "-I", "--no-index", "--find-links", tmpdir]
|
||||
if root:
|
||||
args += ["--root", root]
|
||||
if upgrade:
|
@ -1,2 +0,0 @@
|
||||
https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
|
||||
patches/python2-always-pip.patch
|
@ -1 +0,0 @@
|
||||
2.7.18 3
|
@ -1 +0,0 @@
|
||||
Requires the use of a bash script, imagemagick, and librsvg to build. Will try to rewrite in POSIX in the future.
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1,2 +0,0 @@
|
||||
bash make
|
||||
imagemagick make
|
@ -1 +0,0 @@
|
||||
git+https://github.com/mdomlop/retrosmart-icon-theme
|
@ -1 +0,0 @@
|
||||
git 1
|
@ -1 +0,0 @@
|
||||
Unable to find an upstream secure source.
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make \
|
||||
prefix="$1/usr" \
|
||||
MANDIR="$1/usr/share/man/man1" \
|
||||
install
|
@ -1 +0,0 @@
|
||||
715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2 tree-1.8.0.tgz
|
@ -1 +0,0 @@
|
||||
https://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz
|
@ -1 +0,0 @@
|
||||
1.8.0 2
|
22
ports/official/xorg/libXaw3dXft/build
Executable file
22
ports/official/xorg/libXaw3dXft/build
Executable file
@ -0,0 +1,22 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-multiplane-bitmaps \
|
||||
--enable-gray-stipples \
|
||||
--enable-arrow-scrollbars
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
for file in libXaw.so libXaw.so.7 libXaw.so.7.0.0.1 libXaw3d.so libXaw3d.so.8 libXaw3d.so.8.0.0.1
|
||||
do ln -s /usr/lib/libXaw3dxft.so "$1/usr/lib/$file"
|
||||
done
|
||||
|
||||
for dir in Xaw Xaw3d
|
||||
do ln -s /usr/include/X11/Xaw3dxft "$1/usr/include/X11/$dir"
|
||||
done
|
||||
|
||||
for pc in xaw7.pc xaw3d.pc
|
||||
do ln -s /usr/lib/pkgconfig/libxaw3dxft.pc "$1/usr/lib/pkgconfig/$pc"
|
||||
done
|
1
ports/official/xorg/libXaw3dXft/checksums
Normal file
1
ports/official/xorg/libXaw3dXft/checksums
Normal file
@ -0,0 +1 @@
|
||||
5d749e3d682d2fb60959ebc3bce3228ca5c949a46aafc349e89a77f6c6ed830b
|
6
ports/official/xorg/libXaw3dXft/depends
Normal file
6
ports/official/xorg/libXaw3dXft/depends
Normal file
@ -0,0 +1,6 @@
|
||||
libX11
|
||||
libXext
|
||||
libXft
|
||||
libXmu
|
||||
libXpm
|
||||
libXt
|
1
ports/official/xorg/libXaw3dXft/sources
Normal file
1
ports/official/xorg/libXaw3dXft/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/project/sf-xpaint/libxaw3dxft/libXaw3dXft-1.6.2h.tar.bz2
|
1
ports/official/xorg/libXaw3dXft/version
Normal file
1
ports/official/xorg/libXaw3dXft/version
Normal file
@ -0,0 +1 @@
|
||||
1.6.2h 1
|
@ -17,5 +17,5 @@ libXt
|
||||
libpng
|
||||
libxcb
|
||||
netbsd-curses
|
||||
libXaw3d-XFT
|
||||
libXaw3dXft
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make compile.shared
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
3fa992c2bc96af3ca788ef941cb5314f4a1d843202efd0201b8b4ee9adbf316c
|
@ -1 +0,0 @@
|
||||
http://ftp.nluug.nl/pub/editors/ted/ted-2.23.src.tar.gz
|
@ -1 +0,0 @@
|
||||
2.23 1
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make compile.shared
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
3fa992c2bc96af3ca788ef941cb5314f4a1d843202efd0201b8b4ee9adbf316c
|
@ -1 +0,0 @@
|
||||
http://ftp.nluug.nl/pub/editors/ted/ted-2.23.src.tar.gz
|
@ -1 +0,0 @@
|
||||
2.23 1
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
|
||||
|
||||
make
|
||||
make addons
|
||||
make DESTDIR="$1" install
|
||||
make DESTDIR="$1" addons install
|
@ -1 +0,0 @@
|
||||
c1e3b319d99cb453b39d393572ba2b9f3de42a96de424aee7d4a1abceaaa970c
|
@ -1 +0,0 @@
|
||||
gtk+3
|
@ -1 +0,0 @@
|
||||
https://github.com/liballeg/allegro5/releases/download/5.2.7.0/allegro-5.2.7.0.tar.gz
|
@ -1 +0,0 @@
|
||||
5.2.7.0 1
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
@ -1,2 +0,0 @@
|
||||
gnu-m4
|
||||
perl
|
@ -1 +0,0 @@
|
||||
https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz
|
@ -1 +0,0 @@
|
||||
2.13 2
|
@ -1 +0,0 @@
|
||||
#!/bin/sh -e
|
@ -1 +0,0 @@
|
||||
0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711
|
@ -1 +0,0 @@
|
||||
http://www.kermitproject.org/ftp/kermit/archives/cku302.tar.gz
|
@ -1 +0,0 @@
|
||||
302 1
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
meson build \
|
||||
--prefix=/usr
|
||||
cd build
|
||||
ninja
|
||||
DESTDIR="$1" ninja install
|
@ -1,5 +0,0 @@
|
||||
|
||||
glib
|
||||
libffi
|
||||
meson build
|
||||
s9
|
@ -1,216 +0,0 @@
|
||||
/var/db/kiss/installed/gobject-introspection-git/version
|
||||
/var/db/kiss/installed/gobject-introspection-git/sources
|
||||
/var/db/kiss/installed/gobject-introspection-git/manifest
|
||||
/var/db/kiss/installed/gobject-introspection-git/depends
|
||||
/var/db/kiss/installed/gobject-introspection-git/build
|
||||
/var/db/kiss/installed/gobject-introspection-git/
|
||||
/var/db/kiss/installed/
|
||||
/var/db/kiss/
|
||||
/var/db/
|
||||
/var/
|
||||
/usr/share/man/man1/g-ir-scanner.1
|
||||
/usr/share/man/man1/g-ir-generate.1
|
||||
/usr/share/man/man1/g-ir-compiler.1
|
||||
/usr/share/man/man1/
|
||||
/usr/share/man/
|
||||
/usr/share/gobject-introspection-1.0/tests/warnlib.h
|
||||
/usr/share/gobject-introspection-1.0/tests/warnlib.c
|
||||
/usr/share/gobject-introspection-1.0/tests/utility.h
|
||||
/usr/share/gobject-introspection-1.0/tests/utility.c
|
||||
/usr/share/gobject-introspection-1.0/tests/regress.h
|
||||
/usr/share/gobject-introspection-1.0/tests/regress.c
|
||||
/usr/share/gobject-introspection-1.0/tests/gitestmacros.h
|
||||
/usr/share/gobject-introspection-1.0/tests/gimarshallingtests.h
|
||||
/usr/share/gobject-introspection-1.0/tests/gimarshallingtests.c
|
||||
/usr/share/gobject-introspection-1.0/tests/foo.h
|
||||
/usr/share/gobject-introspection-1.0/tests/foo.c
|
||||
/usr/share/gobject-introspection-1.0/tests/everything.h
|
||||
/usr/share/gobject-introspection-1.0/tests/everything.c
|
||||
/usr/share/gobject-introspection-1.0/tests/drawable.h
|
||||
/usr/share/gobject-introspection-1.0/tests/drawable.c
|
||||
/usr/share/gobject-introspection-1.0/tests/annotation.h
|
||||
/usr/share/gobject-introspection-1.0/tests/annotation.c
|
||||
/usr/share/gobject-introspection-1.0/tests/
|
||||
/usr/share/gobject-introspection-1.0/gdump.c
|
||||
/usr/share/gobject-introspection-1.0/Makefile.introspection
|
||||
/usr/share/gobject-introspection-1.0/
|
||||
/usr/share/gir-1.0/xrandr-1.3.gir
|
||||
/usr/share/gir-1.0/xlib-2.0.gir
|
||||
/usr/share/gir-1.0/xft-2.0.gir
|
||||
/usr/share/gir-1.0/xfixes-4.0.gir
|
||||
/usr/share/gir-1.0/win32-1.0.gir
|
||||
/usr/share/gir-1.0/libxml2-2.0.gir
|
||||
/usr/share/gir-1.0/gir-1.2.rnc
|
||||
/usr/share/gir-1.0/freetype2-2.0.gir
|
||||
/usr/share/gir-1.0/fontconfig-2.0.gir
|
||||
/usr/share/gir-1.0/cairo-1.0.gir
|
||||
/usr/share/gir-1.0/Vulkan-1.0.gir
|
||||
/usr/share/gir-1.0/Gio-2.0.gir
|
||||
/usr/share/gir-1.0/GObject-2.0.gir
|
||||
/usr/share/gir-1.0/GModule-2.0.gir
|
||||
/usr/share/gir-1.0/GLib-2.0.gir
|
||||
/usr/share/gir-1.0/GL-1.0.gir
|
||||
/usr/share/gir-1.0/GIRepository-2.0.gir
|
||||
/usr/share/gir-1.0/DBusGLib-1.0.gir
|
||||
/usr/share/gir-1.0/DBus-1.0.gir
|
||||
/usr/share/gir-1.0/
|
||||
/usr/share/aclocal/introspection.m4
|
||||
/usr/share/aclocal/
|
||||
/usr/share/
|
||||
/usr/lib/pkgconfig/gobject-introspection-no-export-1.0.pc
|
||||
/usr/lib/pkgconfig/gobject-introspection-1.0.pc
|
||||
/usr/lib/pkgconfig/
|
||||
/usr/lib/libgirepository-1.0.so.1.0.0
|
||||
/usr/lib/libgirepository-1.0.so.1
|
||||
/usr/lib/libgirepository-1.0.so
|
||||
/usr/lib/gobject-introspection/giscanner/xmlwriter.py
|
||||
/usr/lib/gobject-introspection/giscanner/utils.py
|
||||
/usr/lib/gobject-introspection/giscanner/transformer.py
|
||||
/usr/lib/gobject-introspection/giscanner/testcodegen.py
|
||||
/usr/lib/gobject-introspection/giscanner/sourcescanner.py
|
||||
/usr/lib/gobject-introspection/giscanner/shlibs.py
|
||||
/usr/lib/gobject-introspection/giscanner/sectionparser.py
|
||||
/usr/lib/gobject-introspection/giscanner/scannermain.py
|
||||
/usr/lib/gobject-introspection/giscanner/pkgconfig.py
|
||||
/usr/lib/gobject-introspection/giscanner/msvccompiler.py
|
||||
/usr/lib/gobject-introspection/giscanner/message.py
|
||||
/usr/lib/gobject-introspection/giscanner/mdextensions.py
|
||||
/usr/lib/gobject-introspection/giscanner/maintransformer.py
|
||||
/usr/lib/gobject-introspection/giscanner/introspectablepass.py
|
||||
/usr/lib/gobject-introspection/giscanner/girwriter.py
|
||||
/usr/lib/gobject-introspection/giscanner/girparser.py
|
||||
/usr/lib/gobject-introspection/giscanner/gdumpparser.py
|
||||
/usr/lib/gobject-introspection/giscanner/dumper.py
|
||||
/usr/lib/gobject-introspection/giscanner/docwriter.py
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/namespace.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/class.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/base.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/vfunc.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/signal.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/record.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/property.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/namespace.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/method.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/interface.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/function.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/field.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/enum.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/default.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/constructor.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/class.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/callback.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Python/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/vfunc.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/signal.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/record.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/property.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/namespace.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/method.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/interface.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/function.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/field.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/enum.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/default.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/constructor.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/class.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/callback.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/Gjs/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/vfunc.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/signal.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/record.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/property.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/namespace.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/method.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/interface.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/function.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/field.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/enum.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/default.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/constructor.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/class.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/callback.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/C/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/mallard/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/method.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/interface.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/function.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/enum.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/default.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/class.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/callback.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/base.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_vfuncs.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_staticmethods.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_signals.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_properties.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_method.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_index.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/_doc.tmpl
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/Gjs/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/devdocs/
|
||||
/usr/lib/gobject-introspection/giscanner/doctemplates/
|
||||
/usr/lib/gobject-introspection/giscanner/docmain.py
|
||||
/usr/lib/gobject-introspection/giscanner/codegen.py
|
||||
/usr/lib/gobject-introspection/giscanner/ccompiler.py
|
||||
/usr/lib/gobject-introspection/giscanner/cachestore.py
|
||||
/usr/lib/gobject-introspection/giscanner/ast.py
|
||||
/usr/lib/gobject-introspection/giscanner/annotationparser.py
|
||||
/usr/lib/gobject-introspection/giscanner/annotationmain.py
|
||||
/usr/lib/gobject-introspection/giscanner/_version.py
|
||||
/usr/lib/gobject-introspection/giscanner/_giscanner.cpython-39-x86_64-linux-gnu.so
|
||||
/usr/lib/gobject-introspection/giscanner/__init__.py
|
||||
/usr/lib/gobject-introspection/giscanner/
|
||||
/usr/lib/gobject-introspection/
|
||||
/usr/lib/girepository-1.0/xrandr-1.3.typelib
|
||||
/usr/lib/girepository-1.0/xlib-2.0.typelib
|
||||
/usr/lib/girepository-1.0/xft-2.0.typelib
|
||||
/usr/lib/girepository-1.0/xfixes-4.0.typelib
|
||||
/usr/lib/girepository-1.0/win32-1.0.typelib
|
||||
/usr/lib/girepository-1.0/libxml2-2.0.typelib
|
||||
/usr/lib/girepository-1.0/freetype2-2.0.typelib
|
||||
/usr/lib/girepository-1.0/fontconfig-2.0.typelib
|
||||
/usr/lib/girepository-1.0/cairo-1.0.typelib
|
||||
/usr/lib/girepository-1.0/Vulkan-1.0.typelib
|
||||
/usr/lib/girepository-1.0/Gio-2.0.typelib
|
||||
/usr/lib/girepository-1.0/GObject-2.0.typelib
|
||||
/usr/lib/girepository-1.0/GModule-2.0.typelib
|
||||
/usr/lib/girepository-1.0/GLib-2.0.typelib
|
||||
/usr/lib/girepository-1.0/GL-1.0.typelib
|
||||
/usr/lib/girepository-1.0/GIRepository-2.0.typelib
|
||||
/usr/lib/girepository-1.0/DBusGLib-1.0.typelib
|
||||
/usr/lib/girepository-1.0/DBus-1.0.typelib
|
||||
/usr/lib/girepository-1.0/
|
||||
/usr/lib/
|
||||
/usr/include/gobject-introspection-1.0/givfuncinfo.h
|
||||
/usr/include/gobject-introspection-1.0/giversionmacros.h
|
||||
/usr/include/gobject-introspection-1.0/giversion.h
|
||||
/usr/include/gobject-introspection-1.0/giunioninfo.h
|
||||
/usr/include/gobject-introspection-1.0/gitypes.h
|
||||
/usr/include/gobject-introspection-1.0/gitypelib.h
|
||||
/usr/include/gobject-introspection-1.0/gitypeinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gistructinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gisignalinfo.h
|
||||
/usr/include/gobject-introspection-1.0/girffi.h
|
||||
/usr/include/gobject-introspection-1.0/girepository.h
|
||||
/usr/include/gobject-introspection-1.0/giregisteredtypeinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gipropertyinfo.h
|
||||
/usr/include/gobject-introspection-1.0/giobjectinfo.h
|
||||
/usr/include/gobject-introspection-1.0/giinterfaceinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gifunctioninfo.h
|
||||
/usr/include/gobject-introspection-1.0/gifieldinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gienuminfo.h
|
||||
/usr/include/gobject-introspection-1.0/giconstantinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gicallableinfo.h
|
||||
/usr/include/gobject-introspection-1.0/gibaseinfo.h
|
||||
/usr/include/gobject-introspection-1.0/giarginfo.h
|
||||
/usr/include/gobject-introspection-1.0/
|
||||
/usr/include/
|
||||
/usr/bin/g-ir-scanner
|
||||
/usr/bin/g-ir-inspect
|
||||
/usr/bin/g-ir-generate
|
||||
/usr/bin/g-ir-compiler
|
||||
/usr/bin/g-ir-annotation-tool
|
||||
/usr/bin/
|
||||
/usr/
|
@ -1 +0,0 @@
|
||||
git+https://github.com/GNOME/gobject-introspection
|
@ -1 +0,0 @@
|
||||
git 1
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
build
|
||||
|
||||
cd build
|
||||
ninja
|
||||
DESTDIR="$1" ninja install
|
||||
|
@ -1 +0,0 @@
|
||||
git+https://github.com/GNOME/gsettings-desktop-schemas
|
@ -1 +0,0 @@
|
||||
git 1
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
@ -1 +0,0 @@
|
||||
63860438ca22f70049aecff70dc607b31bb1bea0edcc736e36ac6e36c24aecde
|
@ -1 +0,0 @@
|
||||
https://downloads.sourceforge.net/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%204.0.4/itcl4.0.4.tar.gz
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user