Skip to content

Commit

Permalink
platform: added gimp
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Aug 23, 2024
1 parent b469191 commit c616925
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
7 changes: 5 additions & 2 deletions elements/components/gimp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ depends:
- components/lcms.yml
- components/mypaint-brushes.yml
- components/poppler.yml
- components/poppler-data.yml
- components/graphviz.yml
- components/iso-codes.yml
- components/libgudev.yml
- components/py/py-gobject.yml
- components/x11/libx11.yml
- components/x11/libxmu.yml
- components/xdg-utils.yml
- components/libjxl.yml
# - components/libjxl.yml
- components/libmng.yml
- components/libunwind.yml
- components/libwebp.yml
Expand All @@ -31,4 +34,4 @@ build-depends:
- components/gvfs.yml

sources:
- https://download.gimp.org/gimp/v%{version:2}/gimp-%{version}.tar.bz2
- https://anduin.linuxfromscratch.org/BLFS/gimp/gimp3-20240711.tar.xz
14 changes: 14 additions & 0 deletions elements/components/libmypaint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
id: libmypaint
version: 1.6.1
about: a library for making brushstrokes which is used by MyPaint and other projects

depends:
- components/json-c.yml
- components/glib.yml

build-depends:
- components/gobject-introspection.yml
- components/intltool.yml

sources:
- https://github.com/mypaint/libmypaint/releases/download/v%{version}/libmypaint-%{version}.tar.xz
9 changes: 9 additions & 0 deletions elements/components/mypaint-brushes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
id: mypaint-brushes
version: 1.3.1
about: Paint brushes

depends:
- components/libmypaint.yml

sources:
- https://github.com/mypaint/mypaint-brushes/releases/download/v%{version}/mypaint-brushes-%{version}.tar.xz
1 change: 1 addition & 0 deletions elements/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ depends:
- components/firefox.yml
- components/neofetch.yml
- components/gnome/gnome-software.yml
- components/gimp.yml

- components/welcome-tour.yml
- components/initial-setup.yml
Expand Down

0 comments on commit c616925

Please sign in to comment.