aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/package/pango.az37
1 files changed, 37 insertions, 0 deletions
diff --git a/internal/rosa/package/pango.az b/internal/rosa/package/pango.az
new file mode 100644
index 00000000..ca686c6d
--- /dev/null
+++ b/internal/rosa/package/pango.az
@@ -0,0 +1,37 @@
+package pango {
+ description = "a library for layout and rendering of text";
+ website = "https://www.pango.org";
+ anitya = 11783;
+
+ version# = "1.57.1";
+ source = remoteGitLab {
+ domain = "gitlab.gnome.org";
+ suffix = "GNOME/pango";
+ ref = version;
+ checksum = "BzfdEym2eIyL5ownJ1LfqQwZkY3yH71YAsQF5R-sRV2pIOmc_CULAcfqVQki_Ose";
+ };
+
+ exec = meson {
+ setup = {
+ "Dfontconfig": "enabled";
+ "Dfreetype": "enabled";
+ "Dcairo": "enabled";
+ };
+ // Fontconfig error: Cannot load default config file: File not found: /etc/fonts/fonts.conf
+ skipTest = true;
+ };
+
+ inputs = [
+ glib,
+ cairo,
+ fribidi,
+ harfbuzz,
+ ];
+
+ runtime = [
+ glib,
+ cairo,
+ fribidi,
+ harfbuzz,
+ ];
+}