Skip to content

Commit

Permalink
updated components
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Mar 9, 2025
1 parent 5d905c4 commit e4a74f6
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 29 deletions.
3 changes: 1 addition & 2 deletions external/components/android-udev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ about: Udev rules to connect android devices
depends:
- components/libmtp.yml
- components/systemd.yml
build-depends:
- components/unzip.yml

sources:
- android-udev-%{version}.tar.gz::https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/%{version}.tar.gz
script: |
Expand Down
4 changes: 2 additions & 2 deletions external/components/enchant.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: enchant
version: 2.8.1
version: 2.8.2
about: A generic interface into various existing spell checking libraries

configure: >-
Expand All @@ -10,4 +10,4 @@ depends:
build-depends:
- components/groff.yml
sources:
- https://github.com/AbiWord/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
- https://github.com/rrthomas/enchant/releases/download/v%{version}/enchant-%{version}.tar.gz
2 changes: 1 addition & 1 deletion external/components/firefox-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ build-depends:
- components/nodejs.yml
- components/rustc.yml
- components/python.yml
- components/unzip.yml

- components/which.yml
- components/yasm.yml

Expand Down
2 changes: 1 addition & 1 deletion external/components/fonts/inconsolata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 3.000
about: Monospace font for pretty code listings and for the terminal

build-depends:
- components/unzip.yml

sources:
- inconsolata-%{version}.zip::https://github.com/googlefonts/Inconsolata/releases/download/v%{version}/fonts_ttf.zip
script: |-
Expand Down
2 changes: 1 addition & 1 deletion external/components/fonts/liberation-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ build-depends:
- components/bash.yml

sources:
- https://github.com/liberationfonts/liberation-fonts/assets/7261482/liberation-fonts-ttf-%{version}.tar.gz
- https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-%{version}.tar.gz
5 changes: 3 additions & 2 deletions external/components/fonts/noto-cjk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ version: "2.004"
about: Google Noto CJK fonts

build-depends:
- components/unzip.yml
- components/libarchive.yml

sources:
- fonts-%{version}::https://github.com/googlefonts/noto-cjk/releases/download/Sans%{version}/02_NotoSansCJK-TTF-VF.zip
script: |
unzip fonts-%{version} || true
bsdtar -xf fonts-%{version} || true
install -D -m 0644 Variable/TTF/*.ttf -t %{install-root}%{datadir}/fonts/noto-cjk
2 changes: 1 addition & 1 deletion external/components/glm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.1
about: C++ mathematics library for 3D software

build-depends:
- components/unzip.yml


sources:
- glm-%{version}.tar.gz::https://github.com/g-truc/glm/archive/refs/tags/%{version}.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ release: 0
depends:
- components/glib.yml
build-depends:
- components/unzip.yml

sources:
- nightmode-%{version}::https://extensions.gnome.org/extension-data/nightthemeswitcherromainvigier.fr.v%{version}.shell-extension.zip
script: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ depends:
- components/gnome/gnome-shell.yml
- components/touchegg.yml
build-depends:
- components/unzip.yml

sources:
- https://github.com/JoseExposito/gnome-shell-extension-x11gestures/releases/download/%{version}/x11gestures@joseexposito.github.io.zip
script: |-
Expand Down
4 changes: 2 additions & 2 deletions external/components/meta-x11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ depends:
- components/x11/xf86-video-ati.yml
- components/x11/xf86-video-fbdev.yml
# - components/x11/xf86-video-nouveau.yml
- components/x11/xf86-video-qxl.yml
- components/x11/xf86-video-vmware.yml
# - components/x11/xf86-video-qxl.yml
# - components/x11/xf86-video-vmware.yml
2 changes: 1 addition & 1 deletion external/components/opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends:
- components/v4l-utils.yml
build-depends:
- components/cmake.yml
- components/unzip.yml

sources:
- https://github.com/opencv/opencv/archive/%{version}/opencv-%{version}.tar.gz
- https://github.com/opencv/opencv_contrib/archive/%{version}/opencv_contrib-%{version}.tar.gz
2 changes: 1 addition & 1 deletion external/components/opencv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends:
- components/v4l-utils.yml
build-depends:
- components/cmake.yml
- components/unzip.yml

sources:
- https://github.com/opencv/opencv/archive/%{version}/opencv-%{version}.tar.gz
- https://github.com/opencv/opencv_contrib/archive/%{version}/opencv_contrib-%{version}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion external/components/openjdk-jre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ depends:
- components/alsa-lib.yml
- components/cpio.yml
- components/cups.yml
- components/unzip.yml

- components/which.yml
- components/x11/libx11.yml
- components/x11/libxext.yml
Expand Down
2 changes: 1 addition & 1 deletion external/components/openjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ depends:
- components/alsa-lib.yml
- components/cpio.yml
- components/cups.yml
- components/unzip.yml

- components/which.yml
- components/x11/libx11.yml
- components/x11/libxext.yml
Expand Down
1 change: 0 additions & 1 deletion external/components/openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ configure: >-
--enable-versioning=yes
--disable-debug
--with-tls=openssl
--with-cyrus-sasl
--enable-dynamic
--enable-crypt
--enable-spasswd
Expand Down
2 changes: 1 addition & 1 deletion external/components/plasma/ark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends:
- components/meta-kf5.yml
- components/libarchive.yml
- components/cpio.yml
- components/unzip.yml

- components/zip.yml
sources:
- https://download.kde.org/stable/release-service/%{version}/src/ark-%{version}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion external/components/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends:
- components/zlib.yml
build-depends:
- components/py/py-setuptools.yml
- components/unzip.yml

sources:
- https://github.com/protocolbuffers/protobuf/releases/download/v%{version}/protobuf-all-%{version}.tar.gz
# TODO: fix update url
4 changes: 0 additions & 4 deletions external/components/unzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ depends:

sources:
- https://downloads.sourceforge.net/infozip/unzip60.tar.gz
- https://www.linuxfromscratch.org/patches/blfs/svn/unzip-6.0-consolidated_fixes-1.patch
- https://www.linuxfromscratch.org/patches/blfs/svn/unzip-6.0-gcc14-1.patch
pre-script: |
patch -Np1 -i unzip-6.0-consolidated_fixes-1.patch
patch -Np1 -i unzip-6.0-gcc14-1.patch
sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
script: |
make -f unix/Makefile generic prefix=/usr
Expand Down
2 changes: 1 addition & 1 deletion external/components/waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: General-purpose build system modelled after Scons
depends:
- components/python.yml
build-depends:
- components/unzip.yml

sources:
- https://waf.io/waf-%{version}.tar.bz2
script: |-
Expand Down
2 changes: 1 addition & 1 deletion external/components/xarchiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends:
- components/lzip.yml
- components/p7zip.yml
- components/zip.yml
- components/unzip.yml

- components/binutils.yml # deb
- components/xdg-utils.yml

Expand Down
2 changes: 1 addition & 1 deletion external/extensions/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include:
- components/xfce4/xfce4-dev-tools.yml
- components/man-pages.yml
- components/rsync.yml
- components/unzip.yml


include-parts:
- devel
Expand Down
2 changes: 1 addition & 1 deletion external/include/nvidia.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 555.58.02
version: 570.124.04

0 comments on commit e4a74f6

Please sign in to comment.