fractal: dropped due to openssl breakage
This commit is contained in:
parent
23049b59b7
commit
c243cf7fe8
@ -1,19 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/fractal
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/org.gnome.Fractal.desktop
|
||||
drwxr-xr-x root/root usr/share/fractal/
|
||||
-rw-r--r-- root/root usr/share/fractal/resources.gresource
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
|
||||
-rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.Fractal.gschema.xml
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.gnome.Fractal.svg
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/org.gnome.Fractal-symbolic.svg
|
@ -1,7 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxIl4zpFafGR8lqHTKOLhdvzb6hvZFkLHtQVeaIp7ATI5e0SfekUR3xmI6I9c6dwxDPVoEaU3q6K6bH1QhlqcNQ8=
|
||||
SHA256 (Pkgfile) = 011a8a46d70b0de3e2b632804f343c25f3e82baab104655801dfae4dd80803db
|
||||
SHA256 (.footprint) = 1bbb176a3975cab56d4c7a925161a29ae6c1fc425a850e790866bced9f83e0ef
|
||||
SHA256 (fractal-release-4.4.1.tar.bz2) = 87b227996f0e89ccecfdf9431cfc00940b316b1d6c3fd318159d9c3ec028e866
|
||||
SHA256 (no-gtk-doc.vim) = 9cf2421c73d176c0a5bf51922293b7a4734e46c61828ffb086c2f6e5d1eec9d8
|
||||
SHA256 (org.gnome.Fractal.desktop) = ebbb024942c5eba6c35620d759f50947652091758f28e071fd0559a29be83c4a
|
@ -1,35 +0,0 @@
|
||||
# Description: Matrix chat client using GTK widgets
|
||||
# URL: https://gitlab.gnome.org/GNOME/fractal
|
||||
# Maintainer: John McQuah, jmcquah at disroot dot org
|
||||
# Depends on: gst-editing-services gst-plugins-bad gtksourceview4 libhandy rust
|
||||
# Optional: gtk-doc
|
||||
|
||||
name=fractal
|
||||
version=4.4.1
|
||||
release=1
|
||||
source=(https://gitlab.gnome.org/GNOME/$name/-/archive/release-$version/$name-release-$version.tar.bz2 no-gtk-doc.vim org.gnome.Fractal.desktop)
|
||||
|
||||
build() {
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
mkdir -p $PKGMK_SOURCE_DIR/rust
|
||||
export CARGO_HOME=$PKGMK_SOURCE_DIR/rust
|
||||
|
||||
if prt-get isinst gtk-doc; then
|
||||
cd $name-release-$version
|
||||
else
|
||||
cd $name-release-$version/fractal-gtk/res
|
||||
vim -s $SRC/no-gtk-doc.vim meson.build
|
||||
cd ../..
|
||||
fi
|
||||
|
||||
sed -i 's/dead_code, //g' fractal-gtk/src/main.rs
|
||||
meson build --prefix=/usr -Db_lto=true -Db_pie=true
|
||||
ninja -C build
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
install -Dm0644 $SRC/org.gnome.Fractal.desktop $PKG/usr/share/applications
|
||||
|
||||
# clean up footprint
|
||||
rm -rf $PKG/usr/share/locale
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
/desktop_file
|
||||
f(d%dd/metainfo_file
|
||||
f(d%ddZZ
|
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Fractal
|
||||
GenericName=Matrix chat client
|
||||
Comment=Matrix chat client in GTK3
|
||||
Exec=fractal
|
||||
Icon=/usr/share/icons/hicolor/scalable/apps/org.gnome.Fractal.svg
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;Network;
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
# EOF
|
Loading…
Reference in New Issue
Block a user