This file contains hidden or 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
| # /etc/pacman.d/hooks/nvidia.hook | |
| [Trigger] | |
| Operation=Install | |
| Operation=Upgrade | |
| Operation=Remove | |
| Type=Package | |
| Target=nvidia-470xx-dkms | |
| Target=linux | |
| # Adjust line(6) above to match your driver, e.g. Target=nvidia-470xx-dkms |
This file contains hidden or 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
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 93df6e3..52ccadb 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -28,6 +28,7 @@ source=('nvidia-drm-outputclass.conf' | |
| "kernel-6.12.patch" | |
| "nvidia-470xx-fix-linux-6.13.patch" | |
| "nvidia-470xx-fix-linux-6.14.patch" | |
| + "gcc-15.patch" | |
| ) |
This file contains hidden or 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
| require 'rubyXL' | |
| class BlumPriceList | |
| def initialize(input_file, output_file, skip_rows = 0) | |
| @input_file = input_file | |
| @output_file = output_file | |
| @skip_rows = skip_rows | |
| end | |
| def process |
This file contains hidden or 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
| #!/bin/sh -x | |
| set -e | |
| SIZES=" | |
| 16,16x16 | |
| 32,16x16@2x | |
| 32,32x32 | |
| 64,32x32@2x | |
| 128,128x128 |
This file contains hidden or 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
| # frozen_string_literal: true | |
| lane :resign_ipa do |options| | |
| resign_ipa_os(options[:provision], options[:ipa], options[:identity]) { |plist| } | |
| end | |
| def resign_ipa_os(provision, ipa_path, identity, &block) | |
| provision = verify_provision(provision) | |
| ipa_path = verify_ipa_path(ipa_path) | |
| puts "Using IPA #{ipa_path}" |
This file contains hidden or 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
| # Maintainer: Denis Oster <denis.oster.dev@gmail.com> | |
| pkgname=wm-launch | |
| pkgver=0.5.1 | |
| pkgrel=1 | |
| pkgdesc="Tool to launch X11 clients with unique IDs" | |
| arch=("x86_64") | |
| url="https://github.com/jcrd/wm-launch" | |
| license=("GPL" 'custom:GPL3 or any later version') | |
| depends=(libx11) |
This file contains hidden or 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
| # Maintainer: Denis Oster <denis.oster.dev@gmail.com> | |
| pkgname=sessiond | |
| pkgver=0.6.1 | |
| pkgrel=1 | |
| pkgdesc="Standalone X session manager for systemd-logind" | |
| arch=("x86_64") | |
| url="https://sessiond.org/" | |
| license=("GPL" 'custom:GPL3 or any later version') | |
| depends=(dbus-python wireplumber python-pyqt5) |
This file contains hidden or 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
| # Maintainer: Felix Yan <felixonmars@archlinux.org> | |
| # Contributor: Ionut Biru <ibiru@archlinux.org> | |
| pkgname=udisks2 | |
| pkgver=2.9.4 | |
| pkgrel=2 | |
| pkgdesc="Disk Management Service, version 2" | |
| arch=('x86_64') | |
| url="https://www.freedesktop.org/wiki/Software/udisks" | |
| license=('GPL2') |
This file contains hidden or 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
| # Maintainer: Morten Linderud <foxboron@archlinux.org> | |
| # Maintainer: David Runge <dvzrv@archlinux.org> | |
| # Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> | |
| pkgbase=podman | |
| pkgname=(podman podman-docker) | |
| pkgver=4.1.1 | |
| pkgrel=3 | |
| pkgdesc='Tool and library for running OCI-based containers in pods' | |
| arch=(x86_64) |
This file contains hidden or 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
| # | |
| # | |
| # /etc/libvirt/hooks/qemu.d/winnvme/prepare/begin/start.sh | |
| # | |
| # | |
| #!/bin/bash | |
| set -x | |
| # Stop display manager |
NewerOlder