-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
PKGNAME=loupe | ||
PKGSEC=gnome | ||
PKGDEP="cairo dconf fontconfig gcc-runtime glib glibc glycin graphene gtk-4 hicolor-icon-theme \ | ||
lcms2 libadwaita libgweather libseccomp pango gdk-pixbuf" | ||
BUILDDEP="itstool rustc gtk-update-icon-cache" | ||
PKGDES="Image Viewer for GNOME" | ||
|
||
USECLANG=1 | ||
|
||
# FIXME: ld.lld: relocation R_MIPS_64 cannot be used against local symbol | ||
NOLTO__LOONGSON3=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
VER=47.4 | ||
SRCS="https://download.gnome.org/sources/loupe/${VER%.*}/loupe-$VER.tar.xz" | ||
CHKSUMS="sha256::8dc926829a9c338800c8f432b5a347246e6dcbd9ad2dd1a24c498eafdd3e89ab" |