├── .gitignore ├── .utils ├── pkgbuild-templates │ └── default │ │ └── PKGBUILD └── pkgdo ├── README.md └── antergos ├── abiword-gtk2 ├── .SRCINFO ├── PKGBUILD └── enchant-2.1.patch ├── aki └── PKGBUILD ├── albert └── PKGBUILD ├── alpm_octopi_utils ├── .SRCINFO └── PKGBUILD ├── antergos-alerts ├── .SRCINFO └── PKGBUILD ├── antergos-alpm-hooks ├── .SRCINFO └── PKGBUILD ├── antergos-budgie-meta └── PKGBUILD ├── antergos-cinnamon-meta └── PKGBUILD ├── antergos-common-meta ├── .SRCINFO └── PKGBUILD ├── antergos-deepin-meta └── PKGBUILD ├── antergos-desktop-settings ├── PKGBUILD └── antergos-desktop-settings.install ├── antergos-enlightenment-meta └── PKGBUILD ├── antergos-enlightenment-setup ├── .SRCINFO └── PKGBUILD.inactive ├── antergos-gnome-defaults-list ├── .SRCINFO ├── PKGBUILD └── mimeapps.list ├── antergos-gnome-meta └── PKGBUILD ├── antergos-gsettings └── PKGBUILD.inactive ├── antergos-i3-meta └── PKGBUILD ├── antergos-kde-meta └── PKGBUILD ├── antergos-kernel-manager └── PKGBUILD ├── antergos-keyring ├── .SRCINFO ├── PKGBUILD └── antergos-keyring.install ├── antergos-lamp ├── PKGBUILD ├── a2dissite ├── a2ensite ├── antergos-lamp.install ├── localhost.conf └── php.conf ├── antergos-lxqt-meta └── PKGBUILD ├── antergos-mate-meta └── PKGBUILD ├── antergos-meta ├── antergos-cinnamon-meta ├── antergos-common-meta ├── antergos-deepin-meta ├── antergos-enlightenment-meta ├── antergos-gnome-meta ├── antergos-kde-meta ├── antergos-mate-meta ├── antergos-openbox-meta └── antergos-xfce-meta ├── antergos-midnight-timers ├── PKGBUILD └── antergos-midnight-timers.install ├── antergos-minimal-x86_64 ├── .SRCINFO ├── PKGBUILD └── dummy-package.tar.gz ├── antergos-mirrorlist ├── .SRCINFO ├── PKGBUILD └── antergos-mirrorlist ├── antergos-openbox-meta └── PKGBUILD ├── antergos-prime-lts ├── PKGBUILD └── antergos-prime-lts.install ├── antergos-prime ├── PKGBUILD └── antergos-prime.install ├── antergos-wallpapers-deepin └── PKGBUILD ├── antergos-wallpapers-extra ├── .SRCINFO └── PKGBUILD ├── antergos-wallpapers ├── .SRCINFO └── PKGBUILD ├── antergos-welcome ├── .SRCINFO └── PKGBUILD ├── antergos-x86_64 ├── .SRCINFO ├── PKGBUILD └── dummy-package.tar.gz ├── antergos-xfce-meta └── PKGBUILD ├── arc-icon-theme ├── .SRCINFO └── PKGBUILD.inactive ├── aurman └── PKGBUILD ├── b43-firmware ├── .SRCINFO ├── PKGBUILD └── PKGBUILD.new ├── blivet ├── hawkey ├── libselinux ├── libsepol ├── libsolv ├── mpathconf ├── multipath-tools ├── python-blivet ├── python-kickstart └── rpm-org ├── brave ├── .SRCINFO ├── PKGBUILD ├── brave.desktop └── brave.sh ├── brisk-menu ├── .SRCINFO └── PKGBUILD ├── brltty-minimal ├── .SRCINFO ├── PKGBUILD ├── brltty.install └── brltty.service ├── broadcom-wl ├── .SRCINFO ├── PKGBUILD.inactive ├── broadcom-wl-dkms.conf ├── dkms.conf.in ├── install ├── license.patch ├── linux411.patch ├── linux412.patch ├── linux47.patch ├── linux48.patch ├── modprobe.d └── wl_linux.c.patch ├── budgie-extras └── PKGBUILD ├── chrome-gnome-shell ├── .SRCINFO └── PKGBUILD.inactive ├── chromium-widevine ├── .SRCINFO ├── PKGBUILD └── PKGBUILD.old ├── cinnamon ├── cinnamon-control-center │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon-desktop │ ├── .SRCINFO │ ├── PKGBUILD.inactive │ └── config.patch ├── cinnamon-menus │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon-screensaver │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon-session │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon-settings-daemon │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon-translations │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── cinnamon │ ├── .SRCINFO │ ├── PKGBUILD.inactive │ ├── default-theme.patch │ └── set_wheel.patch ├── cjs │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── iso-flag-png │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── muffin │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── nemo-audio-tab ├── nemo-dropbox ├── nemo-emblems ├── nemo-extensions │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── nemo-fileroller ├── nemo-preview ├── nemo-python ├── nemo-seahorse ├── nemo-share ├── nemo-terminal ├── nemo │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── python-polib │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── python-xapp │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── python2-polib └── xapps │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── ckbcomp ├── .SRCINFO └── PKGBUILD ├── clion-eap ├── PKGBUILD.inactive └── clion-eap.desktop ├── cnchi-dev ├── .SRCINFO └── PKGBUILD ├── cnchi-fonts ├── .SRCINFO └── PKGBUILD ├── cnchi ├── .SRCINFO └── PKGBUILD ├── copyq ├── .SRCINFO └── PKGBUILD ├── corebird ├── .SRCINFO └── PKGBUILD.inactive ├── cower ├── .SRCINFO └── PKGBUILD ├── curl-vala ├── .SRCINFO └── PKGBUILD ├── divehi-fonts ├── .SRCINFO ├── PKGBUILD └── divehi-fonts.install ├── dolphin-root ├── .SRCINFO ├── PKGBUILD.inactive └── dolphin-root.patch ├── downgrade └── PKGBUILD ├── dropbox ├── .SRCINFO ├── PKGBUILD ├── arch_paths.patch ├── dropbox.desktop ├── dropbox.install ├── dropbox.png ├── dropbox.service ├── dropbox@.service └── terms.txt ├── dummy-package ├── .SRCINFO ├── PKGBUILD └── dummy-package.tar.gz ├── econnman ├── .SRCINFO └── PKGBUILD ├── eist-returns ├── .SRCINFO └── PKGBUILD ├── etcher ├── .SRCINFO ├── PKGBUILD ├── etcher-electron └── etcher-electron.desktop ├── firefox-beta ├── .SRCINFO ├── PKGBUILD.inactive ├── firefox-beta.desktop ├── mozconfig └── vendor.js ├── firefox-kde ├── .SRCINFO ├── PKGBUILD.inactive ├── firefox.desktop ├── kde.js ├── mozconfig └── vendor.js ├── gcab └── PKGBUILD.inactive ├── gfxboot ├── .SRCINFO ├── PKGBUILD ├── gfxboot.html └── gfxboot.install ├── gitkraken ├── .SRCINFO ├── .gitignore ├── GitKraken.desktop ├── PKGBUILD ├── README.md ├── eula.html ├── gitkraken.png └── gitkraken.sh ├── gksu ├── .SRCINFO └── PKGBUILD ├── gnome-mpv └── PKGBUILD.inactive ├── gnome-shell-extension-dash-to-dock ├── .SRCINFO └── PKGBUILD ├── gnome-shell-extension-dash-to-panel └── PKGBUILD ├── gnome-shell-extension-panel-osd ├── .SRCINFO ├── PKGBUILD └── gnome-shell-extension-panel-osd.install ├── gnome-shell-extension-status-menu-buttons ├── .SRCINFO ├── PKGBUILD └── buttons.install ├── gnome-shell-extension-topicons ├── .SRCINFO ├── Makefile └── PKGBUILD ├── gnome-shell-extension-update └── PKGBUILD ├── gocryptfs ├── PKGBUILD └── gocryptfs.1 ├── grub2-editor ├── .SRCINFO ├── PKGBUILD.inactive └── grub2-editor.install ├── grub2-theme-antergos ├── .SRCINFO ├── PKGBUILD └── grub2-theme-antergos.install ├── gtk-theme-adapta ├── .SRCINFO └── PKGBUILD ├── gtk-theme-arc └── PKGBUILD.inactive ├── gtk-theme-e17gtk ├── .SRCINFO └── PKGBUILD ├── gtk-theme-paper ├── .SRCINFO └── PKGBUILD ├── hawkey └── PKGBUILD ├── html2text ├── .SRCINFO └── PKGBUILD ├── hunspell-de-frami └── PKGBUILD ├── icecat ├── .SRCINFO ├── PKGBUILD ├── icecat-safe.desktop ├── icecat.desktop ├── icecat.install └── vendor.js ├── intellij-idea-ue-eap ├── PKGBUILD.inactive └── intellij-idea-ue-eap.desktop ├── iso-hotfix-utility ├── .SRCINFO └── PKGBUILD ├── jetbrains-toolbox ├── .SRCINFO ├── .settings.json ├── PKGBUILD ├── jetbrains-toolbox.desktop ├── jetbrains-toolbox.install ├── launcher.sh └── toolbox.svg ├── kalu ├── PKGBUILD └── kalu.install ├── kate-root ├── .SRCINFO ├── PKGBUILD.inactive └── kate-root.patch ├── kde-servicemenus-rootactions ├── .SRCINFO └── PKGBUILD ├── kdesudo ├── .SRCINFO ├── PKGBUILD.inactive └── kdesudo.tar.gz ├── kfaenza-icon-theme ├── .SRCINFO ├── PKGBUILD └── kfaenza-icon-patch-0.3.tar.gz ├── kmozillahelper ├── .SRCINFO └── PKGBUILD.inactive ├── komorebi └── PKGBUILD ├── lembrame └── PKGBUILD ├── libcurl-openssl-1.0 ├── .SRCINFO └── PKGBUILD ├── libechonest-qt5 ├── .SRCINFO └── PKGBUILD ├── libgksu ├── PKGBUILD ├── libgksu-2.0.0-fbsd.patch ├── libgksu-2.0.12-automake-1.11.2.patch ├── libgksu-2.0.12-fix-make-3.82.patch ├── libgksu-2.0.12-notests.patch ├── libgksu-2.0.12-revert-forkpty.patch ├── libgksu-2.0.7-libs.patch └── libgksu-2.0.7-polinguas.patch ├── liblastfm-qt5 ├── .SRCINFO └── PKGBUILD.inactive ├── liblouisutdml ├── .SRCINFO └── PKGBUILD ├── libselinux ├── PKGBUILD └── libselinux.tmpfiles.d ├── libsepol └── PKGBUILD ├── libsolv └── PKGBUILD ├── light-locker-settings ├── .SRCINFO └── PKGBUILD ├── lightdm-webkit2-greeter ├── .SRCINFO ├── PKGBUILD └── greeter.install ├── liri ├── fluid │ ├── .SRCINFO │ └── PKGBUILD ├── greenisland │ ├── .SRCINFO │ └── PKGBUILD ├── liri-appcenter │ ├── .SRCINFO │ └── PKGBUILD ├── liri-browser │ └── PKGBUILD.inactive ├── liri-files │ ├── .SRCINFO │ └── PKGBUILD ├── liri-settings │ ├── .SRCINFO │ └── PKGBUILD ├── liri-shell │ ├── .SRCINFO │ └── PKGBUILD ├── liri-terminal │ ├── .SRCINFO │ └── PKGBUILD ├── liri-themes │ ├── .SRCINFO │ └── PKGBUILD ├── liri-wallpapers │ ├── .SRCINFO │ └── PKGBUILD ├── liri-wayland │ ├── .SRCINFO │ └── PKGBUILD ├── liri-workspace │ ├── .SRCINFO │ └── PKGBUILD ├── qt5-accountsservice │ ├── .SRCINFO │ └── PKGBUILD └── vibe │ ├── .SRCINFO │ └── PKGBUILD ├── mate-mint-menu ├── .SRCINFO ├── PKGBUILD └── removescript ├── mate-tweak ├── .SRCINFO └── PKGBUILD ├── mate ├── atril │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── caja-extensions-common ├── caja-extensions │ ├── .SRCINFO │ ├── PKGBUILD.inactive │ └── SHA1SUMS ├── caja-gksu ├── caja-image-converter ├── caja-open-terminal ├── caja-sendto ├── caja-share ├── caja │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── engrampa │ ├── .SRCINFO │ ├── PKGBUILD.inactive │ └── fr-rpm-bsdtar.patch ├── eom │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── libmatekbd │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── libmatemixer │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── libmateweather │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── marco │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-applets │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-backgrounds │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-calc │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-common │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-control-center │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-desktop │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-icon-theme │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-media │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-menus │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-notification-daemon │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-panel │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-polkit │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-power-manager │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-screensaver │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-sensors-applet │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-session-manager │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-settings-daemon │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-system-monitor │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-terminal │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-themes │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-user-guide │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-user-share │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mate-utils │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mozo │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── pluma │ ├── .SRCINFO │ └── PKGBUILD.inactive └── python-caja │ ├── .SRCINFO │ └── PKGBUILD.inactive ├── mediawriter ├── .SRCINFO └── PKGBUILD ├── menulibre ├── PKGBUILD └── menulibre.install ├── meson-git ├── .SRCINFO └── PKGBUILD.inactive ├── mkinitcpio-sd-zfs └── PKGBUILD ├── mpathconf ├── PKGBUILD ├── mpathconf └── mpathconf.8 ├── mt7630e ├── .SRCINFO ├── PKGBUILD ├── dkms.conf └── mt7630e.install ├── multipath-tools ├── .SRCINFO ├── 0001-multipath-tools-libdmmp-Fix-build-for-members-of-sam.patch ├── 0001-multipathd-fix-build-without-systemd.patch ├── PKGBUILD └── multipath-tools.install ├── n1 ├── .SRCINFO ├── PKGBUILD └── n1.install ├── nodejs-lts ├── .SRCINFO └── PKGBUILD.inactive ├── nord-dircolors ├── PKGBUILD └── nord-dircolors.install ├── nord-gnome-terminal ├── PKGBUILD └── nord-gnome-terminal.install ├── nord-konsole └── PKGBUILD ├── nord-termite └── PKGBUILD ├── nord-xfce-terminal └── PKGBUILD ├── nord ├── nord-dircolors ├── nord-gnome-terminal ├── nord-konsole ├── nord-termite └── nord-xfce-terminal ├── numix-folders ├── .SRCINFO ├── PKGBUILD └── numix-folders.install ├── numix-frost-themes ├── .SRCINFO └── PKGBUILD ├── numix-icon-theme-circle ├── .SRCINFO └── PKGBUILD ├── numix-icon-theme-square ├── .SRCINFO └── PKGBUILD ├── numix-icon-theme ├── .SRCINFO ├── PKGBUILD ├── antergos-ball-for-dark-themes.svg ├── antergos-ball-for-light-themes.svg └── numix-icon-theme.install ├── nvidia-installer ├── .SRCINFO └── PKGBUILD ├── obkey ├── .SRCINFO └── PKGBUILD ├── oblogout-fork ├── .SRCINFO ├── PKGBUILD ├── oblogout.conf ├── oblogout.install └── switch-user.patch ├── oblogout-numix-theme └── PKGBUILD ├── octopi ├── .SRCINFO ├── PKGBUILD ├── enable-kstatus.patch └── octopi-repoeditor.desktop ├── onlyoffice └── PKGBUILD ├── openbox-menu ├── .SRCINFO ├── PKGBUILD └── with-svg.patch ├── opera-developer ├── .SRCINFO └── PKGBUILD ├── pacaur ├── .SRCINFO └── PKGBUILD ├── package-query ├── .SRCINFO └── PKGBUILD ├── pam_encfs ├── .SRCINFO └── PKGBUILD ├── pamac-dev ├── .SRCINFO └── PKGBUILD ├── pamac-tray-appindicator ├── pamac-tray-appindicator-dev ├── pamac ├── .SRCINFO ├── PKGBUILD └── pamac.install ├── paranoid ├── .SRCINFO ├── PKGBUILD ├── fix-glade-location.patch └── paranoid.desktop ├── peek ├── .SRCINFO └── PKGBUILD ├── pepper-flash ├── .SRCINFO └── PKGBUILD.inactive ├── pkgstats-antergos ├── .SRCINFO └── PKGBUILD ├── plank-theme-numix ├── .SRCINFO └── PKGBUILD ├── plymouth-theme-antergos ├── plymouth ├── .SRCINFO ├── PKGBUILD ├── display-manager.conf ├── plymouth-quit.service.in.patch ├── plymouth-set-default-theme.in.patch ├── plymouth-update-initrd.patch ├── plymouth.encrypt_hook ├── plymouth.encrypt_install ├── plymouth.initcpio_hook ├── plymouth.initcpio_install └── plymouth.install ├── pm2ml ├── .SRCINFO └── PKGBUILD ├── powerpill ├── .SRCINFO └── PKGBUILD ├── profile-sync-daemon ├── .SRCINFO ├── PKGBUILD └── psd.install ├── pycharm-com-eap ├── PKGBUILD.inactive └── pycharm-com-eap.desktop ├── pycharm-pro-eap ├── PKGBUILD.inactive └── pycharm-pro-eap.desktop ├── python-blivet └── PKGBUILD ├── python-bugsnag ├── .SRCINFO └── PKGBUILD ├── python-efl ├── .SRCINFO └── PKGBUILD ├── python-geoip2 └── PKGBUILD ├── python-kickstart └── PKGBUILD ├── python-maxminddb └── PKGBUILD ├── python-memoizedb └── PKGBUILD ├── python-parted ├── .SRCINFO └── PKGBUILD ├── python-pydbus └── PKGBUILD ├── python-ruamel.yaml └── PKGBUILD.inactive ├── python-slugify ├── .SRCINFO └── PKGBUILD ├── python-whither ├── .SRCINFO └── PKGBUILD ├── python-xcgf ├── .SRCINFO └── PKGBUILD ├── python-xcpf ├── .SRCINFO └── PKGBUILD ├── python2-libnfs ├── .SRCINFO └── PKGBUILD ├── python2-mutagen ├── .SRCINFO └── PKGBUILD ├── python2-speechd ├── .SRCINFO ├── 0.8-api-changes.patch └── PKGBUILD ├── qt5-styleplugins ├── .SRCINFO ├── PKGBUILD └── install.sh ├── quazip ├── .SRCINFO └── PKGBUILD ├── rage ├── .SRCINFO └── PKGBUILD ├── redis-desktop-manager ├── .SRCINFO ├── PKGBUILD ├── rdm.desktop └── rdm.sh ├── reflector-antergos └── PKGBUILD ├── remendo ├── .SRCINFO ├── PKGBUILD └── remendo.install ├── rpm-org ├── PKGBUILD ├── bfdfix.patch ├── rpmextract.sh └── rpmlib-filesystem-check.patch ├── ruby-sass ├── .SRCINFO └── PKGBUILD ├── scudcloud ├── .SRCINFO └── PKGBUILD ├── skippy-xd ├── .SRCINFO └── PKGBUILD ├── slimjet ├── .SRCINFO ├── LICENSE ├── PKGBUILD.inactive ├── slimjet.desktop └── slimjet.install ├── spl-utils ├── .SRCINFO ├── PKGBUILD └── spl-utils.hostid ├── spl ├── .SRCINFO ├── PKGBUILD └── spl.install ├── systemd-manager ├── .SRCINFO └── PKGBUILD ├── temps ├── PKGBUILD ├── Temps.desktop └── Temps.png ├── tilix ├── .SRCINFO ├── PKGBUILD.inactive └── com.gexperts.Tilix.gschema.override ├── tldr-python-client ├── .SRCINFO └── PKGBUILD ├── tomahawk ├── .SRCINFO └── PKGBUILD ├── transifex-client ├── .SRCINFO └── PKGBUILD ├── ttf-aboriginal-sans ├── .SRCINFO ├── PKGBUILD └── ttf-aboriginal-sans.install ├── ttf-google-fonts-typewolf ├── .SRCINFO └── PKGBUILD ├── ttf-myanmar3 ├── .SRCINFO ├── PKGBUILD └── ttf-myanmar3.install ├── ttf-opensans ├── .SRCINFO ├── PKGBUILD └── ttf-opensans.install ├── ttf-opificio ├── .SRCINFO ├── PKGBUILD └── ttf-opificio.install ├── urlgrabber └── PKGBUILD ├── vivaldi ├── .SRCINFO ├── PKGBUILD.inactive ├── chromium-drirc-disable-10bpc-color-configs.conf ├── vivaldi-widevine-helper ├── vivaldi-widevine-post-install.hook ├── vivaldi-widevine-post-remove.hook └── vivaldi-widevine-pre-install.hook ├── waldorf-ui-theme ├── .SRCINFO └── PKGBUILD ├── wavebox ├── .SRCINFO ├── PKGBUILD └── wavebox.desktop ├── web-greeter-next ├── .SRCINFO └── PKGBUILD ├── webkit2gtk ├── .SRCINFO ├── PKGBUILD └── python ├── xcursor-breeze └── PKGBUILD ├── xed ├── .SRCINFO └── PKGBUILD.inactive ├── xfce4-panel-switch ├── .SRCINFO ├── PKGBUILD └── xfce4-panel-switch.install ├── xinput_calibrator ├── .SRCINFO ├── PKGBUILD └── xinput_calibrator.install ├── xplayer-plparser ├── .SRCINFO └── PKGBUILD ├── xplayer ├── .SRCINFO └── PKGBUILD ├── xprintidle └── PKGBUILD ├── yaourt ├── .SRCINFO └── PKGBUILD ├── yay ├── .SRCINFO └── PKGBUILD ├── zfs-utils ├── .SRCINFO ├── PKGBUILD ├── zfs-utils.bash-completion-r1 ├── zfs-utils.initcpio.hook └── zfs-utils.initcpio.install ├── zfs ├── .SRCINFO ├── PKGBUILD └── zfs.install ├── znapzend └── PKGBUILD ├── zuki-themes ├── .SRCINFO └── PKGBUILD └── zukitwo-theme-openbox ├── .SRCINFO └── PKGBUILD /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | .tags 3 | .lock 4 | **/mint-translations/** 5 | .idea 6 | -------------------------------------------------------------------------------- /.utils/pkgbuild-templates/default/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname= 4 | pkgver= 5 | pkgrel=1 6 | pkgdesc='' 7 | url='' 8 | arch=('x86_64') 9 | license=('GPL') 10 | depends=('') 11 | makedepends=('') 12 | optdepends=('') 13 | groups=('') 14 | source=() 15 | md5sums=() 16 | 17 | # BEGIN ANTBS METADATA 18 | _autosums='False' 19 | _is_monitored='True' 20 | _monitored_service='github' 21 | _monitored_project='' 22 | _monitored_repo='' 23 | _monitored_match_pattern='Optional - remove if not needed.' 24 | # END ANTBS METADATA 25 | 26 | 27 | build() { 28 | cd "${srcdir}/${pkgname}-${pkgver}" 29 | 30 | ./configure \ 31 | --prefix=/usr \ 32 | --libexecdir=/usr/lib/${pkgname} 33 | 34 | make 35 | } 36 | 37 | package() { 38 | cd "${srcdir}/${pkgname}-${pkgver}" 39 | 40 | make DESTDIR="${pkgdir}" install 41 | } 42 | 43 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Description ## 2 | PKGBUILD's for antergos packages 3 | -------------------------------------------------------------------------------- /antergos/abiword-gtk2/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:03 UTC 2017 3 | pkgbase = abiword-gtk2 4 | pkgdesc = Fully-featured word processor, Gtk2, With plugins, Lite version 5 | pkgver = 3.0.2 6 | pkgrel = 1 7 | url = http://www.abisource.com 8 | arch = x86_64 9 | license = GPL 10 | makedepends = pkgconfig 11 | makedepends = boost 12 | depends = fribidi 13 | depends = wv 14 | depends = librsvg 15 | depends = enchant 16 | depends = desktop-file-utils 17 | depends = gtk2 18 | depends = libxslt 19 | conflicts = abiword 20 | conflicts = abiword-plugins 21 | source = abiword-3.0.2.tar.gz::http://abisource.com/downloads/abiword/3.0.2/source/abiword-3.0.2.tar.gz 22 | md5sums = cda6dd58c747c133b421cc7eb18f5796 23 | 24 | pkgname = abiword-gtk2 25 | 26 | -------------------------------------------------------------------------------- /antergos/aki/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos devs 2 | 3 | pkgname=aki 4 | pkgver=0.2 5 | pkgrel=1 6 | pkgdesc="Antergos Kernel Installer" 7 | url="http://www.antergos.com" 8 | arch=('any') 9 | license=('GPL3') 10 | depends=('bash') 11 | optdepends=('grub: bootloader support') 12 | source=("${pkgname}-${pkgver}::git+https://github.com/Antergos/${pkgname}.git") 13 | sha256sums=('SKIP') 14 | 15 | package() { 16 | cd "${srcdir}/${pkgname}-${pkgver}" 17 | install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} 18 | install -Dm644 kernels.txt ${pkgdir}/usr/share/aki/kernels.txt 19 | install -Dm644 kernels-aur.txt ${pkgdir}/usr/share/aki/kernels-aur.txt 20 | } 21 | 22 | 23 | -------------------------------------------------------------------------------- /antergos/alpm_octopi_utils/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue May 29 09:19:55 UTC 2018 3 | pkgbase = alpm_octopi_utils 4 | pkgdesc = Alpm utils for Octopi 5 | pkgver = 1.0.0 6 | pkgrel = 2 7 | url = https://octopiproject.wordpress.com/ 8 | arch = x86_64 9 | license = GPL3 10 | makedepends = vala 11 | source = https://github.com/aarnt/alpm_octopi_utils/archive/6d93c06d0feec0df7e5958c33df281eda91a6700.zip 12 | sha256sums = 637ce5f534b54576c0e68d22892ba920c61a95d32cb5166633e0a93d325e84d4 13 | 14 | pkgname = alpm_octopi_utils 15 | 16 | -------------------------------------------------------------------------------- /antergos/antergos-alerts/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Jun 25 11:10:43 UTC 2017 3 | pkgbase = antergos-alerts 4 | pkgdesc = Notifys users when new antergos alerts are issued. 5 | pkgver = 17.6.25 6 | pkgrel = 1 7 | url = https://antergos.com/ 8 | arch = any 9 | groups = antergos-base 10 | license = GPL3 11 | depends = pacman 12 | depends = python-termcolor 13 | depends = libnotify 14 | depends = gettext 15 | conflicts = antergos-repo-priority 16 | replaces = antergos-repo-priority 17 | source = antergos-alerts-17.6.25.zip::https://github.com/Antergos/antergos-alerts/archive/17.6.25.zip 18 | md5sums = cabcfcc20522a1233bcaef558b868531 19 | 20 | pkgname = antergos-alerts 21 | 22 | -------------------------------------------------------------------------------- /antergos/antergos-alpm-hooks/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue Sep 4 00:16:40 UTC 2018 3 | pkgbase = antergos-alpm-hooks 4 | pkgdesc = Antergos alpm hooks 5 | pkgver = 1.1 6 | pkgrel = 1 7 | url = https://antergos.com/ 8 | arch = any 9 | groups = antergos-base 10 | license = GPL3 11 | depends = pacman 12 | depends = libnotify 13 | source = antergos-alpm-hooks-1.1.zip::https://github.com/Antergos/antergos-alpm-hooks/archive/1.1.zip 14 | md5sums = 674675493124f1a8cd0acf7992f3c2e7 15 | 16 | pkgname = antergos-alpm-hooks 17 | 18 | -------------------------------------------------------------------------------- /antergos/antergos-alpm-hooks/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=antergos-alpm-hooks 4 | pkgver=1.1 5 | pkgrel=1 6 | pkgdesc='Antergos alpm hooks' 7 | arch=('any') 8 | depends=('pacman' 'libnotify') 9 | groups=('antergos-base') 10 | url="https://antergos.com/" 11 | license=('GPL3') 12 | source=("${pkgname}-${pkgver}.zip::https://github.com/Antergos/${pkgname}/archive/${pkgver}.zip") 13 | md5sums=('674675493124f1a8cd0acf7992f3c2e7') 14 | 15 | # BEGIN ANTBS METADATA 16 | _is_monitored='True' 17 | _monitored_service='github' 18 | _monitored_type='releases' 19 | _monitored_project='antergos' 20 | _monitored_repo='antergos-alpm-hooks' 21 | # END ANTBS METADATA 22 | 23 | package() { 24 | cd "${srcdir}/${pkgname}-${pkgver}" 25 | make DESTDIR="${pkgdir}" install 26 | } 27 | 28 | 29 | -------------------------------------------------------------------------------- /antergos/antergos-desktop-settings/antergos-desktop-settings.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 3 | } 4 | 5 | post_upgrade() { 6 | /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 7 | } 8 | -------------------------------------------------------------------------------- /antergos/antergos-enlightenment-meta/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=antergos-enlightement-meta 4 | pkgver=1.0 5 | pkgrel=1 6 | pkgdesc='Meta package for Antergos Enlightenment' 7 | url='http://www.antergos.com' 8 | arch=('any') 9 | license=('GPL3') 10 | depends=('ark' 'enlightenment' 'connman' 'econnman' 'kalu' 'qt5ct' 'rage' 11 | 'terminology' 'ttf-dejavu' 'ttf-bitstream-vera' 'udisks2' 12 | 'xdg-user-dirs-gtk' 'vlc') 13 | -------------------------------------------------------------------------------- /antergos/antergos-enlightenment-setup/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = antergos-enlightenment-setup 4 | pkgdesc = Setup configuration for Antergos Enlightenment 5 | pkgver = 0.0.7 6 | pkgrel = 1 7 | url = http://www.antergos.com 8 | install = antergos-enlightenment-setup.install 9 | arch = any 10 | license = GPL2 11 | depends = ark 12 | depends = enlightenment 13 | depends = connman 14 | depends = econnman 15 | depends = emotion_generic_players 16 | depends = rage 17 | depends = terminology 18 | depends = xdg-user-dirs-gtk 19 | depends = ttf-bitstream-vera 20 | depends = ttf-dejavu 21 | depends = udisks2 22 | depends = vlc 23 | source = antergos-enlightenment-setup-0.0.7::git+https://github.com/Antergos/antergos-enlightenment-setup.git 24 | sha256sums = SKIP 25 | 26 | pkgname = antergos-enlightenment-setup 27 | 28 | -------------------------------------------------------------------------------- /antergos/antergos-gnome-defaults-list/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sat Mar 24 14:54:55 UTC 2018 3 | pkgbase = antergos-gnome-defaults-list 4 | pkgdesc = default file associations for GNOME environment 5 | pkgver = 1.1 6 | pkgrel = 3 7 | url = http://www.antergos.com 8 | arch = any 9 | license = GPL3 10 | conflicts = gnome-defaults-list 11 | backup = etc/gnome/mimeapps.list 12 | source = mimeapps.list 13 | sha256sums = ce243c025ebdb7aef19006a42b2ccbbce1aa77bdc706a5947477907298e12fbd 14 | 15 | pkgname = antergos-gnome-defaults-list 16 | 17 | -------------------------------------------------------------------------------- /antergos/antergos-gnome-defaults-list/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Alexandre Filgueira 2 | # Contributor: Daniel Apolinario 3 | # Contributor: Roman Timushev 4 | 5 | pkgname=antergos-gnome-defaults-list 6 | pkgver=1.1 7 | pkgrel=3 8 | pkgdesc="default file associations for GNOME environment" 9 | arch=('any') 10 | url="http://www.antergos.com" 11 | license=('GPL3') 12 | conflicts=('gnome-defaults-list') 13 | source=(mimeapps.list) 14 | backup=('etc/gnome/mimeapps.list') 15 | sha256sums=('ce243c025ebdb7aef19006a42b2ccbbce1aa77bdc706a5947477907298e12fbd') 16 | 17 | package() { 18 | install -d "${pkgdir}/etc/gnome" 19 | install -d "${pkgdir}/usr/share/applications" 20 | cp ${srcdir}/mimeapps.list ${pkgdir}/etc/gnome/mimeapps.list 21 | ln -s "/etc/gnome/mimeapps.list" "${pkgdir}/usr/share/applications/" 22 | } 23 | 24 | -------------------------------------------------------------------------------- /antergos/antergos-i3-meta/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=antergos-i3-meta 4 | pkgver=1.2 5 | pkgrel=1 6 | pkgdesc='Meta package for Antergos i3' 7 | url='http://www.antergos.com' 8 | arch=('any') 9 | license=('GPL3') 10 | depends=('arandr' 'awesome-terminal-fonts' 'dmenu' 'file-roller' 'galculator' 'gpicview' 11 | 'gvfs-google' 'gvfs-gphoto2' 'gvfs-mtp' 'gvfs-smb' 'i3-wm' 'i3lock' 'i3status' 'kalu' 12 | 'lxappearance-gtk3' 'lxinput-gtk3' 'moc' 'mpv' 'network-manager-applet' 'networkmanager-openvpn' 13 | 'networkmanager-pptp' 'nitrogen' 'notify-osd' 'pcmanfm' 'polkit-gnome' 14 | 'python-pysmbc' 'scrot' 'termite' 'udiskie' 'volumeicon' 'xdg-user-dirs-gtk' 15 | 'xfburn' 'xscreensaver') 16 | -------------------------------------------------------------------------------- /antergos/antergos-keyring/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu May 25 03:26:58 UTC 2017 3 | pkgbase = antergos-keyring 4 | pkgdesc = Antergos PGP keyring 5 | pkgver = 20170524 6 | pkgrel = 1 7 | url = http://www.antergos.com 8 | install = antergos-keyring.install 9 | arch = any 10 | groups = antergos-base 11 | license = GPL 12 | source = https://github.com/antergos/antergos-keyring/archive/20170524.tar.gz 13 | md5sums = c1c8befbaa883051efc52d3296893e79 14 | 15 | pkgname = antergos-keyring 16 | 17 | -------------------------------------------------------------------------------- /antergos/antergos-keyring/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Based on the file created for Arch Linux by: 2 | # Pierre Schmitz 3 | 4 | # Maintainer: Alex Filgueira 5 | 6 | pkgname=antergos-keyring 7 | pkgver=20170524 8 | pkgrel=1 9 | pkgdesc='Antergos PGP keyring' 10 | arch=('any') 11 | groups=('antergos-base') 12 | url='http://www.antergos.com' 13 | license=('GPL') 14 | install="${pkgname}.install" 15 | source=("https://github.com/antergos/${pkgname}/archive/${pkgver}.tar.gz") 16 | md5sums=('c1c8befbaa883051efc52d3296893e79') 17 | 18 | package() { 19 | cd "${srcdir}/${pkgname}-${pkgver}" 20 | [[ -e antergos-revoked ]] || touch antergos-revoked 21 | make PREFIX=/usr DESTDIR=${pkgdir} install 22 | } 23 | 24 | -------------------------------------------------------------------------------- /antergos/antergos-keyring/antergos-keyring.install: -------------------------------------------------------------------------------- 1 | post_upgrade() { 2 | if usr/bin/pacman-key -l >/dev/null 2>&1; then 3 | usr/bin/pacman-key --populate antergos 4 | else 5 | echo " >>> Run \`pacman-key --init\` to set up your pacman keyring." 6 | echo " >>> Then run \`pacman-key --populate antergos\` to install the Antergos keyring." 7 | fi 8 | } 9 | 10 | post_install() { 11 | if [ -x usr/bin/pacman-key ]; then 12 | post_upgrade 13 | fi 14 | } 15 | # -*- mode: bash;-*- 16 | -------------------------------------------------------------------------------- /antergos/antergos-lamp/a2dissite: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | AVAIL=/etc/httpd/conf/sites-enabled/$1.conf 3 | ENABLED=/etc/httpd/conf/sites-enabled 4 | SITE=`ls /etc/httpd/conf/sites-enabled` 5 | 6 | if [ "$#" != "1" ]; then 7 | echo "Use script: n2dissite virtual_site" 8 | echo -e "\nAvailable virtual hosts: \n$SITE" 9 | exit 0 10 | else 11 | if test -e $AVAIL; then 12 | sudo rm $AVAIL 13 | else 14 | echo -e "$AVAIL virtual host does not exist! Exiting" 15 | exit 0 16 | fi 17 | if test -e $ENABLED/$1.conf; then 18 | echo "Error!! Could not remove $AVAIL virtual host!" 19 | else 20 | echo -e "Success! $AVAIL has been removed!\nsudo systemctl restart httpd" 21 | exit 0 22 | fi 23 | fi 24 | -------------------------------------------------------------------------------- /antergos/antergos-lamp/localhost.conf: -------------------------------------------------------------------------------- 1 | # phpmyadmin alias and directory setup 2 | 3 | Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin" 4 | 5 | 6 | DirectoryIndex index.html index.php 7 | AllowOverride All 8 | Options FollowSymlinks 9 | Require all granted 10 | 11 | -------------------------------------------------------------------------------- /antergos/antergos-lamp/php.conf: -------------------------------------------------------------------------------- 1 | LoadModule mpm_prefork_module /etc/httpd/modules/mod_mpm_prefork.so 2 | LoadModule php7_module /etc/httpd/modules/libphp7.so 3 | Include conf/extra/php7_module.conf 4 | -------------------------------------------------------------------------------- /antergos/antergos-lxqt-meta/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=antergos-lxqt-meta 4 | pkgver=1.0 5 | pkgrel=1 6 | pkgdesc='Meta package for Antergos LXQt' 7 | url='http://www.antergos.com' 8 | arch=('any') 9 | license=('GPL3') 10 | depends=('kalu' 'lxqt-about' 'lxqt-config' 'lxqt-notificationd' 'lxqt-openssh-askpass' 'lxqt-panel' 11 | 'lxqt-policykit' 'lxqt-powermanagement' 'lxqt-qtplugin' 'lxqt-runner' 'lxqt-session' 12 | 'openbox' 'pcmanfm-qt') 13 | -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-cinnamon-meta: -------------------------------------------------------------------------------- 1 | ../antergos-cinnamon-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-common-meta: -------------------------------------------------------------------------------- 1 | ../antergos-common-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-deepin-meta: -------------------------------------------------------------------------------- 1 | ../antergos-deepin-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-enlightenment-meta: -------------------------------------------------------------------------------- 1 | ../antergos-enlightenment-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-gnome-meta: -------------------------------------------------------------------------------- 1 | ../antergos-gnome-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-kde-meta: -------------------------------------------------------------------------------- 1 | ../antergos-kde-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-mate-meta: -------------------------------------------------------------------------------- 1 | ../antergos-mate-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-openbox-meta: -------------------------------------------------------------------------------- 1 | ../antergos-openbox-meta -------------------------------------------------------------------------------- /antergos/antergos-meta/antergos-xfce-meta: -------------------------------------------------------------------------------- 1 | ../antergos-xfce-meta -------------------------------------------------------------------------------- /antergos/antergos-midnight-timers/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=antergos-midnight-timers 4 | pkgver=1.0 5 | pkgrel=3 6 | pkgdesc='Timers to avoid system slowdown at midnight' 7 | url='http://github.com/Antergos/antergos-midnight-timers' 8 | arch=('any') 9 | license=('GPL3') 10 | depends=('shadow' 'man-db' 'logrotate' 'mlocate') 11 | source=(${pkgname}-${pkgver}.zip::"https://github.com/Antergos/${pkgname}/archive/master.zip") 12 | md5sums=('65997f1a86ecfb014df66a33cc762f9f') 13 | install=${pkgname}.install 14 | 15 | package() { 16 | cd "${srcdir}/${pkgname}-master" 17 | 18 | for filename in *.timer; do 19 | install -Dm644 ${filename} \ 20 | "${pkgdir}/etc/systemd/system/${filename}" 21 | done 22 | } 23 | -------------------------------------------------------------------------------- /antergos/antergos-midnight-timers/antergos-midnight-timers.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo ">>> Systemd local configuration changed." 3 | echo " Please either invoke `sudo systemctl daemon-reload` or reboot, for changes to take effect." 4 | } 5 | 6 | post_upgrade() { 7 | echo ">>> Systemd local configuration changed." 8 | echo " Please either invoke `sudo systemctl daemon-reload` or reboot, for changes to take effect." 9 | } 10 | -------------------------------------------------------------------------------- /antergos/antergos-minimal-x86_64/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:22 UTC 2017 3 | pkgbase = antergos-minimal-x86_64 4 | pkgdesc = Dummy pkgbuild for tracking ISO builds on the build server. 5 | pkgver = 17.4 6 | pkgrel = 1 7 | url = https://antergos.com/ 8 | arch = x86_64 9 | groups = antergos-iso 10 | license = GPL3 11 | 12 | pkgname = antergos-minimal-x86_64 13 | 14 | -------------------------------------------------------------------------------- /antergos/antergos-minimal-x86_64/PKGBUILD: -------------------------------------------------------------------------------- 1 | #Maintainer: Antergos Developers 2 | # THIS IS A DUMMY PKGBUILD FOR TRACKING ISO META INFORMATION. IT WILL NOT BUILD A PACKAGE. 3 | 4 | pkgname=antergos-minimal-x86_64 5 | pkgver="$(date +'%y.%-m')" 6 | pkgrel=1 7 | pkgdesc='Dummy pkgbuild for tracking ISO builds on the build server.' 8 | arch=('x86_64') 9 | license=(GPL3) 10 | url="https://antergos.com/" 11 | groups=('antergos-iso') 12 | 13 | pkgver() { 14 | 15 | echo "$(date +%Y.%m.%d)" 16 | 17 | } 18 | 19 | build () { 20 | 21 | true 22 | 23 | } 24 | 25 | package() { 26 | 27 | true 28 | 29 | } 30 | 31 | 32 | -------------------------------------------------------------------------------- /antergos/antergos-minimal-x86_64/dummy-package.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/antergos-minimal-x86_64/dummy-package.tar.gz -------------------------------------------------------------------------------- /antergos/antergos-mirrorlist/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Sep 3 05:27:13 UTC 2017 3 | pkgbase = antergos-mirrorlist 4 | pkgdesc = Antergos mirrorlist for use by pacman 5 | pkgver = 20170902 6 | pkgrel = 2 7 | url = http://www.antergos.com/ 8 | arch = any 9 | groups = antergos-base 10 | license = GPL 11 | depends = antergos-alerts 12 | backup = etc/pacman.d/antergos-mirrorlist 13 | source = antergos-mirrorlist 14 | md5sums = 8ea1bcab1ca1e09b5f54250c0c3554fa 15 | 16 | pkgname = antergos-mirrorlist 17 | 18 | -------------------------------------------------------------------------------- /antergos/antergos-mirrorlist/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=antergos-mirrorlist 4 | pkgver=20180830 5 | pkgrel=2 6 | pkgdesc="Antergos mirrorlist for use by pacman" 7 | arch=('any') 8 | groups=('antergos-base') 9 | url="http://www.antergos.com/" 10 | license=('GPL') 11 | depends=('antergos-alerts' 'antergos-alpm-hooks') 12 | backup=(etc/pacman.d/antergos-mirrorlist) 13 | source=(antergos-mirrorlist) 14 | sha256sums=('58d8cc9600e529329813192d0b7d713d66055885ab824370201ab6a65ed495a0') 15 | 16 | package() { 17 | mkdir -p "${pkgdir}/etc/pacman.d" 18 | install -Dm644 "${srcdir}/antergos-mirrorlist" \ 19 | "${pkgdir}/etc/pacman.d/antergos-mirrorlist" 20 | } 21 | -------------------------------------------------------------------------------- /antergos/antergos-prime-lts/antergos-prime-lts.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | /usr/bin/systemctl -f enable sddm 3 | } 4 | 5 | post_upgrade() { 6 | #/usr/bin/systemctl -f enable sddm 7 | } 8 | -------------------------------------------------------------------------------- /antergos/antergos-prime/antergos-prime.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | /usr/bin/systemctl -f enable sddm 3 | } 4 | 5 | post_upgrade() { 6 | #/usr/bin/systemctl -f enable sddm 7 | } 8 | -------------------------------------------------------------------------------- /antergos/antergos-wallpapers-extra/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:19 UTC 2017 3 | pkgbase = antergos-wallpapers-extra 4 | pkgdesc = Extra wallpapers contributed by the Antergos User Community 5 | pkgver = 0.2 6 | pkgrel = 2 7 | url = https://antergos.com 8 | arch = any 9 | license = CCPL:by-nc-sa 10 | source = https://github.com/Antergos/antergos-wallpapers-extra/archive/0.2.tar.gz 11 | sha256sums = 487afbe739aff7d9db9aa5f476928a606522af2deb3779529c0d9eba27ad44d5 12 | 13 | pkgname = antergos-wallpapers-extra 14 | 15 | -------------------------------------------------------------------------------- /antergos/antergos-wallpapers/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jan 8 01:22:47 UTC 2018 3 | pkgbase = antergos-wallpapers 4 | pkgdesc = Default wallpapers for Antergos Linux 5 | pkgver = 0.7 6 | pkgrel = 3 7 | url = http://www.antergos.com 8 | arch = any 9 | license = CCPL:by-nc-sa 10 | source = antergos-wallpapers-0.7.tar.gz::https://github.com/Antergos/wallpapers/archive/0.7.tar.gz 11 | md5sums = bd5a39459981bfe7f56d70a539d93e55 12 | 13 | pkgname = antergos-wallpapers 14 | 15 | -------------------------------------------------------------------------------- /antergos/antergos-welcome/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = antergos-welcome 4 | pkgdesc = Welcome screen for Antergos Linux 5 | pkgver = 0.0.2 6 | pkgrel = 6 7 | url = https://github.com/Antergos/antergos-welcome 8 | arch = any 9 | license = GPL 10 | makedepends = git 11 | depends = python-gobject 12 | depends = python-dbus 13 | depends = webkitgtk3 14 | depends = python-simplejson 15 | depends = notification-daemon 16 | depends = pamac 17 | source = antergos-welcome-0.0.2::git://github.com/Antergos/antergos-welcome 18 | sha256sums = SKIP 19 | 20 | pkgname = antergos-welcome 21 | 22 | -------------------------------------------------------------------------------- /antergos/antergos-x86_64/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:18 UTC 2017 3 | pkgbase = antergos-x86_64 4 | pkgdesc = Dummy pkgbuild for tracking ISO builds on the build server. 5 | pkgver = 17.4 6 | pkgrel = 1 7 | url = https://antergos.com/ 8 | arch = x86_64 9 | groups = antergos-iso 10 | license = GPL3 11 | 12 | pkgname = antergos-x86_64 13 | 14 | -------------------------------------------------------------------------------- /antergos/antergos-x86_64/PKGBUILD: -------------------------------------------------------------------------------- 1 | #Maintainer: Antergos Developers 2 | # THIS IS A DUMMY PKGBUILD FOR TRACKING ISO META INFORMATION. IT WILL NOT BUILD A PACKAGE. 3 | 4 | pkgname=antergos-x86_64 5 | pkgver="$(date +'%y.%-m')" 6 | pkgrel=1 7 | pkgdesc='Dummy pkgbuild for tracking ISO builds on the build server.' 8 | arch=('x86_64') 9 | license=(GPL3) 10 | url="https://antergos.com/" 11 | groups=('antergos-iso') 12 | 13 | pkgver() { 14 | 15 | echo "$(date +%Y.%m.%d)" 16 | 17 | } 18 | 19 | build () { 20 | 21 | true 22 | 23 | } 24 | 25 | package() { 26 | 27 | true 28 | 29 | } 30 | 31 | 32 | -------------------------------------------------------------------------------- /antergos/antergos-x86_64/dummy-package.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/antergos-x86_64/dummy-package.tar.gz -------------------------------------------------------------------------------- /antergos/arc-icon-theme/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = arc-icon-theme 4 | pkgdesc = Base icon theme from the creator of the popular Arc GTK Theme. 5 | pkgver = 20161122 6 | pkgrel = 1 7 | url = https://github.com/horst3180/arc-icon-theme 8 | arch = any 9 | groups = themes 10 | groups = themes::icon 11 | license = GPL3 12 | makedepends = automake 13 | makedepends = unzip 14 | depends = numix-icon-theme-square 15 | depends = gtk-update-icon-cache 16 | conflicts = arc-icon-theme-git 17 | source = arc-icon-theme-20161122::https://github.com/horst3180/arc-icon-theme/archive/20161122.zip 18 | md5sums = be62051ff490d4657f4fd9b81bac29f0 19 | 20 | pkgname = arc-icon-theme 21 | 22 | -------------------------------------------------------------------------------- /antergos/b43-firmware/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = b43-firmware 4 | pkgdesc = Firmware for Broadcom B43 wireless networking chips 5 | pkgver = 6.30.163.46 6 | pkgrel = 7 7 | url = https://wireless.wiki.kernel.org/en/users/Drivers/b43 8 | arch = any 9 | license = GPL 10 | makedepends = b43-fwcutter>=018 11 | depends = linux>=3.2 12 | options = !emptydirs 13 | source = http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2 14 | sha1sums = 237d29a7701429054f5c82c000ef2d9aa6f2c3db 15 | 16 | pkgname = b43-firmware 17 | 18 | -------------------------------------------------------------------------------- /antergos/b43-firmware/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Contributor: Xavion 3 | 4 | pkgname=b43-firmware 5 | pkgver=6.30.163.46 6 | pkgrel=8 7 | pkgdesc="Firmware for Broadcom B43 wireless networking chips - latest release" 8 | arch=("any") 9 | url="https://wireless.wiki.kernel.org/en/users/Drivers/b43" 10 | license=("unknown") 11 | depends=("linux>=3.2") 12 | makedepends=("b43-fwcutter>=018") 13 | conflicts=(b43-firmware-classic) 14 | options=(!emptydirs) 15 | source=(http://www.lwfinger.com/${pkgname}/broadcom-wl-${pkgver}.tar.bz2) 16 | sha1sums=('237d29a7701429054f5c82c000ef2d9aa6f2c3db') 17 | 18 | package() { 19 | cd "${srcdir}" 20 | 21 | # Directories 22 | install -d "${pkgdir}"/usr/lib/firmware/ 23 | 24 | # Application 25 | b43-fwcutter -w "${pkgdir}"/usr/lib/firmware/ broadcom-wl-${pkgver}.wl_apsta.o 26 | } 27 | 28 | -------------------------------------------------------------------------------- /antergos/blivet/hawkey: -------------------------------------------------------------------------------- 1 | ../hawkey -------------------------------------------------------------------------------- /antergos/blivet/libselinux: -------------------------------------------------------------------------------- 1 | ../libselinux -------------------------------------------------------------------------------- /antergos/blivet/libsepol: -------------------------------------------------------------------------------- 1 | ../libsepol -------------------------------------------------------------------------------- /antergos/blivet/libsolv: -------------------------------------------------------------------------------- 1 | ../libsolv -------------------------------------------------------------------------------- /antergos/blivet/mpathconf: -------------------------------------------------------------------------------- 1 | ../mpathconf -------------------------------------------------------------------------------- /antergos/blivet/multipath-tools: -------------------------------------------------------------------------------- 1 | ../multipath-tools -------------------------------------------------------------------------------- /antergos/blivet/python-blivet: -------------------------------------------------------------------------------- 1 | ../python-blivet -------------------------------------------------------------------------------- /antergos/blivet/python-kickstart: -------------------------------------------------------------------------------- 1 | ../python-kickstart -------------------------------------------------------------------------------- /antergos/blivet/rpm-org: -------------------------------------------------------------------------------- 1 | ../rpm-org -------------------------------------------------------------------------------- /antergos/brave/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = brave 4 | pkgdesc = Web browser that blocks ads and trackers by default. 5 | pkgver = 0.14.1dev 6 | pkgrel = 1 7 | url = https://www.brave.com/ 8 | arch = x86_64 9 | groups = browser 10 | license = custom 11 | makedepends = npm 12 | makedepends = git 13 | makedepends = python2 14 | depends = gtk2 15 | depends = nss 16 | depends = alsa-lib 17 | depends = libnotify 18 | depends = gconf 19 | depends = libxtst 20 | depends = libxss 21 | depends = desktop-file-utils 22 | depends = ttf-font 23 | depends = libgnome-keyring 24 | provides = brave-browser 25 | source = brave.desktop 26 | source = git+https://github.com/brave/browser-laptop.git#tag=v0.14.1dev 27 | md5sums = 816c6930c632ef34f9e530f9e5bcf96f 28 | md5sums = SKIP 29 | 30 | pkgname = brave 31 | 32 | -------------------------------------------------------------------------------- /antergos/brave/brave.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | if [[ ! (-r /proc/sys/kernel/unprivileged_userns_clone && $(< /proc/sys/kernel/unprivileged_userns_clone) == 1 && -n $(zcat /proc/config.gz | grep CONFIG_USER_NS=y) ) ]]; then 4 | >&2 echo "User namespaces are not detected as enabled on your system, brave will run with the sandbox disabled" 5 | FLAG="--no-sandbox" 6 | fi 7 | 8 | exec "/usr/lib/brave-bin/brave" "$FLAG" -- "$@" 9 | 10 | -------------------------------------------------------------------------------- /antergos/brisk-menu/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Apr 7 21:37:42 UTC 2019 3 | pkgbase = brisk-menu 4 | pkgdesc = Modern, efficient menu for the MATE Desktop Environment. 5 | pkgver = 0.6.0.r31.g3d5e639 6 | pkgrel = 1 7 | url = https://github.com/getsolus/brisk-menu 8 | arch = i686 9 | arch = x86_64 10 | license = GPL2 11 | makedepends = gnome-common 12 | makedepends = gettext 13 | makedepends = itstool 14 | makedepends = vala>=0.36 15 | makedepends = meson 16 | makedepends = ninja 17 | depends = mate-panel 18 | depends = libnotify 19 | source = https://github.com/getsolus/brisk-menu/archive/3d5e63975d7c56cf2c63a0708065a694d6e54456.zip 20 | md5sums = 39ba48d21bd06fcd4f56bae9ac812cc0 21 | 22 | pkgname = brisk-menu 23 | 24 | -------------------------------------------------------------------------------- /antergos/brltty-minimal/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:04 UTC 2017 3 | pkgbase = brltty-minimal 4 | pkgdesc = Braille display driver for Linux/Unix 5 | pkgver = 5.5 6 | pkgrel = 1 7 | url = http://brltty.com 8 | install = brltty.install 9 | arch = x86_64 10 | license = GPL 11 | license = LGPL 12 | depends = bash 13 | depends = icu 14 | depends = tcl 15 | provides = brltty 16 | conflicts = brltty 17 | options = !emptydirs 18 | backup = etc/brltty.conf 19 | source = https://github.com/brltty/brltty/archive/BRLTTY-5.5.tar.gz 20 | source = brltty.service 21 | md5sums = 36ff2aa924f03a238b11b02d06122581 22 | md5sums = 0cad54bb5470122535f5e3a11d5ca123 23 | 24 | pkgname = brltty-minimal 25 | 26 | -------------------------------------------------------------------------------- /antergos/brltty-minimal/brltty.install: -------------------------------------------------------------------------------- 1 | post_install () { 2 | getent group brlapi &>/dev/null || groupadd -r brlapi 3 | if [ ! -e /etc/brlapi.key ]; then 4 | mcookie >/etc/brlapi.key 5 | chmod 0640 /etc/brlapi.key 6 | chgrp brlapi /etc/brlapi.key 7 | echo "Please add your user to the brlapi group." 8 | fi 9 | } 10 | 11 | post_upgrade () { 12 | post_install 13 | } 14 | 15 | post_remove () { 16 | getent group brlapi >/dev/null 2>&1 && groupdel brlapi 17 | if [ -e /etc/brlapi.key ]; then 18 | rm -f /etc/brlapi.key 19 | fi 20 | } 21 | -------------------------------------------------------------------------------- /antergos/brltty-minimal/brltty.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Braille Console Driver 3 | DefaultDependencies=no 4 | Before=sysinit.target 5 | 6 | [Service] 7 | ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid 8 | Type=forking 9 | PIDFile=/run/brltty.pid 10 | 11 | [Install] 12 | WantedBy=sysinit.target 13 | -------------------------------------------------------------------------------- /antergos/broadcom-wl/broadcom-wl-dkms.conf: -------------------------------------------------------------------------------- 1 | blacklist b43 2 | blacklist b43legacy 3 | blacklist ssb 4 | blacklist bcm43xx 5 | blacklist brcm80211 6 | blacklist brcmfmac 7 | blacklist brcmsmac 8 | blacklist bcma -------------------------------------------------------------------------------- /antergos/broadcom-wl/dkms.conf.in: -------------------------------------------------------------------------------- 1 | PACKAGE_NAME="broadcom-wl" 2 | PACKAGE_VERSION="@PACKAGE_VERSION@" 3 | BUILT_MODULE_NAME[0]="wl" 4 | DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless" 5 | AUTOINSTALL="yes" -------------------------------------------------------------------------------- /antergos/broadcom-wl/install: -------------------------------------------------------------------------------- 1 | post_upgrade() { 2 | for i in /usr/lib/modules/extramodules-*; do 3 | if [[ -f "$i/version" ]]; then 4 | depmod "$(cat "$i"/version)" 5 | fi 6 | done 7 | } 8 | 9 | post_install() { 10 | post_upgrade 11 | } 12 | -------------------------------------------------------------------------------- /antergos/broadcom-wl/license.patch: -------------------------------------------------------------------------------- 1 | --- a/src/wl/sys/wl_linux.c 2014-06-26 10:42:08.000000000 +0000 2 | +++ b/src/wl/sys/wl_linux.c 2014-07-17 22:44:26.254759666 +0000 3 | @@ -205,6 +205,7 @@ 4 | 5 | static int nompc = 0; 6 | module_param(nompc, int, 0); 7 | +MODULE_LICENSE("Mixed/Proprietary"); 8 | 9 | #ifdef quote_str 10 | #undef quote_str 11 | -------------------------------------------------------------------------------- /antergos/broadcom-wl/modprobe.d: -------------------------------------------------------------------------------- 1 | blacklist b43 2 | blacklist ssb 3 | blacklist bcma 4 | blacklist brcmsmac 5 | blacklist brcmfmac 6 | -------------------------------------------------------------------------------- /antergos/broadcom-wl/wl_linux.c.patch: -------------------------------------------------------------------------------- 1 | diff --git a/src/wl/sys/wl_linux.c.orig b/src/wl/sys/wl_linux.c 2 | index eb00717..489c9f5 100644 3 | --- a/src/wl/sys/wl_linux.c.orig 4 | +++ b/src/wl/sys/wl_linux.c 5 | @@ -2166,8 +2166,8 @@ wl_start(struct sk_buff *skb, struct net_device *dev) 6 | wlif = WL_DEV_IF(dev); 7 | wl = WL_INFO(dev); 8 | 9 | + skb->prev = NULL; 10 | if (WL_ALL_PASSIVE_ENAB(wl) || (WL_RTR() && WL_CONFIG_SMP())) { 11 | - skb->prev = NULL; 12 | 13 | TXQ_LOCK(wl); 14 | 15 | -------------------------------------------------------------------------------- /antergos/chrome-gnome-shell/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Wed Jun 14 00:53:45 UTC 2017 3 | pkgbase = chrome-gnome-shell 4 | pkgdesc = Native integration of extensions.gnome.org with GNOME Shell for Chromium-based browsers. 5 | pkgver = 9 6 | pkgrel = 1 7 | url = https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome 8 | arch = any 9 | license = GPL 10 | makedepends = cmake 11 | makedepends = jq 12 | depends = gnome-shell 13 | depends = python-requests 14 | depends = python-gobject 15 | conflicts = gs-chrome-connector 16 | conflicts = chrome-gnome-shell-git 17 | replaces = gs-chrome-connector 18 | source = https://git.gnome.org/browse/chrome-gnome-shell/snapshot/chrome-gnome-shell-v9.tar.xz 19 | md5sums = cbc7ae29bee7d52460880d12cf4b6632 20 | 21 | pkgname = chrome-gnome-shell 22 | 23 | -------------------------------------------------------------------------------- /antergos/chromium-widevine/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sat Jul 29 18:20:38 UTC 2017 3 | pkgbase = chromium-widevine 4 | pkgdesc = A browser plugin designed for the viewing of premium video content 5 | pkgver = 1.4.8.1000 6 | pkgrel = 1 7 | epoch = 1 8 | url = http://www.google.com/chrome 9 | arch = x86_64 10 | license = custom:chrome 11 | depends = chromium 12 | options = !strip 13 | source = chrome-eula_text.html::https://www.google.com/intl/en/chrome/browser/privacy/eula_text.html 14 | md5sums = d50d8f0a6940791eabc41c4f64e6a3cf 15 | source_x86_64 = https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 16 | md5sums_x86_64 = 98e75c8da1a51a6891e92f3782160b97 17 | 18 | pkgname = chromium-widevine 19 | 20 | -------------------------------------------------------------------------------- /antergos/cinnamon/cinnamon-menus/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:04 UTC 2017 3 | pkgbase = cinnamon-menus 4 | pkgdesc = Cinnamon menu specifications 5 | pkgver = 3.6.0 6 | pkgrel = 1 7 | url = http://www.linuxmint.com 8 | arch = x86_64 9 | groups = cinnamon 10 | license = GPL 11 | license = LGPL 12 | makedepends = intltool 13 | makedepends = gobject-introspection 14 | makedepends = python2 15 | makedepends = gnome-common 16 | depends = glib2 17 | source = cinnamon-menus-3.6.0.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/3.6.0.tar.gz 18 | md5sums = 33531e82aa6953a6d6d76a424e58fc17 19 | 20 | pkgname = cinnamon-menus 21 | 22 | -------------------------------------------------------------------------------- /antergos/cinnamon/cinnamon-translations/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:26 UTC 2017 3 | pkgbase = cinnamon-translations 4 | pkgdesc = Translations for Cinnamon and Nemo 5 | pkgver = 3.2.2 6 | pkgrel = 1 7 | url = http://cinnamon.linuxmint.com/ 8 | arch = any 9 | groups = cinnamon 10 | license = GPL2 11 | source = cinnamon-translations-3.2.2.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/3.2.2.tar.gz 12 | sha256sums = 3dc7bd997b87c2a0507e2949b16d4bace6e13fbbad9d740d07a6cef4a78d5557 13 | 14 | pkgname = cinnamon-translations 15 | 16 | -------------------------------------------------------------------------------- /antergos/cinnamon/cjs/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:06 UTC 2017 3 | pkgbase = cjs 4 | pkgdesc = Javascript Bindings for Cinnamon 5 | pkgver = 3.6.1 6 | pkgrel = 1 7 | url = https://github.com/linuxmint/cjs 8 | arch = x86_64 9 | groups = cinnamon 10 | license = GPL 11 | makedepends = gnome-common 12 | makedepends = python2 13 | makedepends = gobject-introspection 14 | depends = cairo 15 | depends = gobject-introspection-runtime 16 | depends = js38 17 | depends = dbus-glib 18 | source = cjs-3.6.1.tar.gz::https://github.com/linuxmint/cjs/archive/3.6.1.tar.gz 19 | md5sums = f44a290adafb84b18c73a1a501058fcb 20 | 21 | pkgname = cjs 22 | 23 | -------------------------------------------------------------------------------- /antergos/cinnamon/iso-flag-png/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:26 UTC 2017 3 | pkgbase = iso-flag-png 4 | pkgdesc = ISO country flags in PNG format. 5 | pkgver = 1.0.1 6 | pkgrel = 1 7 | url = https://github.com/linuxmint/flags 8 | arch = any 9 | groups = cinnamon 10 | license = custom 11 | source = https://github.com/linuxmint/flags/archive/1.0.1.tar.gz 12 | md5sums = 709b157e1d92801ae981235cfd94c1e1 13 | 14 | pkgname = iso-flag-png 15 | 16 | -------------------------------------------------------------------------------- /antergos/cinnamon/iso-flag-png/PKGBUILD.inactive: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=iso-flag-png 4 | pkgver=1.0.1 5 | pkgrel=1 6 | pkgdesc='ISO country flags in PNG format.' 7 | arch=('any') 8 | groups=('cinnamon') 9 | url='https://github.com/linuxmint/flags' 10 | license=('custom') 11 | source=("https://github.com/linuxmint/flags/archive/${pkgver}.tar.gz") 12 | md5sums=('709b157e1d92801ae981235cfd94c1e1') 13 | 14 | 15 | # BEGIN ANTBS METADATA 16 | _is_monitored='True' 17 | _monitored_service='github' 18 | _monitored_type='tags' 19 | _monitored_project='linuxmint' 20 | _monitored_repo='flags' 21 | # END ANTBS METADATA 22 | 23 | 24 | package() { 25 | cd "flags-${pkgver}" 26 | cp -R usr ${pkgdir} 27 | } 28 | 29 | # -*- mode: bash;-*- 30 | -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-audio-tab: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-dropbox: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-emblems: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-fileroller: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-preview: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-python: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-seahorse: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-share: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/nemo-terminal: -------------------------------------------------------------------------------- 1 | nemo-extensions -------------------------------------------------------------------------------- /antergos/cinnamon/python-polib/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Jun 4 23:55:44 UTC 2017 3 | pkgbase = python-polib 4 | pkgdesc = A library to manipulate gettext files 5 | pkgver = 1.0.8 6 | pkgrel = 1 7 | url = https://pypi.python.org/pypi/polib 8 | arch = any 9 | license = MIT 10 | depends = python python2 11 | source = https://files.pythonhosted.org/packages/source/p/polib/polib-1.0.8.tar.gz 12 | sha256sums = 5affe3d915eb5b4773f4ce164817e383eea0306115cdaf9b64008b3aea8202df 13 | 14 | pkgname = python-polib 15 | depends = python 16 | 17 | pkgname = python2-polib 18 | depends = python2 19 | 20 | -------------------------------------------------------------------------------- /antergos/cinnamon/python-xapp/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jun 26 12:25:45 UTC 2017 3 | pkgbase = python-xapp 4 | pkgdesc = Python Xapp library 5 | pkgver = 1.0.1 6 | pkgrel = 1 7 | url = https://github.com/linuxmint/python-xapp 8 | arch = any 9 | groups = cinnamon 10 | license = GPL2 11 | makedepends = python-setuptools 12 | depends = python 13 | depends = python-psutil 14 | source = python-xapp-1.0.1.tar.gz::https://github.com/linuxmint/python-xapp/archive/1.0.1.tar.gz 15 | md5sums = 99614b14e6dff73e8d0ba345b9ce567a 16 | 17 | pkgname = python-xapp 18 | 19 | -------------------------------------------------------------------------------- /antergos/cinnamon/python-xapp/PKGBUILD.inactive: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=python-xapp 4 | pkgver=1.2.01.0.1 5 | pkgrel=11 6 | pkgdesc='Python Xapp library' 7 | arch=('any') 8 | license=('GPL2') 9 | groups=('cinnamon') 10 | url='https://github.com/linuxmint/python-xapp' 11 | depends=('python' 'python-psutil') 12 | makedepends=('python-setuptools') 13 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/$pkgver.tar.gz") 14 | md5sums=('99614b14e6dff73e8d0ba345b9ce567a') 15 | 16 | 17 | # BEGIN ANTBS METADATA 18 | _is_monitored='True' 19 | _monitored_service='github' 20 | _monitored_type='tags' 21 | _monitored_project='linuxmint' 22 | _monitored_repo='python-xapp' 23 | # END ANTBS METADATA 24 | 25 | 26 | package() { 27 | cd "${pkgname}-${pkgver}" 28 | python setup.py install --root="${pkgdir}" --optimize=1 29 | } 30 | 31 | -------------------------------------------------------------------------------- /antergos/cinnamon/python2-polib: -------------------------------------------------------------------------------- 1 | python-polib -------------------------------------------------------------------------------- /antergos/cinnamon/xapps/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:08 UTC 2017 3 | pkgbase = xapps 4 | pkgdesc = Common library for X-Apps project 5 | pkgver = 1.0.4 6 | pkgrel = 1 7 | url = https://github.com/linuxmint/xapps 8 | arch = x86_64 9 | license = GPL 10 | makedepends = gnome-common 11 | makedepends = gobject-introspection 12 | depends = libgnomekbd 13 | depends = python 14 | depends = libxkbfile 15 | options = !emptydirs 16 | source = xapps-1.0.4.tar.gz::https://github.com/linuxmint/xapps/archive/1.0.4.tar.gz 17 | sha256sums = 6578574561cb10b602c67669b0374b71d9cccd5d1c13c17d6a4b6ec2f8fe739a 18 | 19 | pkgname = xapps 20 | 21 | -------------------------------------------------------------------------------- /antergos/ckbcomp/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = ckbcomp 2 | pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol 3 | pkgver = 1.184 4 | pkgrel = 1 5 | url = http://anonscm.debian.org/cgit/d-i/console-setup.git 6 | arch = any 7 | license = GPL2 8 | depends = perl 9 | source = http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.184.tar.xz 10 | md5sums = de599a6bc7a0478288e3180377c4ac05 11 | 12 | pkgname = ckbcomp 13 | 14 | -------------------------------------------------------------------------------- /antergos/ckbcomp/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=ckbcomp 4 | pkgver=1.184 5 | pkgrel=1 6 | pkgdesc='Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol' 7 | arch=('any') 8 | url='http://anonscm.debian.org/cgit/d-i/console-setup.git' 9 | license=('GPL2') 10 | depends=('perl') 11 | source=("http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_${pkgver}.tar.xz") 12 | md5sums=('de599a6bc7a0478288e3180377c4ac05') 13 | 14 | package() { 15 | cd console-setup 16 | install -d ${pkgdir}/usr/bin/ 17 | install -m755 Keyboard/ckbcomp ${pkgdir}/usr/bin/ 18 | } 19 | 20 | 21 | -------------------------------------------------------------------------------- /antergos/clion-eap/clion-eap.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=CLion-EAP 3 | Version= 4 | Type=Application 5 | Exec="/opt/clion-eap/bin/clion.sh" %f 6 | Icon=/opt/clion-eap/bin/clion.svg 7 | Comment="Powerful C and C++ IDE. Early Access Program (EAP) build." 8 | Categories=Development;IDE; 9 | Terminal=false 10 | StartupNotify=true 11 | StartupWMClass=jetbrains-clion 12 | Name[en_US]=CLion-EAP 13 | -------------------------------------------------------------------------------- /antergos/cnchi-fonts/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = cnchi-fonts 4 | pkgdesc = Cnchi Graphical Installer Fonts 5 | pkgver = 0.1 6 | pkgrel = 1 7 | arch = any 8 | license = GPL 9 | depends = ttf-aboriginal-sans 10 | depends = ttf-indic-otf 11 | depends = ttf-khmer 12 | depends = ttf-myanmar3 13 | depends = ttf-tlwg 14 | depends = divehi-fonts 15 | 16 | pkgname = cnchi-fonts 17 | 18 | -------------------------------------------------------------------------------- /antergos/cnchi-fonts/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=cnchi-fonts 4 | pkgver=0.1 5 | pkgrel=1 6 | pkgdesc='Cnchi Graphical Installer Fonts' 7 | arch=(any) 8 | license=(GPL) 9 | depends=(ttf-aboriginal-sans ttf-indic-otf ttf-khmer ttf-myanmar3 ttf-tlwg divehi-fonts) 10 | source=() 11 | 12 | 13 | -------------------------------------------------------------------------------- /antergos/cnchi/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Wed Jun 21 13:56:40 UTC 2017 3 | pkgbase = cnchi 4 | pkgdesc = A modern, flexible system installer for Linux 5 | pkgver = 0.14.287 6 | pkgrel = 1 7 | url = https://github.com/Antergos/Cnchi 8 | arch = any 9 | license = GPL3 10 | makedepends = transifex-client 11 | depends = python 12 | depends = pyalpm 13 | depends = python-gobject 14 | depends = python-dbus 15 | depends = python-cairo 16 | depends = python-requests 17 | depends = python-parted 18 | depends = webkit2gtk 19 | depends = upower 20 | depends = python-mako 21 | depends = iso-codes 22 | depends = gptfdisk 23 | depends = python-bugsnag 24 | depends = upower 25 | conflicts = cnchi-dev 26 | source = Cnchi-0.14.287.zip::https://github.com/antergos/cnchi/archive/0.14.287.zip 27 | md5sums = 96f959b8e078517786aa952702a5f7bb 28 | 29 | pkgname = cnchi 30 | 31 | -------------------------------------------------------------------------------- /antergos/copyq/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue Mar 12 19:15:23 UTC 2019 3 | pkgbase = copyq 4 | pkgdesc = Clipboard manager with searchable and editable history. 5 | pkgver = 3.7.3 6 | pkgrel = 1 7 | url = https://github.com/hluk/CopyQ 8 | arch = x86_64 9 | groups = tools 10 | license = GPL3 11 | makedepends = cmake 12 | depends = qt5-base 13 | depends = libxtst 14 | depends = qt5-webkit 15 | depends = qt5-svg 16 | depends = qt5-tools 17 | depends = qt5-script 18 | depends = libxfixes 19 | depends = qt5-x11extras 20 | source = https://github.com/hluk/CopyQ/archive/v3.7.3.tar.gz 21 | md5sums = afb6ad7982b928fdf4213ca4ac54c738 22 | 23 | pkgname = copyq 24 | 25 | -------------------------------------------------------------------------------- /antergos/corebird/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:09 UTC 2017 3 | pkgbase = corebird 4 | pkgdesc = Native Gtk+ Twitter Client 5 | pkgver = 1.7.2 6 | pkgrel = 1 7 | url = https://github.com/baedert/corebird 8 | arch = x86_64 9 | license = GPL 10 | makedepends = vala 11 | makedepends = gnome-common 12 | depends = gtk3 13 | depends = rest 14 | depends = gstreamer 15 | depends = gstreamer 16 | depends = gst-plugins-base 17 | depends = gst-plugins-good 18 | depends = gst-plugins-bad 19 | depends = gst-libav 20 | depends = gspell 21 | source = https://github.com/baedert/corebird/archive/1.7.2.tar.gz 22 | md5sums = ec7e8a97b27ffa407e525aa0ebc05967 23 | 24 | pkgname = corebird 25 | 26 | -------------------------------------------------------------------------------- /antergos/cower/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jan 22 04:46:33 UTC 2018 3 | pkgbase = cower 4 | pkgdesc = A simple AUR agent with a pretentious name 5 | pkgver = 17 6 | pkgrel = 1 7 | url = http://github.com/falconindy/cower 8 | arch = x86_64 9 | license = MIT 10 | makedepends = perl 11 | depends = curl 12 | depends = openssl 13 | depends = pacman 14 | depends = yajl 15 | source = https://github.com/falconindy/cower/archive/17.tar.gz 16 | md5sums = ce76b1dc1bd984983f14d752c6b08d74 17 | 18 | pkgname = cower 19 | 20 | -------------------------------------------------------------------------------- /antergos/curl-vala/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = curl-vala 4 | pkgdesc = An object-oriented interface to libcurl for vala and gobject 5 | pkgver = 20151218 6 | pkgrel = 2 7 | url = https://github.com/Richard-W/curl-vala 8 | arch = any 9 | license = GPL3 10 | makedepends = git 11 | makedepends = cmake 12 | depends = libcurl-compat 13 | depends = vala 14 | source = curl-vala-20151218.zip::https://github.com/Richard-W/curl-vala/archive/master.zip 15 | sha1sums = dfaf12d3e13f1bfc5e3ce326f0151dbf86753857 16 | 17 | pkgname = curl-vala 18 | 19 | -------------------------------------------------------------------------------- /antergos/curl-vala/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos devs 2 | 3 | pkgname=curl-vala 4 | pkgver=20151218 5 | pkgrel=2 6 | pkgdesc="An object-oriented interface to libcurl for vala and gobject" 7 | arch=('any') 8 | url="https://github.com/Richard-W/curl-vala" 9 | license=('GPL3') 10 | depends=('libcurl-compat' 'vala') 11 | makedepends=('git' 'cmake') 12 | source=("${pkgname}-${pkgver}.zip::https://github.com/Richard-W/curl-vala/archive/master.zip") 13 | sha1sums=('dfaf12d3e13f1bfc5e3ce326f0151dbf86753857') 14 | 15 | build() { 16 | cd "${srcdir}/${pkgname}-master" 17 | ./configure --prefix=/usr 18 | make 19 | } 20 | 21 | package() { 22 | cd "$srcdir/${pkgname}-master" 23 | make DESTDIR="${pkgdir}" install 24 | } 25 | -------------------------------------------------------------------------------- /antergos/divehi-fonts/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = divehi-fonts 4 | pkgdesc = Divehi(thaana) fonts for archlinux 5 | pkgver = 0.1 6 | pkgrel = 3 7 | url = https://launchpad.net/~mvishah/+archive/ttf-dhivehi-fonts 8 | install = divehi-fonts.install 9 | arch = any 10 | license = GPL3 11 | depends = xorg-fonts-encodings 12 | depends = xorg-font-utils 13 | depends = fontconfig 14 | source = https://launchpad.net/~mvishah/+archive/ttf-dhivehi-fonts/+files/ttf-thaana-fonts_1.0-1_i386.deb 15 | sha256sums = 4185f7ef5e1384374b6c349f6076e21a0ac131426df703afbf1ffc9205756f15 16 | 17 | pkgname = divehi-fonts 18 | 19 | -------------------------------------------------------------------------------- /antergos/divehi-fonts/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Dhivehi-fonts 2 | 3 | # Maintainer: Ali Aafee 4 | pkgname=divehi-fonts 5 | pkgver=0.1 6 | pkgrel=3 7 | pkgdesc="Divehi(thaana) fonts for archlinux" 8 | arch=('any') 9 | url="https://launchpad.net/~mvishah/+archive/ttf-dhivehi-fonts" 10 | license=('GPL3') 11 | depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig') 12 | install=divehi-fonts.install 13 | source=("https://launchpad.net/~mvishah/+archive/ttf-dhivehi-fonts/+files/ttf-thaana-fonts_1.0-1_i386.deb") 14 | sha256sums=('4185f7ef5e1384374b6c349f6076e21a0ac131426df703afbf1ffc9205756f15') 15 | 16 | build() { 17 | cd "$srcdir" 18 | tar -xvzf data.tar.gz 19 | mkdir -p ${pkgdir}/usr/share/fonts/divehi-fonts 20 | cp ${srcdir}/usr/share/fonts/truetype/ttf-thaana-fonts/* ${pkgdir}/usr/share/fonts/divehi-fonts/ 21 | 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /antergos/divehi-fonts/divehi-fonts.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo -n "Updating font cache... " 3 | fc-cache /usr/share/fonts/divehi-fonts 4 | mkfontscale /usr/share/fonts/divehi-fonts 5 | mkfontdir /usr/share/fonts/divehi-fonts 6 | echo "done." 7 | } 8 | 9 | post_upgrade() { 10 | post_install $1 11 | } 12 | 13 | post_remove() { 14 | post_install $1 15 | } 16 | # -*- mode: bash;-*- 17 | -------------------------------------------------------------------------------- /antergos/dolphin-root/dolphin-root.patch: -------------------------------------------------------------------------------- 1 | --- src/main.cpp 2017-04-27 19:07:13.709011861 +0200 2 | +++ src/main-root.cpp 2017-04-27 19:12:01.286608378 +0200 3 | @@ -42,14 +42,6 @@ 4 | 5 | extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) 6 | { 7 | -#ifndef Q_OS_WIN 8 | - // Check whether we are running as root 9 | - if (getuid() == 0) { 10 | - std::cout << "Executing Dolphin as root is not possible." << std::endl; 11 | - return EXIT_FAILURE; 12 | - } 13 | -#endif 14 | - 15 | QApplication app(argc, argv); 16 | app.setAttribute(Qt::AA_UseHighDpiPixmaps, true); 17 | app.setWindowIcon(QIcon::fromTheme(QStringLiteral("system-file-manager"), app.windowIcon())); 18 | -------------------------------------------------------------------------------- /antergos/dropbox/arch_paths.patch: -------------------------------------------------------------------------------- 1 | diff --git a/dropbox_start.py b/dropbox_start.py 2 | index 82617c5..2aa4cf1 100644 3 | --- a/dropbox_start.py 4 | +++ b/dropbox_start.py 5 | @@ -50,14 +50,14 @@ def is_dropbox_running(): 6 | 7 | 8 | def start_dropbox(): 9 | - lib_dir = os.path.dirname(os.path.realpath(__file__)) 10 | + lib_dir = os.path.dirname('/usr/local/lib/') 11 | lib_path = os.path.join(lib_dir, "libdropbox_fs_fix.so") 12 | if not os.access(lib_path, os.X_OK): 13 | print(">>> Library '%s' is not available!" % lib_path) 14 | return False 15 | os.environ["LD_PRELOAD"] = lib_path 16 | 17 | - db_path = os.path.expanduser(u"~/.dropbox-dist/dropboxd").encode( 18 | + db_path = os.path.expanduser(u"/usr/bin/dropbox").encode( 19 | sys.getfilesystemencoding() 20 | ) 21 | if os.access(db_path, os.X_OK): 22 | -------------------------------------------------------------------------------- /antergos/dropbox/dropbox.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Dropbox 3 | GenericName=Network Storage 4 | Comment=Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily 5 | Exec=dropbox 6 | Icon=dropbox 7 | Terminal=false 8 | Type=Application 9 | Categories=Network; 10 | StartupNotify=false 11 | -------------------------------------------------------------------------------- /antergos/dropbox/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/dropbox/dropbox.png -------------------------------------------------------------------------------- /antergos/dropbox/dropbox.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Dropbox 3 | After=local-fs.target network.target systemd-user-sessions.target 4 | 5 | [Service] 6 | Type=simple 7 | ExecStart=/usr/local/bin/dropbox 8 | ExecReload=/bin/kill -HUP $MAINPID 9 | KillMode=process 10 | Restart=on-failure 11 | Environment=DISPLAY=:0 12 | 13 | 14 | [Install] 15 | WantedBy=default.target 16 | 17 | -------------------------------------------------------------------------------- /antergos/dropbox/dropbox@.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Dropbox 3 | After=local-fs.target network.target systemd-user-sessions.target 4 | 5 | [Service] 6 | Type=simple 7 | ExecStart=/usr/local/bin/dropbox 8 | ExecReload=/bin/kill -HUP $MAINPID 9 | KillMode=process 10 | Restart=on-failure 11 | User=%I 12 | Environment=DISPLAY=:0 13 | 14 | [Install] 15 | WantedBy=multi-user.target 16 | -------------------------------------------------------------------------------- /antergos/dummy-package/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = dummy-package 4 | pkgver = 1.0 5 | pkgrel = 2 6 | url = http://www.antergos.com 7 | arch = any 8 | license = GPL3 9 | source = dummy-package.tar.gz 10 | sha256sums = d974bfd0f82c22bcf84fc5d9c821716b7f26347cbe2fa617e21836eecddbe6aa 11 | 12 | pkgname = dummy-package 13 | 14 | pkgname = dummy-package-git 15 | 16 | -------------------------------------------------------------------------------- /antergos/dummy-package/PKGBUILD: -------------------------------------------------------------------------------- 1 | # $Id$ 2 | # Maintainer : Alexandre Filgueira 2 | 3 | pkgname=econnman 4 | pkgver=1.1 5 | pkgrel=2 6 | pkgdesc="Enlightenment ConnMan user interface" 7 | arch=('any') 8 | url="https://phab.enlightenment.org/w/projects/econnman/" 9 | license=('LGPL3') 10 | depends=('python-efl' 'connman') 11 | source=("http://download.enlightenment.org/rel/apps/$pkgname/$pkgname-$pkgver.tar.gz") 12 | sha256sums=('60f30748b2642b83763fe1e00f6a54ff27425c761633bb8cc0396fba15e7f714') 13 | 14 | build() { 15 | cd "$srcdir/$pkgname-$pkgver" 16 | ./configure --prefix=/usr 17 | make 18 | } 19 | 20 | package() { 21 | cd "$srcdir/$pkgname-$pkgver" 22 | 23 | make DESTDIR="$pkgdir" install 24 | 25 | # Install text files 26 | install -d "$pkgdir/usr/share/doc/$pkgname/" 27 | install -m644 -t "$pkgdir/usr/share/doc/$pkgname/" AUTHORS ChangeLog NEWS README 28 | } 29 | 30 | -------------------------------------------------------------------------------- /antergos/etcher/etcher-electron: -------------------------------------------------------------------------------- 1 | #!/usr/bin/sh 2 | exec electron2 /usr/lib/etcher/lib/start.js "$@" 3 | -------------------------------------------------------------------------------- /antergos/etcher/etcher-electron.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Etcher 3 | Comment=Flash OS images to SD cards and USB drives, safely and easily. 4 | Exec="/usr/bin/etcher-electron" %U 5 | Terminal=false 6 | Type=Application 7 | Icon=etcher-electron 8 | Categories=Utility; 9 | -------------------------------------------------------------------------------- /antergos/firefox-beta/vendor.js: -------------------------------------------------------------------------------- 1 | // Use LANG environment variable to choose locale 2 | pref("intl.locale.matchOS", true); 3 | 4 | // Disable default browser checking. 5 | pref("browser.shell.checkDefaultBrowser", false); 6 | 7 | // Don't disable our bundled extensions in the application directory 8 | pref("extensions.autoDisableScopes", 11); 9 | pref("extensions.shownSelectionUI", true); 10 | 11 | // Opt all of us into e10s, instead of just 50% 12 | pref("browser.tabs.remote.autostart", true); 13 | -------------------------------------------------------------------------------- /antergos/firefox-kde/kde.js: -------------------------------------------------------------------------------- 1 | pref("browser.preferences.instantApply", false); 2 | -------------------------------------------------------------------------------- /antergos/firefox-kde/vendor.js: -------------------------------------------------------------------------------- 1 | // Use LANG environment variable to choose locale 2 | pref("intl.locale.matchOS", true); 3 | 4 | // Disable default browser checking. 5 | pref("browser.shell.checkDefaultBrowser", false); 6 | 7 | // Don't disable our bundled extensions in the application directory 8 | pref("extensions.autoDisableScopes", 11); 9 | pref("extensions.shownSelectionUI", true); 10 | 11 | // Opt all of us into e10s, instead of just 50% 12 | pref("browser.tabs.remote.autostart", true); 13 | -------------------------------------------------------------------------------- /antergos/gcab/PKGBUILD.inactive: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=gcab 4 | pkgver=0.6 5 | pkgrel=1 6 | pkgdesc="Cabinet file library and tool" 7 | arch=('i686' 'x86_64') 8 | url="http://ftp.gnome.org/pub/GNOME/sources/gcab" 9 | license=('LGPLv2+') 10 | depends=('glib2') 11 | makedepends=('vala' 'gobject-introspection' 'intltool' 'git' 'zlib') 12 | source=("http://ftp.gnome.org/pub/GNOME/sources/gcab/${pkgver}/${pkgname}-${pkgver}.tar.xz") 13 | md5sums=('') 14 | 15 | build() { 16 | cd "$srcdir/$pkgname-$pkgver" 17 | ./configure --prefix=/usr \ 18 | --disable-silent-rules \ 19 | --disable-static \ 20 | --enable-fast-install 21 | make 22 | } 23 | 24 | package() { 25 | cd "$srcdir/$pkgname-$pkgver" 26 | make DESTDIR="${pkgdir}" install 27 | } 28 | 29 | -------------------------------------------------------------------------------- /antergos/gfxboot/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:10 UTC 2017 3 | pkgbase = gfxboot 4 | pkgdesc = Graphical Boot Logo tool 5 | pkgver = 4.5.21.1.3 6 | pkgrel = 1 7 | url = http://www.opensuse.org 8 | install = gfxboot.install 9 | arch = x86_64 10 | license = GPL 11 | makedepends = rpmextract 12 | depends = perl-html-parser 13 | depends = freetype2 14 | depends = cpio 15 | depends = nasm 16 | options = docs 17 | source = http://download.opensuse.org/repositories/openSUSE:/Factory/standard/src/gfxboot-4.5.21-1.3.src.rpm 18 | source = gfxboot.html 19 | md5sums = 94961fd99899aeca8f4a8213a5d5d0a1 20 | md5sums = f824c5bc2f716f8029677cae6956c1c7 21 | 22 | pkgname = gfxboot 23 | 24 | -------------------------------------------------------------------------------- /antergos/gfxboot/gfxboot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/gfxboot/gfxboot.html -------------------------------------------------------------------------------- /antergos/gitkraken/.gitignore: -------------------------------------------------------------------------------- 1 | pkg/* 2 | src/* 3 | gitkraken*.tar.gz 4 | gitkraken*.pkg.tar 5 | -------------------------------------------------------------------------------- /antergos/gitkraken/GitKraken.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=GitKraken 3 | Comment=Unleash your repo 4 | Exec=gitkraken 5 | Icon=gitkraken 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=true 9 | Categories=GNOME;GTK;Development;Documentation; 10 | MimeType=text/plain; 11 | -------------------------------------------------------------------------------- /antergos/gitkraken/README.md: -------------------------------------------------------------------------------- 1 | # Update package 2 | 3 | * Update package version in PKGBUILD 4 | * Generate new checksums with 5 | 6 | ```$ updpkgsums``` 7 | 8 | * Test install 9 | 10 | ```$ makepkg -si``` 11 | 12 | * Update .SRCINFO 13 | 14 | ```$ makepkg --printsrcinfo > .SRCINFO``` 15 | -------------------------------------------------------------------------------- /antergos/gitkraken/gitkraken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/gitkraken/gitkraken.png -------------------------------------------------------------------------------- /antergos/gitkraken/gitkraken.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /opt/gitkraken/gitkraken "$@" 4 | -------------------------------------------------------------------------------- /antergos/gksu/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = gksu 2 | pkgdesc = A graphical frontend for su 3 | pkgver = 2.0.2 4 | pkgrel = 6 5 | url = http://www.nongnu.org/gksu/index.html 6 | arch = x86_64 7 | license = GPL 8 | makedepends = gtk-doc 9 | makedepends = intltool 10 | depends = libgksu>=2.0.12 11 | depends = xorg-xauth 12 | source = https://people.debian.org/~kov/gksu/gksu-2.0.2.tar.gz 13 | sha256sums = a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a 14 | 15 | pkgname = gksu 16 | 17 | -------------------------------------------------------------------------------- /antergos/gnome-shell-extension-dash-to-dock/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = gnome-shell-extension-dash-to-dock 2 | pkgdesc = Move the dash out of the overview transforming it in a dock 3 | pkgver = 65 4 | pkgrel = 1 5 | url = https://micheleg.github.io/dash-to-dock/ 6 | arch = any 7 | license = GPL 8 | makedepends = intltool 9 | makedepends = gettext 10 | depends = gnome-shell 11 | source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v65.tar.gz 12 | sha256sums = 335a4f06ad076ec1129b018ed342e14c60da6d4501b98828dc21846d749d1507 13 | 14 | pkgname = gnome-shell-extension-dash-to-dock 15 | 16 | -------------------------------------------------------------------------------- /antergos/gnome-shell-extension-panel-osd/gnome-shell-extension-panel-osd.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 3 | instructions 4 | } 5 | 6 | post_upgrade() { 7 | /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 8 | instructions 9 | } 10 | 11 | post_remove() { 12 | /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ 13 | } 14 | 15 | instructions() { 16 | /bin/cat << EOF 17 | Don't forget to restart GNOME Shell ([Alt]+[F2], r) and to enable extension 18 | with gnome-tweak-tool. 19 | EOF 20 | 21 | } 22 | 23 | 24 | # -*- mode: bash;-*- 25 | -------------------------------------------------------------------------------- /antergos/gnome-shell-extension-status-menu-buttons/buttons.install: -------------------------------------------------------------------------------- 1 | post_install() 2 | { 3 | echo "Restart GNOME Shell and then use GNOME Tweak Tool to enable the lockscreen button." 4 | 5 | } 6 | # -*- mode: bash;-*- 7 | -------------------------------------------------------------------------------- /antergos/gnome-shell-extension-topicons/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = gnome-shell-extension-topicons 4 | pkgdesc = Shows legacy tray icons on the top panel. 5 | pkgver = 20 6 | pkgrel = 1 7 | epoch = 1 8 | url = https://github.com/phocean/TopIcons-plus 9 | arch = any 10 | groups = gnome-shell-extensions 11 | license = GPL 12 | makedepends = gnome-common 13 | source = gnome-shell-extension-topicons-20.zip::https://github.com/phocean/TopIcons-plus/archive/v20.zip 14 | md5sums = 23065fe05e234b821ec6741b40ba8711 15 | 16 | pkgname = gnome-shell-extension-topicons 17 | 18 | -------------------------------------------------------------------------------- /antergos/gnome-shell-extension-topicons/Makefile: -------------------------------------------------------------------------------- 1 | INSTALL_PATH = $(DESTDIR)/usr/share/gnome-shell/extensions 2 | INSTALL_NAME = TopIcons@phocean.net 3 | 4 | install: build 5 | mkdir -p $(INSTALL_PATH) 6 | cp -r _build $(INSTALL_PATH)/$(INSTALL_NAME) 7 | echo Installed in $(INSTALL_PATH)/$(INSTALL_NAME) 8 | 9 | build: compile-schema 10 | mkdir _build 11 | cp -r schemas convenience.js extension.js metadata.json prefs.js README.md _build 12 | echo Build was successfull 13 | 14 | compile-schema: ./schemas/org.gnome.shell.extensions.topicons.gschema.xml 15 | glib-compile-schemas schemas 16 | 17 | clean: 18 | rm -rf _build 19 | -------------------------------------------------------------------------------- /antergos/grub2-editor/grub2-editor.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo -e '\e[93m'"==> "'\e[1;97m'"Run 'kbuildsycoca4' as normal user to rebuild your system configuration cache"'\e[0m' 3 | } 4 | 5 | post_remove() { 6 | echo -e '\e[93m'"==> "'\e[1;97m'"Run 'kbuildsycoca4' as normal user to rebuild your system configuration cache"'\e[0m' 7 | } 8 | # -*- mode: bash;-*- 9 | -------------------------------------------------------------------------------- /antergos/grub2-theme-antergos/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:16 UTC 2017 3 | pkgbase = grub2-theme-antergos 4 | pkgdesc = Antergos default Grub2 theme 5 | pkgver = 0.1 6 | pkgrel = 1 7 | url = https://github.com/Antergos/grub2-theme-antergos 8 | install = grub2-theme-antergos.install 9 | arch = any 10 | license = GPL 11 | depends = grub 12 | source = https://github.com/Antergos/grub2-theme-antergos/archive/0.1.tar.gz 13 | source = grub2-theme-antergos.install 14 | sha256sums = a80a36bde5fcaa998b72ae8df98ad6c68b8666301b83ccdb0f28c5e0c5ad52a6 15 | sha256sums = 9841d39f9fdc97de61b78961cd5d491eefaa16e42e9cee1f26e2678445c423b7 16 | 17 | pkgname = grub2-theme-antergos 18 | 19 | -------------------------------------------------------------------------------- /antergos/grub2-theme-antergos/grub2-theme-antergos.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | cat << _EOF 3 | 4 | ==> Installation: 5 | ==> Add theme to your /etc/default/grub: 6 | GRUB_THEME="/boot/grub/themes/Antergos-Default/theme.txt" 7 | ==> Preferred resolution 1024x768: GRUB_GFXMODE=1024x768 8 | ==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg 9 | 10 | _EOF 11 | } 12 | # -*- mode: bash;-*- 13 | -------------------------------------------------------------------------------- /antergos/gtk-theme-adapta/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jul 17 00:06:53 UTC 2017 3 | pkgbase = gtk-theme-adapta 4 | pkgdesc = An adaptive Gtk+ theme based on Material Design Guidelines. 5 | pkgver = 3.91.0.150 6 | pkgrel = 1 7 | url = https://github.com/tista500/Adapta 8 | arch = any 9 | groups = themes 10 | groups = themes::gtk 11 | license = GPL2 12 | depends = adapta-gtk-theme 13 | 14 | pkgname = gtk-theme-adapta 15 | 16 | -------------------------------------------------------------------------------- /antergos/gtk-theme-e17gtk/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = gtk-theme-e17gtk 4 | pkgdesc = A dark Gtk theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to Gtk3, Gtk2 and Qt widgets 5 | pkgver = 20150731 6 | pkgrel = 1 7 | url = http://gnome-look.org/content/show.php/E17gtk?content=163472 8 | arch = any 9 | license = GPL 10 | source = http://gnome-look.org/CONTENT/content-files/163472-E17gtk-20150731-1.tar.xz 11 | sha1sums = d9a8442fbdb62daa921d8d25054d9755706e7119 12 | 13 | pkgname = gtk-theme-e17gtk 14 | 15 | -------------------------------------------------------------------------------- /antergos/gtk-theme-e17gtk/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Rob McCathie 2 | 3 | pkgname=gtk-theme-e17gtk 4 | pkgver=20150731 5 | pkgrel=1 6 | pkgdesc="A dark Gtk theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to Gtk3, Gtk2 and Qt widgets" 7 | arch=('any') 8 | url="http://gnome-look.org/content/show.php/E17gtk?content=163472" 9 | license=('GPL') 10 | source=("http://gnome-look.org/CONTENT/content-files/163472-E17gtk-20150731-1.tar.xz") 11 | sha1sums=('d9a8442fbdb62daa921d8d25054d9755706e7119') 12 | 13 | package() { 14 | mkdir -p "$pkgdir"/usr/share/themes 15 | cp -r "$srcdir"/E17gtk "$pkgdir"/usr/share/themes 16 | } 17 | 18 | -------------------------------------------------------------------------------- /antergos/gtk-theme-paper/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = gtk-theme-paper 4 | pkgdesc = A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth. 5 | pkgver = 2.1.0 6 | pkgrel = 1 7 | url = http://snwh.org/paper/theme/ 8 | arch = any 9 | groups = themes 10 | groups = themes::gtk 11 | license = GPL3 12 | makedepends = git 13 | depends = gtk-engine-murrine 14 | conflicts = paper-gtk-theme-git 15 | source = paper-gtk-theme-2.1.0::https://github.com/snwh/paper-gtk-theme/archive/v2.1.0.zip 16 | md5sums = f4bc59c037f24cf9a8d0925398b3e10a 17 | 18 | pkgname = gtk-theme-paper 19 | 20 | -------------------------------------------------------------------------------- /antergos/html2text/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:11 UTC 2017 3 | pkgbase = html2text 4 | pkgdesc = A HTML to text converter with utf-8 patch 5 | pkgver = 1.3.2a 6 | pkgrel = 1 7 | url = http://www.mbayer.de/html2text 8 | arch = x86_64 9 | license = GPL2 10 | depends = gcc-libs 11 | depends = libgee 12 | conflicts = html2text 13 | source = http://www.mbayer.de/html2text/downloads/html2text-1.3.2a.tar.gz 14 | source = http://www.mbayer.de/html2text/downloads/patch-utf8-html2text-1.3.2a.diff 15 | sha256sums = 000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392 16 | sha256sums = be4e90094d2854059924cb2c59ca31a5e9e0e22d2245fa5dc0c03f604798c5d1 17 | 18 | pkgname = html2text 19 | 20 | -------------------------------------------------------------------------------- /antergos/icecat/icecat.install: -------------------------------------------------------------------------------- 1 | post_install () { 2 | update-desktop-database -q 3 | } 4 | 5 | # arg 1: the new package version 6 | # arg 2: the old package version 7 | post_upgrade() { 8 | update-desktop-database -q 9 | } 10 | 11 | post_remove() { 12 | update-desktop-database -q 13 | } 14 | -------------------------------------------------------------------------------- /antergos/icecat/vendor.js: -------------------------------------------------------------------------------- 1 | // Use LANG environment variable to choose locale 2 | pref("intl.locale.matchOS", true); 3 | 4 | // Disable default browser checking. 5 | pref("browser.shell.checkDefaultBrowser", false); 6 | 7 | // Don't disable our bundled extensions in the application directory 8 | pref("extensions.autoDisableScopes", 11); 9 | pref("extensions.shownSelectionUI", true); 10 | -------------------------------------------------------------------------------- /antergos/intellij-idea-ue-eap/intellij-idea-ue-eap.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=IntelliJ IDEA EAP 3 | Version= 4 | Type=Application 5 | Exec="/opt/intellij-idea-ue-eap/bin/idea.sh" %f 6 | Icon=/opt/intellij-idea-ue-eap/bin/idea.png 7 | Comment="Intelligent Java IDE with out-of-the-box support for web, enterprise, and mobile frameworks. Early Access Program (EAP) Build." 8 | Categories=Development;IDE; 9 | Terminal=false 10 | StartupNotify=true 11 | StartupWMClass=jetbrains-idea 12 | Name[en_US]=intellij-idea-ue-eap.desktop 13 | -------------------------------------------------------------------------------- /antergos/iso-hotfix-utility/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = iso-hotfix-utility 4 | pkgdesc = Make changes to linux live install media on-the-fly when the media is booted. 5 | pkgver = 1.0.17 6 | pkgrel = 2 7 | url = https://antergos.com/ 8 | arch = any 9 | license = GPL3 10 | depends = libnotify 11 | depends = gettext 12 | depends = antergos-mirrorlist 13 | source = https://github.com/Antergos/iso-hotfix-utility/archive/1.0.17.zip 14 | md5sums = 5708ca4efdab558b4b6ec1b964e74c88 15 | 16 | pkgname = iso-hotfix-utility 17 | 18 | -------------------------------------------------------------------------------- /antergos/jetbrains-toolbox/.settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "install_location": "/opt/JetBrains" 3 | } 4 | -------------------------------------------------------------------------------- /antergos/jetbrains-toolbox/jetbrains-toolbox.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=JetBrains Toolbox 4 | Exec=/usr/bin/jetbrains-toolbox 5 | Icon=/usr/share/pixmaps/jetbrains-toolbox.svg 6 | StartupNotify=false 7 | Categories=Development;IDE; 8 | Terminal=false 9 | X-GNOME-Autostart-enabled=true 10 | X-GNOME-Autostart-delay=30 11 | StartupWMClass=jetbrains-toolbox 12 | MimeType=x-scheme-handler/jetbrains; 13 | -------------------------------------------------------------------------------- /antergos/jetbrains-toolbox/toolbox.svg: -------------------------------------------------------------------------------- 1 | ToolBox_trayIcon_colour_32-01 -------------------------------------------------------------------------------- /antergos/kalu/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: jjacky 2 | pkgname=kalu 3 | pkgver=4.3.0 4 | pkgrel=3 5 | pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news" 6 | arch=('x86_64') 7 | url="http://jjacky.com/kalu" 8 | license=('GPL3+') 9 | depends=('dbus' 'polkit' 'gtk3' 'pacman>=5.1' 'curl' 'libnotify' 10 | 'notification-daemon') 11 | makedepends=('perl' 'groff') 12 | source=(http://jjacky.com/$pkgname/$pkgname-$pkgver.tar.xz) 13 | install=kalu.install 14 | sha1sums=('4e9fc8b311077d3720af8619de04c917c01acbfb') 15 | 16 | build() { 17 | cd "$srcdir/$pkgname-$pkgver" 18 | ./configure --prefix=/usr 19 | make 20 | } 21 | 22 | package() { 23 | cd "$srcdir/$pkgname-$pkgver" 24 | make DESTDIR="$pkgdir/" install 25 | chmod 750 "$pkgdir/usr/share/polkit-1/rules.d" 26 | chown 0:102 "$pkgdir/usr/share/polkit-1/rules.d" 27 | } 28 | 29 | # vim:set ts=2 sw=2 et: 30 | -------------------------------------------------------------------------------- /antergos/kalu/kalu.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | /usr/bin/getent group kalu >/dev/null 2>&1 || usr/sbin/groupadd -g 214 kalu &>/dev/null 3 | } 4 | 5 | post_upgrade() { 6 | post_install 7 | } 8 | 9 | post_remove() { 10 | if /usr/bin/getent group kalu >/dev/null 2>&1; then 11 | /usr/sbin/groupdel kalu 12 | fi 13 | } 14 | -------------------------------------------------------------------------------- /antergos/kate-root/kate-root.patch: -------------------------------------------------------------------------------- 1 | --- src/main.cpp 2017-04-27 19:44:06.347139195 +0200 2 | +++ src/main1.cpp 2017-04-27 19:45:24.708211869 +0200 3 | @@ -59,16 +59,6 @@ 4 | 5 | int main(int argc, char **argv) 6 | { 7 | -#ifndef Q_OS_WIN 8 | - /** 9 | - * Check whether we are running as root 10 | - **/ 11 | - if (getuid() == 0) { 12 | - std::cout << "Executing Kate as root is not possible. To edit files as root use:" << std::endl; 13 | - std::cout << "SUDO_EDITOR=kate sudoedit " << std::endl; 14 | - return 0; 15 | - } 16 | -#endif 17 | /** 18 | * init resources from our static lib 19 | */ 20 | -------------------------------------------------------------------------------- /antergos/kde-servicemenus-rootactions/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Apr 23 11:40:01 UTC 2017 3 | pkgbase = kde-servicemenus-rootactions 4 | pkgdesc = Allows admin users to perform several root only actions from dolphin via kdesu/kdesudo 5 | pkgver = 2.9.1 6 | pkgrel = 1 7 | url = http://www.kde-apps.org/content/show.php?content=48411 8 | arch = any 9 | license = GPL 10 | depends = dolphin 11 | depends = kdialog 12 | source = https://dl.opendesktop.org/api/files/download/id/1485341541/rootactions_servicemenu_2.9.1.tar.gz 13 | md5sums = 44769ab05560bb1ba5a69a30be8b1c92 14 | 15 | pkgname = kde-servicemenus-rootactions 16 | 17 | -------------------------------------------------------------------------------- /antergos/kdesudo/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:11 UTC 2017 3 | pkgbase = kdesudo 4 | pkgdesc = A sudo frontend for KDE 5 | pkgver = 3.4.2.4 6 | pkgrel = 3 7 | url = https://launchpad.net/kdesudo 8 | arch = x86_64 9 | license = GPL 10 | makedepends = cmake 11 | makedepends = automoc4 12 | makedepends = kde-dev-scripts 13 | depends = kdebase-runtime 14 | depends = sudo 15 | depends = kdelibs4support 16 | depends = karchive 17 | options = !emptydirs 18 | source = kdesudo.tar.gz 19 | md5sums = db152fc5c1ea8b31fd5c2aeedcc860ab 20 | 21 | pkgname = kdesudo 22 | 23 | -------------------------------------------------------------------------------- /antergos/kdesudo/kdesudo.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/kdesudo/kdesudo.tar.gz -------------------------------------------------------------------------------- /antergos/kfaenza-icon-theme/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = kfaenza-icon-theme 4 | pkgdesc = Faenza icon theme for KDE4 5 | pkgver = 0.8.9 6 | pkgrel = 5 7 | url = http://kde-look.org/content/show.php?content=143890 8 | arch = any 9 | license = GPL 10 | options = !strip 11 | source = http://pkgs.fedoraproject.org/repo/pkgs/kfaenza-icon-theme/kfaenza-icon-theme-0.8.9.tar.gz/95e9f287da7a0fd76fb406d313eee77e/kfaenza-icon-theme-0.8.9.tar.gz 12 | source = kfaenza-icon-patch-0.3.tar.gz 13 | sha512sums = cb66f9ab7f25c4f5c4f5148d6dcdda4015f7ef128234845b60ab06db4b82f2fc0103f922f349a93a8e559b781db44e9c6865a2d0dadab8988c4a34f65a867cc4 14 | sha512sums = 0a0bf105d320c25ffca06f6fbfdd4298ea891012aaa33df9494dbab04f786bd5b9b7a18a5a388333fb8af708334ee4653f8aaa86b0221b3ef45755bb3b8f3d8a 15 | 16 | pkgname = kfaenza-icon-theme 17 | 18 | -------------------------------------------------------------------------------- /antergos/kfaenza-icon-theme/kfaenza-icon-patch-0.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/kfaenza-icon-theme/kfaenza-icon-patch-0.3.tar.gz -------------------------------------------------------------------------------- /antergos/lembrame/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Alexandre Filgueira /dev/null 3 | } 4 | 5 | post_remove() { 6 | xdg-icon-resource forceupdate --theme hicolor &> /dev/null 7 | } 8 | 9 | post_install() { 10 | xdg-icon-resource forceupdate --theme hicolor &> /dev/null 11 | echo "" 12 | echo "If the program crashes, try renaming your menu folder:" 13 | echo "mv ~/.config/menus ~/.config/menus.old" 14 | echo "" 15 | } 16 | -------------------------------------------------------------------------------- /antergos/meson-git/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = meson-git 4 | pkgdesc = Next-generation build system built with python and powered by Ninja. 5 | pkgver = 0.39.1 6 | pkgrel = 2 7 | url = http://mesonbuild.com/ 8 | arch = any 9 | license = Apache 10 | depends = python 11 | depends = ninja 12 | provides = meson 13 | conflicts = meson 14 | source = git+https://github.com/mesonbuild/meson.git 15 | md5sums = SKIP 16 | 17 | pkgname = meson-git 18 | 19 | -------------------------------------------------------------------------------- /antergos/mpathconf/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos devs 2 | # Original Maintainer: Christian Hesse 3 | 4 | pkgname=mpathconf 5 | pkgver=0.5.0 6 | pkgrel=1 7 | pkgdesc='mpathconf - A tool for configuring device-mapper-multipath' 8 | arch=('x86_64') 9 | url='http://pkgs.fedoraproject.org/cgit/device-mapper-multipath.git/' 10 | license=('GPL2') 11 | depends=('multipath-tools') 12 | source=('mpathconf' 'mpathconf.8') 13 | sha256sums=('d8a511cf8f75fc09f5e8cfb81d643e840823362356f5e5aee3c62d3a2356905c' 14 | 'e7dc54b1fc1be1ce8cb67947cf5876ec8a2dc79783b10d0c48165931ffa01778') 15 | 16 | package() { 17 | install -D -m0755 "${srcdir}"/mpathconf "${pkgdir}"/usr/bin/mpathconf 18 | install -D -m0644 "${srcdir}"/mpathconf.8 "${pkgdir}"/usr/share/man/man8/mpathconf.8 19 | } 20 | -------------------------------------------------------------------------------- /antergos/mt7630e/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:36 UTC 2017 3 | pkgbase = mt7630e 4 | pkgdesc = MT7630e PCIe Wifi driver 5 | pkgver = 2.3.9 6 | pkgrel = 1 7 | url = http://www.mediatek.com/en/downloads/mt7630-pcie/ 8 | install = mt7630e.install 9 | arch = x86_64 10 | license = GPL 11 | depends = dkms 12 | depends = linux-headers 13 | source = mt7630e::git+https://github.com/benjarobin/MT7630E.git#tag=v2.3.9 14 | source = dkms.conf 15 | md5sums = SKIP 16 | md5sums = 2b0d2c38fac1a785795bb5279d966585 17 | 18 | pkgname = mt7630e 19 | 20 | -------------------------------------------------------------------------------- /antergos/mt7630e/dkms.conf: -------------------------------------------------------------------------------- 1 | PACKAGE_NAME="mt7630e" 2 | PACKAGE_VERSION="2.3.2" 3 | BUILT_MODULE_NAME[0]="mt7630e" 4 | DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless" 5 | AUTOINSTALL="yes" 6 | REMAKE_INITRD="yes" 7 | -------------------------------------------------------------------------------- /antergos/multipath-tools/multipath-tools.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | cat <<-EOF 3 | * For full functonality ensure that the dm_multipath kernel module is loaded 4 | EOF 5 | } 6 | -------------------------------------------------------------------------------- /antergos/n1/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:19 UTC 2017 3 | pkgbase = n1 4 | pkgdesc = A mail client for Mac, Linux, and Windows that is built on the modern web and designed to be extended. 5 | pkgver = 1.5.0 6 | pkgrel = 3 7 | url = https://nylas.com/N1/ 8 | install = n1.install 9 | arch = x86_64 10 | groups = email 11 | license = GPLv3 12 | depends = gtk2 13 | depends = libgnome-keyring 14 | depends = desktop-file-utils 15 | depends = python2 16 | depends = gconf 17 | depends = nodejs 18 | depends = libnotify 19 | depends = libxtst 20 | depends = nss 21 | depends = alsa-lib 22 | depends = xdg-utils 23 | optdepends = gnome-keyring: provides secret service 24 | source = https://github.com/nylas/N1/releases/download/1.5.0/N1-1.5.0.deb 25 | md5sums = 0510570bc107f4329c99b62719d774c4 26 | 27 | pkgname = n1 28 | 29 | -------------------------------------------------------------------------------- /antergos/n1/n1.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | gtk-update-icon-cache /usr/share/icons/hicolor > /dev/null 2>&1 3 | update-desktop-database -q 4 | } 5 | 6 | post_upgrade() { 7 | gtk-update-icon-cache /usr/share/icons/hicolor > /dev/null 2>&1 8 | update-desktop-database -q 9 | } 10 | 11 | -------------------------------------------------------------------------------- /antergos/nord-dircolors/nord-dircolors.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo ">>> Copy /etc/skel/.dir_colors file to your $HOME folder to use it" 3 | } 4 | 5 | post_upgrade() { 6 | echo ">>> Copy /etc/skel/.dir_colors file to your $HOME folder to use it" 7 | } 8 | -------------------------------------------------------------------------------- /antergos/nord-gnome-terminal/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=nord-gnome-terminal 4 | pkgver=0.1.0 5 | pkgrel=1 6 | pkgdesc="An arctic, north-bluish clean and elegant Gnome Terminal color theme" 7 | arch=("any") 8 | url="https://github.com/arcticicestudio/nord-gnome-terminal" 9 | license=("Apache", "CC-BY-SA-4.0") 10 | depends=("gnome-terminal" "nord-dircolors") 11 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arcticicestudio/${pkgname}/archive/v${pkgver}.tar.gz") 12 | md5sums=("180fc17671f2bfc2ef607db2b358f8af") 13 | groups=('nord') 14 | install=${pkgname}.install 15 | 16 | package() { 17 | cd "${srcdir}/${pkgname}-${pkgver}" 18 | install -Dm755 "src/sh/nord.sh" "${pkgdir}/usr/bin/nord-gnome-terminal" 19 | } 20 | -------------------------------------------------------------------------------- /antergos/nord-gnome-terminal/nord-gnome-terminal.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | # Create nord gnome-terminal profile 3 | /usr/bin/nord-gnome-terminal 4 | } 5 | 6 | post_upgrade() { 7 | # Create nord gnome-terminal profile 8 | /usr/bin/nord-gnome-terminal 9 | } 10 | -------------------------------------------------------------------------------- /antergos/nord-konsole/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=nord-konsole 4 | pkgver=0.1.0 5 | pkgrel=1 6 | pkgdesc="An arctic, north-bluish clean and elegant Konsole Terminal color theme" 7 | arch=("any") 8 | url="https://github.com/arcticicestudio/nord-konsole" 9 | license=("Apache", "CC-BY-SA-4.0") 10 | depends=("konsole" "nord-dircolors") 11 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arcticicestudio/${pkgname}/archive/v${pkgver}.tar.gz") 12 | md5sums=("a7ba11bb4e621b2a71f4259237f57e7e") 13 | groups=('nord') 14 | 15 | package() { 16 | cd "${srcdir}/${pkgname}-${pkgver}" 17 | install -Dm644 "src/nord.colorscheme" "${pkgdir}/usr/share/konsole/nord.colorscheme" 18 | } 19 | -------------------------------------------------------------------------------- /antergos/nord-termite/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=nord-termite 4 | pkgver=0.2.0 5 | pkgrel=1 6 | pkgdesc="An arctic, north-bluish clean and elegant Termite color theme" 7 | arch=("any") 8 | url="https://github.com/arcticicestudio/nord-termite" 9 | license=("Apache", "CC-BY-SA-4.0") 10 | depends=("termite" "nord-dircolors") 11 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arcticicestudio/${pkgname}/archive/v${pkgver}.tar.gz") 12 | md5sums=("5dd31d1935f89984d3e600dfd7194ff1") 13 | groups=('nord') 14 | 15 | package() { 16 | cd "${srcdir}/${pkgname}-${pkgver}" 17 | install -Dm644 "src/config" "${pkgdir}/etc/xdg/termite.cfg" 18 | } 19 | -------------------------------------------------------------------------------- /antergos/nord-xfce-terminal/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Original Maintainer: Arctic Ice Studio 2 | # Maintainer: Antergos Devs 3 | 4 | pkgname=nord-xfce-terminal 5 | pkgver=0.1.0 6 | pkgrel=1 7 | pkgdesc="An arctic, north-bluish clean and elegant XFCE Terminal color theme" 8 | arch=("any") 9 | url="https://github.com/arcticicestudio/nord-xfce-terminal" 10 | license=("Apache", "CC-BY-SA-4.0") 11 | depends=("xfce4-terminal" "nord-dircolors") 12 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arcticicestudio/${pkgname}/archive/v${pkgver}.tar.gz") 13 | md5sums=("28403616222a15f9a2c3f5a86462556a") 14 | groups=('nord') 15 | 16 | package() { 17 | cd "${srcdir}/${pkgname}-${pkgver}" 18 | install -Dm644 "src/nord.theme" "${pkgdir}/usr/share/xfce4/terminal/colorschemes/nord.theme" 19 | } 20 | -------------------------------------------------------------------------------- /antergos/nord/nord-dircolors: -------------------------------------------------------------------------------- 1 | ../nord-dircolors -------------------------------------------------------------------------------- /antergos/nord/nord-gnome-terminal: -------------------------------------------------------------------------------- 1 | ../nord-gnome-terminal -------------------------------------------------------------------------------- /antergos/nord/nord-konsole: -------------------------------------------------------------------------------- 1 | ../nord-konsole -------------------------------------------------------------------------------- /antergos/nord/nord-termite: -------------------------------------------------------------------------------- 1 | ../nord-termite -------------------------------------------------------------------------------- /antergos/nord/nord-xfce-terminal: -------------------------------------------------------------------------------- 1 | ../nord-xfce-terminal -------------------------------------------------------------------------------- /antergos/numix-folders/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:19 UTC 2017 3 | pkgbase = numix-folders 4 | pkgdesc = Alternate folders for use with the Numix base icon theme. 5 | pkgver = r398 6 | pkgrel = 1 7 | url = https://github.com/numixproject/numix-folders 8 | install = numix-folders.install 9 | arch = any 10 | license = GPL3 11 | makedepends = git 12 | depends = numix-icon-theme 13 | optdepends = python-gobject: GUI support 14 | optdepends = gksu: GUI support 15 | options = !strip 16 | source = numix-folders::git+https://github.com/Antergos/numix-folders 17 | sha256sums = SKIP 18 | 19 | pkgname = numix-folders 20 | 21 | -------------------------------------------------------------------------------- /antergos/numix-folders/numix-folders.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | update-desktop-database -q 3 | } 4 | 5 | post_upgrade() { 6 | post_install 7 | } 8 | 9 | post_remove() { 10 | post_install 11 | } 12 | -------------------------------------------------------------------------------- /antergos/numix-frost-themes/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = numix-frost-themes 4 | pkgdesc = Official Numix GTK theme - Antergos Edition 5 | pkgver = 3.6.6 6 | pkgrel = 1 7 | url = http://numixproject.org/ 8 | arch = any 9 | groups = themes 10 | groups = themes::gtk 11 | license = GPL3 12 | makedepends = ruby-sass 13 | makedepends = npm 14 | makedepends = gulp 15 | depends = gtk-engine-murrine 16 | depends = gtk3>=3.18 17 | replaces = gtk-theme-numix-frost 18 | source = numix-frost-themes-3.6.6::https://github.com/Antergos/Numix-Frost/archive/3.6.6.zip 19 | md5sums = bf5cc4df65f2099a491ab2f7ac483585 20 | 21 | pkgname = numix-frost-themes 22 | 23 | -------------------------------------------------------------------------------- /antergos/numix-icon-theme-circle/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = numix-icon-theme-circle 2 | pkgdesc = Circle icon theme from the Numix project 3 | pkgver = 19.02.07 4 | pkgrel = 1 5 | epoch = 1 6 | url = http://numixproject.org/ 7 | arch = any 8 | license = GPL3 9 | makedepends = git 10 | depends = numix-icon-theme 11 | provides = numix-circle-icon-theme 12 | provides = numix-circle-light-icon-theme 13 | provides = numix-icon-theme-circle 14 | conflicts = numix-circle-icon-theme 15 | conflicts = numix-circle-light-icon-theme 16 | conflicts = numix-circle-icon-theme-git 17 | source = numix-icon-theme-circle-19.02.07.tar.gz::https://github.com/numixproject/numix-icon-theme-circle/archive/19.02.07.tar.gz 18 | sha256sums = 64ea91d809ea7918dc180e8f4eeeda96099ba1e7c15d46aa2b565b1f85a91ca3 19 | 20 | pkgname = numix-icon-theme-circle 21 | 22 | -------------------------------------------------------------------------------- /antergos/numix-icon-theme-square/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = numix-icon-theme-square 2 | pkgdesc = Square icon expansion theme from the Numix project 3 | pkgver = 19.02.07 4 | pkgrel = 1 5 | epoch = 2 6 | url = http://numixproject.org/ 7 | arch = any 8 | license = GPL3 9 | depends = numix-icon-theme 10 | conflicts = numix-icon-theme-square-git 11 | replaces = numix-icon-theme-square-kde 12 | source = https://github.com/numixproject/numix-icon-theme-square/archive/19.02.07.tar.gz 13 | sha256sums = 6c06bec3f941d75be4123944b059dd84c8df2e17cbbc7f6bbae931685dd2a828 14 | 15 | pkgname = numix-icon-theme-square 16 | 17 | -------------------------------------------------------------------------------- /antergos/numix-icon-theme/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sat Sep 8 23:08:46 UTC 2018 3 | pkgbase = numix-icon-theme 4 | pkgdesc = Base icon theme from the Numix project 5 | pkgver = 18.07.17 6 | pkgrel = 1 7 | epoch = 1 8 | url = http://numixproject.org/ 9 | install = numix-icon-theme.install 10 | arch = any 11 | license = GPL3 12 | makedepends = git 13 | depends = adwaita-icon-theme 14 | options = !strip 15 | source = numix-icon-theme-18.07.17.tar.gz::http://github.com/numixproject/numix-icon-theme/archive/18.07.17.tar.gz 16 | source = antergos-ball-for-dark-themes.svg 17 | source = antergos-ball-for-light-themes.svg 18 | md5sums = e38b15d0698efbeb722346e479edb29f 19 | md5sums = b53a44445cf8db72d38c13c93cb42abe 20 | md5sums = 7285681ca2f956a4b4c3c0898c895eb8 21 | 22 | pkgname = numix-icon-theme 23 | 24 | -------------------------------------------------------------------------------- /antergos/numix-icon-theme/numix-icon-theme.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | case $DESKTOP_SESSION in 3 | kde*|*plasma*|lxqt*) 4 | sed -i 's|Adwaita|Breeze|g' /usr/share/icons/Numix-Light/index.theme 5 | sed -i 's|gnome|Breeze|g' /usr/share/icons/Numix/index.theme 6 | ;; 7 | esac 8 | } 9 | 10 | post_upgrade() { 11 | post_install 12 | } 13 | 14 | 15 | # -*- mode:bash; -*- 16 | -------------------------------------------------------------------------------- /antergos/nvidia-installer/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = nvidia-installer 4 | pkgdesc = Script to setup nvidia drivers in Antergos 5 | pkgver = 1.10 6 | pkgrel = 1 7 | url = http://www.antergos.com 8 | arch = any 9 | license = GPL2 10 | depends = python 11 | source = nvidia-installer-1.10::git+https://github.com/Antergos/nvidia-installer.git 12 | sha256sums = SKIP 13 | 14 | pkgname = nvidia-installer 15 | 16 | -------------------------------------------------------------------------------- /antergos/nvidia-installer/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Gustau Castells 2 | 3 | pkgname=nvidia-installer 4 | pkgver=1.17 5 | pkgrel=2 6 | pkgdesc="Script to setup nvidia drivers in Antergos" 7 | url="http://www.antergos.com" 8 | arch=('any') 9 | license=('GPL2') 10 | depends=('python') 11 | source=("${pkgname}-${pkgver}::git+https://github.com/Antergos/${pkgname}.git") 12 | sha256sums=('SKIP') 13 | 14 | package() { 15 | cd "${srcdir}/${pkgname}-${pkgver}" 16 | install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} 17 | 18 | install -d "${pkgdir}/var/lib/pci" 19 | for file in $(find pci/. -type f); do 20 | install -Dm644 ${file#./} "${pkgdir}/var/lib/pci/${file#pci/./}" 21 | done 22 | } 23 | -------------------------------------------------------------------------------- /antergos/obkey/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:19 UTC 2017 3 | pkgbase = obkey 4 | pkgdesc = Openbox Key Editor 5 | pkgver = 1.0 6 | pkgrel = 4 7 | url = http://code.google.com/p/obkey 8 | arch = any 9 | license = GPL 10 | depends = python2 11 | depends = pygtk 12 | conflicts = obkey-git 13 | replaces = obkey-dev 14 | source = https://github.com/nsf/obkey/archive/v1.0.tar.gz 15 | md5sums = 41686cfe4708fe304a16163496fa05d8 16 | 17 | pkgname = obkey 18 | 19 | -------------------------------------------------------------------------------- /antergos/obkey/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: 2 | # Contributor: Jonathan Steel 3 | # Contributor: Wido 4 | 5 | pkgname=obkey 6 | pkgver=1.0 7 | pkgrel=4 8 | pkgdesc='Openbox Key Editor' 9 | arch=('any') 10 | url="http://code.google.com/p/obkey" 11 | depends=('python2' 'pygtk') 12 | license=('GPL') 13 | conflicts=('obkey-git') 14 | replaces=('obkey-dev') 15 | source=(https://github.com/nsf/obkey/archive/v${pkgver}.tar.gz) 16 | md5sums=('41686cfe4708fe304a16163496fa05d8') 17 | 18 | 19 | package() { 20 | cd "$srcdir"/$pkgname-$pkgver 21 | 22 | python2 setup.py install --root="$pkgdir" 23 | } 24 | 25 | # vim:set ts=2 sw=2 et: 26 | 27 | -------------------------------------------------------------------------------- /antergos/oblogout-fork/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = oblogout-fork 4 | pkgdesc = Openbox Logout Script Fork used by CrunchBang 5 | pkgver = 20130106 6 | pkgrel = 3 7 | url = https://github.com/Cloudef/oblogout-fork 8 | install = oblogout.install 9 | arch = any 10 | license = GPL2 11 | makedepends = git 12 | depends = pygtk 13 | depends = python2-pillow 14 | depends = python2-distutils-extra 15 | depends = python2-dbus 16 | optdepends = upower 17 | conflicts = openboxlogout-gnome 18 | conflicts = oblogout 19 | backup = etc/oblogout.conf 20 | source = oblogout.conf 21 | source = switch-user.patch 22 | md5sums = 1e43b3a6ffeaefa0f68152a473259676 23 | md5sums = 86a7a64ae86c0d733f69d37da05eb357 24 | 25 | pkgname = oblogout-fork 26 | 27 | -------------------------------------------------------------------------------- /antergos/oblogout-fork/oblogout.install: -------------------------------------------------------------------------------- 1 | post_install () { 2 | 3 | echo ' IMPORTANT' 4 | echo 'Make sure that dbus is running' 5 | echo 'Customise the config (/etc/oblogout.conf) as required' 6 | } 7 | 8 | post_upgrade() { 9 | post_install $1 10 | } 11 | 12 | op=$1 13 | shift 14 | $op $* 15 | # -*- mode: bash;-*- 16 | -------------------------------------------------------------------------------- /antergos/octopi/enable-kstatus.patch: -------------------------------------------------------------------------------- 1 | diff -Naur notifier/octopi-notifier/octopi-notifier.pro-orig notifier/octopi-notifier/octopi-notifier.pro 2 | --- notifier/octopi-notifier/octopi-notifier.pro-orig 2016-04-01 16:34:55.541500593 -0400 3 | +++ notifier/octopi-notifier/octopi-notifier.pro 2016-04-01 16:34:59.948205892 -0400 4 | @@ -8,7 +8,7 @@ 5 | 6 | # This controls whether octopi-notifier uses KStatusNotifier lib 7 | # You SHOULD REALLY enable the following define in plasma 5 desktops! 8 | -#DEFINES += KSTATUS 9 | +DEFINES += KSTATUS 10 | 11 | contains(DEFINES, KSTATUS){ 12 | QT += KNotifications 13 | -------------------------------------------------------------------------------- /antergos/octopi/octopi-repoeditor.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Octopi Repo Editor 3 | Icon=octopi-repoeditor 4 | Exec=octopi-repoeditor 5 | Terminal=false 6 | Type=Application 7 | Categories=GNOME;GTK;System; 8 | #NotShowIn=GNOME;XFCE;LXDE;KDE; 9 | StartupNotify=true 10 | -------------------------------------------------------------------------------- /antergos/openbox-menu/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:37 UTC 2017 3 | pkgbase = openbox-menu 4 | pkgdesc = Dynamic XDG menu for openbox 5 | pkgver = 0.8.0 6 | pkgrel = 1 7 | url = http://mimasgpc.free.fr/openbox-menu.html 8 | arch = x86_64 9 | license = GPL3 10 | depends = gtk2 11 | depends = menu-cache 12 | optdepends = lxmenu-data: LXDE menus 13 | optdepends = gnome-menus: GNOME menus 14 | source = https://bitbucket.org/fabriceT/openbox-menu/downloads/openbox-menu-0.8.0.tar.bz2 15 | source = with-svg.patch 16 | md5sums = 0d6f907adf2d47dd4d4198c0ff14721d 17 | md5sums = 484bd49f619e57f9fb2be42931d57dd5 18 | 19 | pkgname = openbox-menu 20 | 21 | -------------------------------------------------------------------------------- /antergos/openbox-menu/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Contributors: Calimero 2 | # Maintainer: mimas 3 | 4 | pkgname=openbox-menu 5 | pkgver=0.8.0 6 | pkgrel=1 7 | pkgdesc="Dynamic XDG menu for openbox" 8 | arch=('x86_64') 9 | url="http://mimasgpc.free.fr/openbox-menu.html" 10 | license=('GPL3') 11 | depends=('gtk2' 'menu-cache') 12 | optdepends=('lxmenu-data: LXDE menus' 'gnome-menus: GNOME menus') 13 | source=("https://bitbucket.org/fabriceT/openbox-menu/downloads/${pkgname}-${pkgver}.tar.bz2" "with-svg.patch") 14 | md5sums=('0d6f907adf2d47dd4d4198c0ff14721d' 15 | '484bd49f619e57f9fb2be42931d57dd5') 16 | 17 | build() { 18 | cd "${srcdir}/${pkgname}-${pkgver}" 19 | patch -i ../with-svg.patch 20 | make 21 | } 22 | 23 | package() { 24 | cd "${srcdir}/${pkgname}-${pkgver}" 25 | make install DESTDIR="${pkgdir}/usr/" 26 | } 27 | 28 | -------------------------------------------------------------------------------- /antergos/openbox-menu/with-svg.patch: -------------------------------------------------------------------------------- 1 | --- Makefile.old 2013-12-11 06:39:44.397358610 +0100 2 | +++ Makefile 2013-12-11 06:39:51.082275037 +0100 3 | @@ -7,7 +7,7 @@ 4 | CFLAGS+=-DWITH_ICONS 5 | # Uncomment this line if Openbox can display SVG icons 6 | # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must appear.. 7 | -# CFLAGS+=-DWITH_SVG 8 | +CFLAGS+=-DWITH_SVG 9 | 10 | prefix= /usr/local 11 | DESTDIR ?= $(prefix) 12 | -------------------------------------------------------------------------------- /antergos/opera-developer/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Sep 30 08:26:41 UTC 2018 3 | pkgbase = opera-developer 4 | pkgdesc = A fast and secure web browser and Internet suite - developer stream 5 | pkgver = 57.0.3090.0 6 | pkgrel = 1 7 | url = http://www.opera.com/browser/ 8 | arch = x86_64 9 | groups = browser 10 | license = custom:opera 11 | depends = alsa-lib 12 | depends = nss 13 | depends = gtk2 14 | depends = gconf 15 | depends = libxss 16 | depends = libxtst 17 | depends = desktop-file-utils 18 | optdepends = ffmpeg: HTML5 H264 and mp3 playback 19 | options = !strip 20 | source = http://ftp.opera.com/ftp/pub/opera-developer/57.0.3090.0/linux/opera-developer_57.0.3090.0_amd64.deb 21 | md5sums = e62c70bda516cc5e915aaec5673a016e 22 | 23 | pkgname = opera-developer 24 | 25 | -------------------------------------------------------------------------------- /antergos/pacaur/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu May 18 11:00:10 UTC 2017 3 | pkgbase = pacaur 4 | pkgdesc = An AUR helper that minimizes user interaction 5 | pkgver = 4.7.8 6 | pkgrel = 2 7 | url = https://github.com/rmarquis/pacaur 8 | arch = any 9 | license = ISC 10 | makedepends = perl 11 | depends = cower 12 | depends = expac 13 | depends = sudo 14 | depends = git 15 | backup = etc/xdg/pacaur/config 16 | source = https://github.com/rmarquis/pacaur/archive/4.7.8.tar.gz 17 | md5sums = 6f725f0f17cae3aaa08b654746c627d4 18 | 19 | pkgname = pacaur 20 | 21 | -------------------------------------------------------------------------------- /antergos/package-query/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue May 29 08:47:05 UTC 2018 3 | pkgbase = package-query 4 | pkgdesc = Query ALPM and AUR 5 | pkgver = 1.9.r380 6 | pkgrel = 3 7 | url = https://github.com/archlinuxfr/package-query/ 8 | arch = x86_64 9 | license = GPL 10 | depends = pacman 11 | depends = curl 12 | depends = yajl>=2.0 13 | source = package-query-1.9::https://github.com/archlinuxfr/package-query/archive/dc45413df71a8e5364e52f845417a56aa6706c57.zip 14 | md5sums = 0c4466a26766fa673ec28293d2482865 15 | 16 | pkgname = package-query 17 | 18 | -------------------------------------------------------------------------------- /antergos/pam_encfs/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = pam_encfs 4 | pkgdesc = pam_encfs is a module to auto mount encfs dir on login 5 | pkgver = 0.1.4.4 6 | pkgrel = 3 7 | url = http://code.google.com/p/pam-encfs/ 8 | arch = any 9 | license = GPL 10 | depends = encfs 11 | backup = etc/security/pam_encfs.conf 12 | source = http://pam-encfs.googlecode.com/files/pam_encfs-0.1.4.4.tar.gz 13 | md5sums = 20d10fa842e968a224af542db7e10d21 14 | 15 | pkgname = pam_encfs 16 | 17 | -------------------------------------------------------------------------------- /antergos/pam_encfs/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Contributor: Guillem Rieu 3 | 4 | pkgname=pam_encfs 5 | pkgver=0.1.4.4 6 | pkgrel=3 7 | pkgdesc="pam_encfs is a module to auto mount encfs dir on login" 8 | url="http://code.google.com/p/pam-encfs/" 9 | arch=(any) 10 | depends=('encfs') 11 | backup=('etc/security/pam_encfs.conf') 12 | license="GPL" 13 | source=(http://pam-encfs.googlecode.com/files/$pkgname-$pkgver.tar.gz) 14 | md5sums=('20d10fa842e968a224af542db7e10d21') 15 | 16 | build() { 17 | cd "${srcdir}/${pkgname}-${pkgver}" 18 | make 19 | } 20 | 21 | package() { 22 | cd "${srcdir}/${pkgname}-${pkgver}" 23 | make DESTDIR=${pkgdir}/usr install 24 | mkdir -p ${pkgdir}/etc/security 25 | cp pam_encfs.conf ${pkgdir}/etc/security 26 | } 27 | 28 | 29 | -------------------------------------------------------------------------------- /antergos/pamac-tray-appindicator: -------------------------------------------------------------------------------- 1 | pamac -------------------------------------------------------------------------------- /antergos/pamac-tray-appindicator-dev: -------------------------------------------------------------------------------- 1 | pamac-dev -------------------------------------------------------------------------------- /antergos/paranoid/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = paranoid 4 | pkgdesc = GTK+3 configuration tool for compton. 5 | pkgver = 1.1.1 6 | pkgrel = 2 7 | url = https://github.com/semplice/paranoid 8 | arch = any 9 | license = GPL3 10 | makedepends = git 11 | depends = python2 12 | depends = gtk3>=3.18 13 | depends = compton 14 | depends = python2-gobject 15 | source = git://github.com/semplice/paranoid.git 16 | source = fix-glade-location.patch 17 | source = paranoid.desktop 18 | sha256sums = SKIP 19 | sha256sums = e3a99709fae9befd5e708624e50520df14dd70ec927c4f311141bcd7fa402b11 20 | sha256sums = 4d86d9dad9146ea1ded99d8f1e39f6ecb10808f06a89271a2fe0e67696fe56d8 21 | 22 | pkgname = paranoid 23 | 24 | -------------------------------------------------------------------------------- /antergos/paranoid/fix-glade-location.patch: -------------------------------------------------------------------------------- 1 | --- paranoid.orig/paranoid.py 2013-06-06 12:31:54.762360000 +0200 2 | +++ paranoid/paranoid.py 2013-06-06 12:34:55.859016605 +0200 3 | @@ -24,7 +24,7 @@ 4 | import re 5 | import string 6 | 7 | -GUIFILE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "paranoid.glade") 8 | +GUIFILE = "/usr/share/paranoid/paranoid.glade" 9 | COMPTON = os.getenv('HOME') + "/.config/compton.conf" 10 | AUTOSTART = os.getenv('HOME') + "/.config/.composite_enabled" 11 | newconf = False 12 | -------------------------------------------------------------------------------- /antergos/paranoid/paranoid.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=paranoid 3 | GenericName=paranoid 4 | Comment=Configuration tool for compton 5 | Exec=python2 /usr/bin/paranoid.py 6 | Icon=desktop-effects 7 | Terminal=False 8 | Type=Application 9 | Categories=System; 10 | -------------------------------------------------------------------------------- /antergos/peek/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Dec 4 01:39:57 UTC 2017 3 | pkgbase = peek 4 | pkgdesc = An animated GIF recorder. 5 | pkgver = 1.2.1 6 | pkgrel = 1 7 | url = https://github.com/phw/peek 8 | arch = x86_64 9 | groups = tools 10 | license = GPL3 11 | makedepends = cmake 12 | makedepends = vala 13 | makedepends = gettext 14 | depends = gtk3 15 | depends = ffmpeg 16 | depends = libkeybinder3 17 | source = peek-1.2.1.zip::https://github.com/phw/peek/archive/1.2.1.zip 18 | md5sums = cc3885639aa5dd15d64518d4a4b03045 19 | 20 | pkgname = peek 21 | 22 | -------------------------------------------------------------------------------- /antergos/pkgstats-antergos/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:23 UTC 2017 3 | pkgbase = pkgstats-antergos 4 | pkgdesc = Submits a list of installed packages to the antergos and archlinux projects. 5 | pkgver = 2.3.1 6 | pkgrel = 2 7 | url = https://antergos.com/ 8 | arch = any 9 | license = GPL3 10 | depends = gettext 11 | depends = pacman 12 | depends = sed 13 | depends = systemd 14 | depends = awk 15 | depends = grep 16 | provides = pkgstats=2.3 17 | conflicts = pkgstats 18 | source = https://github.com/Antergos/pkgstats-antergos/archive/master.zip 19 | md5sums = 881d3dbc653d40c6ee87560282aefc80 20 | 21 | pkgname = pkgstats-antergos 22 | 23 | -------------------------------------------------------------------------------- /antergos/pkgstats-antergos/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=pkgstats-antergos 4 | pkgver=2.3.1 5 | pkgrel=2 6 | pkgdesc='Submits a list of installed packages to the antergos and archlinux projects.' 7 | arch=('any') 8 | url='https://antergos.com/' 9 | license=('GPL3') 10 | depends=('gettext' 'pacman' 'sed' 'systemd' 'awk' 'grep') 11 | provides=('pkgstats=2.3') 12 | conflicts=('pkgstats') 13 | source=("https://github.com/Antergos/${pkgname}/archive/master.zip") 14 | md5sums=('881d3dbc653d40c6ee87560282aefc80') 15 | 16 | # BEGIN ANTBS METADATA 17 | _is_monitored='True' 18 | _monitored_service='github' 19 | _monitored_type='releases' 20 | _monitored_project='antergos' 21 | _monitored_repo='pkgstats-antergos' 22 | # END ANTBS METADATA 23 | 24 | package() { 25 | cd "${srcdir}/${pkgname}"* 26 | make DESTDIR="${pkgdir}" install 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /antergos/plank-theme-numix/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:23 UTC 2017 3 | pkgbase = plank-theme-numix 4 | pkgdesc = Numix theme for plank 5 | pkgver = 0.1 6 | pkgrel = 1 7 | url = http://me4oslav.deviantart.com/art/Numix-theme-for-Plank-393957556 8 | arch = any 9 | license = GPL3 10 | depends = plank 11 | source = https://launchpad.net/~numix/+archive/ppa/+files/numix-plank-theme_0.1~ppa.tar.gz 12 | sha256sums = 951377d49be903e9257ad72bde18689d3471798e6bc21ea84e1249f0646759ed 13 | 14 | pkgname = plank-theme-numix 15 | 16 | -------------------------------------------------------------------------------- /antergos/plank-theme-numix/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Maxime Gauduin 2 | 3 | pkgname=plank-theme-numix 4 | pkgver=0.1 5 | pkgrel=1 6 | pkgdesc='Numix theme for plank' 7 | arch=('any') 8 | url='http://me4oslav.deviantart.com/art/Numix-theme-for-Plank-393957556' 9 | license=('GPL3') 10 | depends=('plank') 11 | source=("https://launchpad.net/~numix/+archive/ppa/+files/numix-plank-theme_0.1~ppa.tar.gz") 12 | sha256sums=('951377d49be903e9257ad72bde18689d3471798e6bc21ea84e1249f0646759ed') 13 | 14 | package() { 15 | cd numix-plank-theme 16 | 17 | install -dm 755 "${pkgdir}"/usr/share/plank/themes 18 | cp -dr --no-preserve=ownership Numix "${pkgdir}"/usr/share/plank/themes/ 19 | } 20 | 21 | # vim: ts=2 sw=2 et: 22 | 23 | -------------------------------------------------------------------------------- /antergos/plymouth-theme-antergos: -------------------------------------------------------------------------------- 1 | plymouth -------------------------------------------------------------------------------- /antergos/plymouth/display-manager.conf: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Conflicts=getty@tty1.service plymouth-quit.service 3 | After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service 4 | 5 | -------------------------------------------------------------------------------- /antergos/plymouth/plymouth-quit.service.in.patch: -------------------------------------------------------------------------------- 1 | diff -aur plymouth-0.8.8.src/systemd-units/plymouth-quit.service.in plymouth-0.8.8.patch/systemd-units/plymouth-quit.service.in 2 | --- plymouth-0.8.8.src/systemd-units/plymouth-quit.service.in 2012-09-27 02:50:53.000000000 +1000 3 | +++ plymouth-0.8.8.patch/systemd-units/plymouth-quit.service.in 2014-02-11 16:36:58.813194805 +1100 4 | @@ -1,8 +1,9 @@ 5 | [Unit] 6 | Description=Terminate Plymouth Boot Screen 7 | After=rc-local.service plymouth-start.service systemd-user-sessions.service 8 | +Before=getty@tty1.service 9 | 10 | [Service] 11 | -ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit 12 | +ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit --retain-splash 13 | Type=oneshot 14 | TimeoutSec=20 15 | -------------------------------------------------------------------------------- /antergos/plymouth/plymouth-set-default-theme.in.patch: -------------------------------------------------------------------------------- 1 | diff -aur plymouth-0.8.8.src/scripts/plymouth-set-default-theme.in plymouth-0.8.8.patch/scripts/plymouth-set-default-theme.in 2 | --- plymouth-0.8.8.src/scripts/plymouth-set-default-theme.in 2012-10-27 02:01:45.000000000 +1100 3 | +++ plymouth-0.8.8.patch/scripts/plymouth-set-default-theme.in 2014-01-26 09:55:34.337189615 +1100 4 | @@ -173,7 +173,10 @@ 5 | exit $? 6 | fi 7 | 8 | -if [ ! -e ${PLYMOUTH_DATADIR}/plymouth/themes/${THEME_NAME}/${THEME_NAME}.plymouth ]; then 9 | +if [ -z ${THEME_NAME} ]; then 10 | + echo "Please specify a theme name" 11 | + exit 1 12 | +elif [ ! -e ${PLYMOUTH_DATADIR}/plymouth/themes/${THEME_NAME}/${THEME_NAME}.plymouth ]; then 13 | echo "${PLYMOUTH_DATADIR}/plymouth/themes/${THEME_NAME}/${THEME_NAME}.plymouth does not exist" > /dev/stderr 14 | exit 1 15 | fi 16 | -------------------------------------------------------------------------------- /antergos/plymouth/plymouth-update-initrd.patch: -------------------------------------------------------------------------------- 1 | diff -aur plymouth-0.9.0.src/scripts/plymouth-update-initrd plymouth-0.9.0.patch/scripts/plymouth-update-initrd 2 | --- plymouth-0.9.0.src/scripts/plymouth-update-initrd 2014-01-16 08:14:47.000000000 +1100 3 | +++ plymouth-0.9.0.patch/scripts/plymouth-update-initrd 2014-05-21 19:04:16.802594001 +1000 4 | @@ -1,2 +1,4 @@ 5 | #!/bin/bash 6 | -dracut -f 7 | +find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do 8 | + mkinitcpio -p $p 9 | +done 10 | -------------------------------------------------------------------------------- /antergos/plymouth/plymouth.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | plymouth-set-default-theme antergos -R 3 | } 4 | 5 | # -*- mode: bash;-*- 6 | -------------------------------------------------------------------------------- /antergos/pm2ml/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = pm2ml 4 | pkgdesc = Generate metalinks for downloading Pacman packages and databases. 5 | pkgver = 2016.8 6 | pkgrel = 1 7 | url = http://xyne.archlinux.ca/projects/pm2ml 8 | arch = any 9 | license = GPL 10 | depends = python 11 | depends = pyalpm 12 | depends = python-xcpf 13 | depends = python-xcgf 14 | optdepends = reflector: Reflector support 15 | optdepends = python3-aur: AUR support 16 | optdepends = aria2: ppl script support. 17 | backup = etc/ppl.conf 18 | source = http://xyne.archlinux.ca/projects/pm2ml/src/pm2ml-2016.8.tar.xz 19 | md5sums = a8f118a749fcba8edbb79fba3cae6dd7 20 | 21 | pkgname = pm2ml 22 | 23 | -------------------------------------------------------------------------------- /antergos/powerpill/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Apr 23 11:40:01 UTC 2017 3 | pkgbase = powerpill 4 | pkgdesc = Pacman wrapper for parallel and segmented downloads. 5 | pkgver = 2017 6 | pkgrel = 1 7 | url = http://xyne.archlinux.ca/projects/powerpill 8 | arch = any 9 | license = GPL 10 | depends = python3 11 | depends = pyalpm 12 | depends = pm2ml 13 | depends = reflector 14 | depends = aria2 15 | depends = python-xcpf 16 | optdepends = rsync: Rsync download support 17 | optdepends = python3-threaded_servers: internal Pacserve support 18 | backup = etc/powerpill/powerpill.json 19 | source = http://xyne.archlinux.ca/projects/powerpill/src/powerpill-2017.tar.xz 20 | md5sums = 2dd1ff440bf287258e25723a41c20f08 21 | 22 | pkgname = powerpill 23 | 24 | -------------------------------------------------------------------------------- /antergos/profile-sync-daemon/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:25 UTC 2017 3 | pkgbase = profile-sync-daemon 4 | pkgdesc = Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers. 5 | pkgver = 6.31 6 | pkgrel = 1 7 | url = https://github.com/graysky2/profile-sync-daemon 8 | install = psd.install 9 | arch = any 10 | license = MIT 11 | depends = procps-ng 12 | depends = rsync 13 | depends = systemd 14 | conflicts = firefox-sync 15 | conflicts = goanysync 16 | conflicts = go-anysync-git 17 | conflicts = iceweasel-sync 18 | conflicts = tmpfs-store 19 | conflicts = tmpfs-sync 20 | conflicts = user-profile-sync-daemon 21 | source = profile-sync-daemon-6.31::https://github.com/graysky2/profile-sync-daemon/archive/v6.31.tar.gz 22 | md5sums = 159cabc39972be8d72e760a0025b5cd9 23 | 24 | pkgname = profile-sync-daemon 25 | 26 | -------------------------------------------------------------------------------- /antergos/pycharm-com-eap/pycharm-com-eap.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=PyCharm-EAP 3 | Version= 4 | Type=Application 5 | Exec="/opt/pycharm-com-eap/bin/pycharm.sh" %f 6 | Icon=/opt/pycharm-com-eap/bin/pycharm.png 7 | Comment="Powerful Python and Django IDE, Early Access Program (EAP) build. Community edition." 8 | Categories=Development;IDE; 9 | Terminal=false 10 | StartupNotify=true 11 | StartupWMClass=jetbrains-pycharm 12 | -------------------------------------------------------------------------------- /antergos/pycharm-pro-eap/pycharm-pro-eap.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=PyCharm-EAP 3 | Version= 4 | Type=Application 5 | Exec="/opt/pycharm-pro-eap/bin/pycharm.sh" %f 6 | Icon=/opt/pycharm-pro-eap/bin/pycharm.png 7 | Comment="Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition." 8 | Categories=Development;IDE; 9 | Terminal=false 10 | StartupNotify=true 11 | StartupWMClass=jetbrains-pycharm -------------------------------------------------------------------------------- /antergos/python-bugsnag/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:22 UTC 2017 3 | pkgbase = python-bugsnag 4 | pkgdesc = Bugsnag Notifier for Python 5 | pkgver = 2.5.0 6 | pkgrel = 1 7 | url = https://github.com/bugsnag/bugsnag-python 8 | arch = any 9 | license = custom 10 | depends = python 11 | depends = python-setuptools 12 | source = python-bugsnag-2.5.0::https://github.com/bugsnag/bugsnag-python/archive/v2.5.0.tar.gz 13 | sha256sums = 2a14a0de5ecf79f9af546404f34b4d6ff9878ed9030995ba6b9b01b746f261f3 14 | 15 | pkgname = python-bugsnag 16 | 17 | -------------------------------------------------------------------------------- /antergos/python-bugsnag/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Antergos Developers 2 | 3 | pkgname=python-bugsnag 4 | _pkgname=bugsnag-python 5 | pkgver=3.4.2 6 | pkgrel=1 7 | pkgdesc="Bugsnag Notifier for Python" 8 | url="https://github.com/bugsnag/bugsnag-python" 9 | arch=('any') 10 | license=('custom') 11 | depends=('python' 'python-setuptools') 12 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bugsnag/bugsnag-python/archive/v${pkgver}.tar.gz") 13 | sha256sums=('b11908b43aff2bb73898c0e5217a8de1a73313aff5a50d579c840ac03a445ea0') 14 | 15 | build() { 16 | cd "${srcdir}"/${_pkgname}-${pkgver} 17 | python setup.py build 18 | } 19 | 20 | package() { 21 | cd "${srcdir}"/${_pkgname}-${pkgver} 22 | python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 23 | } 24 | 25 | 26 | -------------------------------------------------------------------------------- /antergos/python-efl/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:39 UTC 2017 3 | pkgbase = python-efl 4 | pkgdesc = Python bindings for the Enlightenment Foundation Libraries 5 | pkgver = 1.18.0 6 | pkgrel = 1 7 | url = http://www.enlightenment.org 8 | arch = x86_64 9 | license = LGPL3 10 | license = GPL3 11 | depends = efl 12 | depends = python-dbus 13 | source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.18.0.tar.xz 14 | md5sums = 52096e7bdfc3a4a1ff2c3aba20fb4f76 15 | 16 | pkgname = python-efl 17 | 18 | -------------------------------------------------------------------------------- /antergos/python-geoip2/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos devs 2 | pkgbase=('python-geoip2') 3 | pkgname=('python-geoip2') 4 | _module='geoip2' 5 | pkgver='2.9.0' 6 | pkgrel=3 7 | pkgdesc="MaxMind GeoIP2 API" 8 | url="http://www.maxmind.com/" 9 | depends=('python' 'python-maxminddb') 10 | makedepends=('python-setuptools') 11 | license=('Apache') 12 | arch=('any') 13 | source=("https://files.pythonhosted.org/packages/source/g/geoip2/geoip2-${pkgver}.tar.gz") 14 | md5sums=('42a806b0e7933f984d3a00f74cd59732') 15 | 16 | build() { 17 | cd "${srcdir}/${_module}-${pkgver}" 18 | python setup.py build 19 | } 20 | 21 | package() { 22 | cd "${srcdir}/${_module}-${pkgver}" 23 | python setup.py install --root="${pkgdir}" --optimize=1 --skip-build 24 | } 25 | -------------------------------------------------------------------------------- /antergos/python-maxminddb/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: python-maxminddb 2 | pkgbase=('python-maxminddb') 3 | pkgname=('python-maxminddb') 4 | _module='maxminddb' 5 | pkgver='1.4.1' 6 | pkgrel=1 7 | pkgdesc="Reader for the MaxMind DB format" 8 | url="http://www.maxmind.com/" 9 | depends=('python') 10 | makedepends=('python-setuptools') 11 | license=('Apache') 12 | arch=('any') 13 | source=("https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-${pkgver}.tar.gz") 14 | sha256sums=('df1451bcd848199905ac0de4631b3d02d6a655ad28ba5e5a4ca29a23358db712') 15 | 16 | build() { 17 | cd "${srcdir}/${_module}-${pkgver}" 18 | python setup.py build 19 | } 20 | 21 | package() { 22 | depends+=() 23 | cd "${srcdir}/${_module}-${pkgver}" 24 | python setup.py install --root="${pkgdir}" --optimize=1 --skip-build 25 | } 26 | -------------------------------------------------------------------------------- /antergos/python-memoizedb/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Original Maintainer: Xyne 3 | pkgname=python-memoizedb 4 | _pkgname=python3-memoizedb 5 | pkgver=2017.3.30 6 | pkgrel=2 7 | pkgdesc='Generic data retrieval memoizer that uses an sqlite database to cache data.' 8 | arch=(any) 9 | license=(GPL) 10 | url="http://xyne.archlinux.ca/projects/python3-memoizedb" 11 | depends=('python') 12 | replaces=('python3-memoizedb') 13 | conflicts=('python3-memoizedb') 14 | provides=('python3-memoizedb') 15 | source=("http://xyne.archlinux.ca/projects/python3-memoizedb/src/python3-memoizedb-2017.3.30.tar.xz") 16 | md5sums=(22be1c358596a97a372c17f8a23c705a) 17 | 18 | package () 19 | { 20 | cd "$srcdir/$_pkgname-$pkgver" 21 | python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 22 | } 23 | 24 | 25 | # vim: set ts=2 sw=2 et: 26 | 27 | -------------------------------------------------------------------------------- /antergos/python-parted/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:39 UTC 2017 3 | pkgbase = python-parted 4 | pkgdesc = Python module for the parted library which can be used for manipulating partition tables. 5 | pkgver = 3.10.7 6 | pkgrel = 4 7 | url = https://github.com/rhinstaller/pyparted 8 | arch = x86_64 9 | license = GPL2 10 | depends = python 11 | depends = parted>=3.1 12 | depends = e2fsprogs 13 | provides = pyparted 14 | conflicts = pyparted 15 | replaces = pyparted 16 | source = https://github.com/rhinstaller/pyparted/archive/v3.10.7.tar.gz 17 | sha256sums = 5914e3a60437fe3e3758a9e86ee4a539dfa46cfe18e3df386a5cf1f75a963431 18 | 19 | pkgname = python-parted 20 | 21 | -------------------------------------------------------------------------------- /antergos/python-parted/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Alexandre Filgueira 2 | 3 | pkgname=python-parted 4 | pkgver=3.11.1 5 | pkgrel=3 6 | pkgdesc="Python module for the parted library which can be used for manipulating partition tables." 7 | url="https://github.com/dcantrell/pyparted" 8 | arch=('x86_64') 9 | license=('GPL2') 10 | depends=('python' 'parted>=3.1' 'e2fsprogs') 11 | provides=('pyparted') 12 | conflicts=('pyparted') 13 | replaces=('pyparted') 14 | source=("https://github.com/dcantrell/pyparted/archive/v${pkgver}.tar.gz") 15 | sha256sums=('983b5123742d0124b640eafbeee9c5413d23b5ada29fb0adb34c5940a4f43664') 16 | 17 | build() { 18 | cd "${srcdir}"/pyparted-${pkgver} 19 | make 20 | } 21 | 22 | package() { 23 | cd "${srcdir}"/pyparted-${pkgver} 24 | make install DESTDIR="${pkgdir}" 25 | } 26 | 27 | 28 | -------------------------------------------------------------------------------- /antergos/python-pydbus/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Christoph Gysin 2 | 3 | pkgname=('python-pydbus') 4 | _pkgname='pydbus' 5 | pkgver='0.6.0' 6 | pkgrel='2' 7 | pkgdesc='Pythonic DBus library' 8 | arch=('any') 9 | url='https://github.com/LEW21/pydbus' 10 | depends=('python' 'python-gobject') 11 | license=('LGPL') 12 | makedepends=('python-setuptools') 13 | source=("https://pypi.python.org/packages/58/56/3e84f2c1f2e39b9ea132460183f123af41e3b9c8befe222a35636baa6a5a/${_pkgname}-${pkgver}.tar.gz") 14 | sha256sums=('4207162eff54223822c185da06c1ba8a34137a9602f3da5a528eedf3f78d0f2c') 15 | 16 | package() 17 | { 18 | cd "${srcdir}/${_pkgname}-${pkgver}" 19 | python setup.py install --root="${pkgdir}" --optimize=1 20 | } 21 | -------------------------------------------------------------------------------- /antergos/python-ruamel.yaml/PKGBUILD.inactive: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Contributor: Meir Kriheli 3 | 4 | pkgname=python-ruamel.yaml 5 | _pkgname="${pkgname#*-}" 6 | pkgver=0.13.4 7 | pkgrel=1 8 | pkgdesc='YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order.' 9 | arch=('i686' 'x86_64') 10 | url="https://bitbucket.org/ruamel/yaml" 11 | license=('MIT') 12 | groups=('devel') 13 | depends=('python' 'libyaml') 14 | makedepends=('python-pip') 15 | source=("https://bitbucket.org/ruamel/yaml/get/default.tar.gz") 16 | md5sums=('13c8ac31f395352247dd213a1c7abb87') 17 | 18 | 19 | package() { 20 | cd "${srcdir}/ruamel"** 21 | pip install --prefix="${pkgdir}/usr" . 22 | } 23 | 24 | # -*- mode: bash;-*- 25 | -------------------------------------------------------------------------------- /antergos/python-slugify/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Sep 3 06:26:29 UTC 2018 3 | pkgbase = python-slugify 4 | pkgdesc = A Python slugify application that handles unicode 5 | pkgver = 1.2.5 6 | pkgrel = 2 7 | url = https://github.com/un33k/python-slugify 8 | arch = any 9 | license = BSD 10 | makedepends = python-setuptools 11 | depends = python 12 | depends = python-unidecode>=0.04.16 13 | source = https://github.com/un33k/python-slugify/archive/1.2.5.tar.gz 14 | md5sums = 1d6949c2db9ba0facb42236cc6086099 15 | 16 | pkgname = python-slugify 17 | 18 | -------------------------------------------------------------------------------- /antergos/python-whither/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = python-whither 4 | pkgdesc = Desktop application SDK for creating Universal Linux Applications. 5 | pkgver = 0.3.1 6 | pkgrel = 1 7 | url = https://github.com/antergos/whither 8 | arch = any 9 | license = GPL 10 | makedepends = python-setuptools 11 | depends = python-pyqt5 12 | depends = qt5-webengine 13 | depends = python-ruamel-yaml 14 | source = https://files.pythonhosted.org/packages/source/w/whither/whither-0.3.1.tar.gz 15 | md5sums = 58b426230330fd6ef9bf0e7c509360c2 16 | 17 | pkgname = python-whither 18 | 19 | -------------------------------------------------------------------------------- /antergos/python-xcgf/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jun 5 00:51:43 UTC 2017 3 | pkgbase = python-xcgf 4 | pkgdesc = Xyne's common general functions, for internal use. 5 | pkgver = 2017.3 6 | pkgrel = 1 7 | url = http://xyne.archlinux.ca/projects/python3-xcgf 8 | arch = any 9 | license = GPL 10 | depends = python 11 | provides = python3-xcgf 12 | conflicts = python3-xcgf 13 | replaces = python3-xcgf 14 | source = http://xyne.archlinux.ca/projects/python3-xcgf/src/python3-xcgf-2017.3.tar.xz 15 | md5sums = 0b70ec3a5bcdbee00480a022d7f574c3 16 | 17 | pkgname = python-xcgf 18 | 19 | -------------------------------------------------------------------------------- /antergos/python-xcgf/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Contributor: Xyne 3 | 4 | pkgname=python-xcgf 5 | pkgver=2017.3 6 | pkgrel=2 7 | pkgdesc="Xyne's common general functions, for internal use." 8 | arch=('any') 9 | license=('GPL') 10 | url='http://xyne.archlinux.ca/projects/python3-xcgf' 11 | depends=('python') 12 | replaces=('python3-xcgf') 13 | conflicts=('python3-xcgf') 14 | provides=('python3-xcgf') 15 | source=("http://xyne.archlinux.ca/projects/python3-xcgf/src/python3-xcgf-${pkgver}.tar.xz") 16 | md5sums=('0b70ec3a5bcdbee00480a022d7f574c3') 17 | 18 | package () { 19 | cd "$srcdir/python3-xcgf-$pkgver" 20 | python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 21 | } 22 | 23 | -------------------------------------------------------------------------------- /antergos/python-xcpf/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jun 5 00:51:43 UTC 2017 3 | pkgbase = python-xcpf 4 | pkgdesc = Xyne's common Pacman functions, for internal use. 5 | pkgver = 2017.5 6 | pkgrel = 1 7 | url = http://xyne.archlinux.ca/projects/python3-xcpf 8 | arch = any 9 | license = GPL 10 | depends = python 11 | depends = pyalpm 12 | depends = python-xcgf 13 | provides = python3-xcpf 14 | conflicts = python3-xcpf 15 | replaces = python3-xcpf 16 | source = http://xyne.archlinux.ca/projects/python3-xcpf/src/python3-xcpf-2017.5.tar.xz 17 | md5sums = 5570c2c5e2c00c45592569aa2db814cb 18 | 19 | pkgname = python-xcpf 20 | 21 | -------------------------------------------------------------------------------- /antergos/python-xcpf/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # AUR Maintainer: Xyne 3 | 4 | pkgname=python-xcpf 5 | _pkgname=python3-xcpf 6 | pkgver=2018.8 7 | pkgrel=1 8 | pkgdesc="Xyne's common Pacman functions, for internal use." 9 | arch=('any') 10 | license=('GPL') 11 | url='http://xyne.archlinux.ca/projects/python3-xcpf' 12 | depends=('python' 'pyalpm' 'python-xcgf' 'python-xdg' 'python-memoizedb') 13 | replaces=('python3-xcpf') 14 | conflicts=('python3-xcpf') 15 | provides=('python3-xcpf') 16 | source=("http://xyne.archlinux.ca/projects/python3-xcpf/src/python3-xcpf-${pkgver}.tar.xz") 17 | sha256sums=('7bcc62af32a63e756ff36904bbef23f4cc9216a66eaa0b00d586b3b0087e6cb8') 18 | 19 | package () { 20 | cd "$srcdir/$_pkgname-$pkgver" 21 | python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 22 | } 23 | 24 | # -*- mode: bash;-* 25 | -------------------------------------------------------------------------------- /antergos/python2-libnfs/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = python2-libnfs 4 | pkgdesc = NFS client for python2 5 | pkgver = 1.0.4 6 | pkgrel = 1 7 | url = https://github.com/sahlberg/libnfs-python 8 | arch = any 9 | license = LGPL 10 | makedepends = python2-setuptools 11 | makedepends = python2-pip 12 | makedepends = swig 13 | makedepends = libnfs 14 | makedepends = python2 15 | depends = python2 16 | depends = libnfs 17 | options = !emptydirs 18 | source = python2-libnfs-1.0.4.tar.gz::https://github.com/sahlberg/libnfs-python/archive/master.zip 19 | md5sums = e089fc977c46b4cdc856886832109a49 20 | 21 | pkgname = python2-libnfs 22 | 23 | -------------------------------------------------------------------------------- /antergos/python2-libnfs/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname=python2-libnfs 4 | _pkgname=libnfs-python 5 | pkgver=1.0.4 6 | pkgrel=2 7 | pkgdesc="NFS client for python2" 8 | arch=('any') 9 | url="https://github.com/sahlberg/libnfs-python" 10 | license=('LGPL') 11 | depends=('python2' 'libnfs') 12 | makedepends=('python2-setuptools' 'python2-pip' 'swig' 'libnfs' 'python2') 13 | options=(!emptydirs) 14 | source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sahlberg/libnfs-python/archive/master.zip") 15 | md5sums=('e089fc977c46b4cdc856886832109a49') 16 | 17 | build() { 18 | cd "${srcdir}/${_pkgname}-master/libnfs" 19 | make 20 | } 21 | 22 | package() { 23 | cd "${srcdir}/${_pkgname}-master" 24 | python setup.py install --root="${pkgdir}" --optimize=1 25 | } 26 | -------------------------------------------------------------------------------- /antergos/python2-mutagen/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Jun 4 23:55:08 UTC 2017 3 | pkgbase = python2-mutagen 4 | pkgdesc = Read and write audio tags for many formats 5 | pkgver = 1.38 6 | pkgrel = 1 7 | url = https://github.com/quodlibet/mutagen 8 | arch = any 9 | license = GPL2 10 | makedepends = python2-setuptools 11 | depends = python2 12 | source = https://github.com/quodlibet/mutagen/archive/release-1.38.tar.gz 13 | md5sums = 163fdd8a55c25c9be7bc71239b573427 14 | 15 | pkgname = python2-mutagen 16 | 17 | -------------------------------------------------------------------------------- /antergos/python2-mutagen/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | 3 | pkgname='python2-mutagen' 4 | pkgver=1.38 5 | pkgrel=2 6 | pkgdesc='Read and write audio tags for many formats' 7 | url='https://github.com/quodlibet/mutagen' 8 | depends=('python2') 9 | makedepends=('python2-setuptools') 10 | license=('GPL2') 11 | arch=('any') 12 | source=("https://github.com/quodlibet/mutagen/archive/release-${pkgver}.tar.gz") 13 | md5sums=('163fdd8a55c25c9be7bc71239b573427') 14 | 15 | 16 | # BEGIN ANTBS METADATA 17 | _is_monitored='True' 18 | _monitored_service='github' 19 | _monitored_type='tags' 20 | _monitored_project='mutagen' 21 | _monitored_repo='quodlibet' 22 | _monitored_match_pattern='/(?<=release-)[\d.]+/' 23 | # END ANTBS METADATA 24 | 25 | 26 | package() { 27 | cd "${srcdir}/${pkgname#*-}-release-${pkgver}" 28 | python2 setup.py install --root="${pkgdir}" --optimize=1 29 | } 30 | -------------------------------------------------------------------------------- /antergos/python2-speechd/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:20 UTC 2017 3 | pkgbase = python2-speechd 4 | pkgdesc = Python 2.x bindings for speechd 5 | pkgver = 0.7.1 6 | pkgrel = 2 7 | url = http://www.freebsoft.org/speechd 8 | arch = any 9 | license = GPL2 10 | license = FDL 11 | makedepends = intltool 12 | makedepends = espeak 13 | depends = python2-xdg 14 | depends = speech-dispatcher 15 | source = http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.7.1.tar.gz 16 | source = 0.8-api-changes.patch 17 | md5sums = ccfc30ac006673d36b4223eb760ed696 18 | md5sums = 5c1072c96ca46ff7f3dbdd354a4e8728 19 | 20 | pkgname = python2-speechd 21 | 22 | -------------------------------------------------------------------------------- /antergos/qt5-styleplugins/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue Jul 4 19:10:47 UTC 2017 3 | pkgbase = qt5-styleplugins 4 | pkgdesc = Additional style plugins for Qt5 5 | pkgver = 5.0.0.1r36 6 | pkgrel = 2 7 | url = https://github.com/qtproject/qtstyleplugins 8 | arch = i686 9 | arch = x86_64 10 | license = LGPL 11 | makedepends = git 12 | depends = qt5-base 13 | depends = gconf 14 | depends = gtk2 15 | depends = libx11 16 | conflicts = qt5-styleplugins-git 17 | source = qtstyleplugins-335dbece103e2cbf6c7cf819ab6672c2956b17b3.zip::https://github.com/qtproject/qtstyleplugins/archive/335dbece103e2cbf6c7cf819ab6672c2956b17b3.zip 18 | md5sums = fde92bafe18f080497769113d837af5c 19 | 20 | pkgname = qt5-styleplugins 21 | 22 | -------------------------------------------------------------------------------- /antergos/qt5-styleplugins/install.sh: -------------------------------------------------------------------------------- 1 | _5_0_0_2_changes() { 2 | echo ':: Upstream added a gtk2 platform theme' 3 | # shellcheck disable=SC2016 4 | echo ' unexport `QT_STYLE_OVERRIDE`' 5 | # shellcheck disable=SC2016 6 | echo ' export `QT_QPA_PLATFORMTHEME=gtk2`' 7 | } 8 | 9 | post_upgrade() { 10 | local versions=( 11 | '5.0.0-2' 12 | ) 13 | local version 14 | for version in "${versions[@]}"; do 15 | if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then 16 | # shellcheck disable=SC2091 17 | "$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )" 18 | fi 19 | done 20 | } 21 | -------------------------------------------------------------------------------- /antergos/quazip/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:39 UTC 2017 3 | pkgbase = quazip 4 | pkgdesc = C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package 5 | pkgver = 0.7.3 6 | pkgrel = 1 7 | url = http://sourceforge.net/projects/quazip/ 8 | arch = x86_64 9 | license = LGPL 10 | makedepends = cmake 11 | depends = qt5-base 12 | provides = quazip-qt5 13 | conflicts = quazip-qt5 14 | replaces = quazip-qt5 15 | source = http://downloads.sourceforge.net/quazip/quazip-0.7.3.tar.gz 16 | md5sums = 2ba7dd8b1d6dd588374c9fab5c46e76e 17 | 18 | pkgname = quazip 19 | 20 | -------------------------------------------------------------------------------- /antergos/rage/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:40 UTC 2017 3 | pkgbase = rage 4 | pkgdesc = Video Player based on EFL 5 | pkgver = 0.2.1 6 | pkgrel = 1 7 | url = https://www.enlightenment.org/p.php?p=about/rage 8 | arch = x86_64 9 | license = BSD 10 | depends = efl 11 | source = http://download.enlightenment.org/rel/apps/rage/rage-0.2.1.tar.xz 12 | md5sums = f656e037bf0724f1539dd37e90000da3 13 | 14 | pkgname = rage 15 | 16 | -------------------------------------------------------------------------------- /antergos/redis-desktop-manager/rdm.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=@PKGVER@ 3 | Name=Redis Desktop Manager 4 | Comment=Redis Desktop Manager 5 | Type=Application 6 | Categories=Development;Database; 7 | Exec=rdm 8 | Terminal=false 9 | StartupNotify=true 10 | Icon=rdm.png 11 | -------------------------------------------------------------------------------- /antergos/redis-desktop-manager/rdm.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | DIR=$(dirname "$(readlink -f "$0")") 3 | $DIR/rdm 4 | -------------------------------------------------------------------------------- /antergos/remendo/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = remendo 4 | pkgdesc = Remendo Antergos warning system 5 | pkgver = 0.1.2 6 | pkgrel = 3 7 | url = http://www.antergos.com/ 8 | install = remendo.install 9 | arch = x86_64 10 | license = GPL3 11 | makedepends = cmake 12 | makedepends = gobject-introspection 13 | makedepends = vala 14 | makedepends = git 15 | depends = systemd 16 | depends = polkit 17 | depends = glib2>=2.42 18 | depends = dbus-glib 19 | depends = curl-vala 20 | source = remendo-0.1.2::git://github.com/karasu/remendo 21 | sha256sums = SKIP 22 | 23 | pkgname = remendo 24 | 25 | -------------------------------------------------------------------------------- /antergos/remendo/remendo.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | printf '==> An authentication agent is required\n' 3 | printf ' Cinnamon, Deepin, GNOME, GNOME Flashback, KDE, LXDE, LXQt, MATE and Xfce\n' 4 | printf ' have an authentication agent already.\n' 5 | printf ' See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents\n' 6 | printf ' for other desktop environments.\n' 7 | } 8 | 9 | -------------------------------------------------------------------------------- /antergos/rpm-org/bfdfix.patch: -------------------------------------------------------------------------------- 1 | diff --git a/tools/sepdebugcrcfix.c b/tools/sepdebugcrcfix.c 2 | index cd7fa02..03db7af 100644 3 | --- a/tools/sepdebugcrcfix.c 4 | +++ b/tools/sepdebugcrcfix.c 5 | @@ -28,7 +28,19 @@ 6 | #include 7 | #include 8 | #include 9 | +#ifndef PACKAGE 10 | +#define PACKAGE 11 | +#ifndef PACKAGE_VERSION 12 | +#define PACKAGE_VERSION 13 | #include 14 | +#undef PACKAGE_VERSION 15 | +#else 16 | +#include 17 | +#endif 18 | +#undef PACKAGE 19 | +#else 20 | +#include 21 | +#endif 22 | 23 | #define _(x) x 24 | #define static_assert(expr) \ 25 | -------------------------------------------------------------------------------- /antergos/rpm-org/rpmextract.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ "$1" = "" -o ! -e "$1" ]; then 3 | echo "no package supplied" 1>&2 4 | exit 1 5 | fi 6 | bsdtar xf $1 7 | -------------------------------------------------------------------------------- /antergos/ruby-sass/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sat Mar 3 19:21:10 UTC 2018 3 | pkgbase = ruby-sass 4 | pkgdesc = Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS. 5 | pkgver = 3.5.5 6 | pkgrel = 1 7 | url = http://sass-lang.com/ 8 | arch = any 9 | license = MIT 10 | depends = ruby 11 | noextract = sass-3.5.5.gem 12 | source = http://gems.rubyforge.org/gems/sass-3.5.5.gem 13 | md5sums = 11c7dd7ded5db6b81cfabd28f233b9d0 14 | 15 | pkgname = ruby-sass 16 | 17 | -------------------------------------------------------------------------------- /antergos/ruby-sass/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Developers 2 | # Contributor: Jerome Leclanche 3 | 4 | _pkgname=sass 5 | pkgname=ruby-$_pkgname 6 | pkgver=3.5.5 7 | pkgrel=1 8 | pkgdesc="Tools and Ruby libraries for the CSS3 extension languages: Sass and SCSS." 9 | arch=("any") 10 | url="http://sass-lang.com/" 11 | license=("MIT") 12 | depends=("ruby-rdoc") 13 | source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem") 14 | noextract=("$_pkgname-$pkgver.gem") 15 | md5sums=('11c7dd7ded5db6b81cfabd28f233b9d0') 16 | 17 | 18 | package() { 19 | local _gemdir="$(ruby -e"puts Gem.default_dir")" 20 | gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n "$pkgdir/usr/bin" "$_pkgname-$pkgver.gem" 21 | install -D "$pkgdir$_gemdir/gems/$_pkgname-$pkgver/MIT-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 22 | } 23 | -------------------------------------------------------------------------------- /antergos/scudcloud/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Jun 4 23:13:39 UTC 2017 3 | pkgbase = scudcloud 4 | pkgdesc = A non official open-source Linux desktop client app for Slack. 5 | pkgver = 1.60 6 | pkgrel = 4 7 | url = https://github.com/raelgc/scudcloud 8 | arch = any 9 | groups = messaging 10 | license = MIT 11 | depends = python-setuptools 12 | depends = python-dbus 13 | depends = python-pyqt5 14 | depends = hunspell-en 15 | source = https://github.com/raelgc/scudcloud/archive/v1.60.tar.gz 16 | md5sums = 284166e674342c98683e018a3c09ccab 17 | 18 | pkgname = scudcloud 19 | 20 | -------------------------------------------------------------------------------- /antergos/skippy-xd/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:40 UTC 2017 3 | pkgbase = skippy-xd 4 | pkgdesc = A full-screen task-switcher for X11, similar to Apple's Expose. 5 | pkgver = 52.33b4de5 6 | pkgrel = 2 7 | url = http://code.google.com/p/skippy-xd/ 8 | arch = x86_64 9 | license = GPL 10 | makedepends = git 11 | depends = libxinerama 12 | depends = libxcomposite 13 | depends = libxdamage 14 | depends = libxft 15 | depends = xorg-server 16 | depends = giflib 17 | source = git://github.com/penguinpowernz/skippy-xd.git 18 | md5sums = SKIP 19 | 20 | pkgname = skippy-xd 21 | 22 | -------------------------------------------------------------------------------- /antergos/skippy-xd/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer : Florent H. CARRÉ 2 | 3 | pkgname=skippy-xd 4 | pkgver=52.33b4de5 5 | pkgrel=2 6 | pkgdesc="A full-screen task-switcher for X11, similar to Apple's Expose." 7 | url="http://code.google.com/p/skippy-xd/" 8 | license=('GPL') 9 | depends=('libxinerama' 'libxcomposite' 'libxdamage' 'libxft' 'xorg-server' 'giflib') 10 | makedepends=('git') 11 | arch=('x86_64') 12 | source=("git://github.com/penguinpowernz/skippy-xd.git") 13 | md5sums=('SKIP') 14 | 15 | # see also https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines 16 | pkgver() { 17 | cd "$srcdir/skippy-xd" 18 | echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) 19 | } 20 | 21 | build() { 22 | cd "$srcdir/skippy-xd" 23 | make 24 | } 25 | 26 | package() { 27 | cd "$srcdir/skippy-xd" 28 | make PREFIX=/usr DESTDIR="$pkgdir" install 29 | } 30 | 31 | -------------------------------------------------------------------------------- /antergos/slimjet/LICENSE: -------------------------------------------------------------------------------- 1 | Slimjet Web Browser is released under the freeware license. It is free both for personal 2 | use and commerical use. It is free to be distributed over the internet and/or 3 | through offline distribution channels as long as it is kept in its original form without 4 | any change. Bundling Slimjet with other software in another installer is strictly 5 | prohibited. 6 | -------------------------------------------------------------------------------- /antergos/slimjet/slimjet.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Encoding=UTF-8 4 | Name=Slimjet 5 | Exec=/usr/bin/flashpeak-slimjet %U 6 | Terminal=false 7 | Icon=/usr/share/pixmap/slimjet.png 8 | Type=Application 9 | Categories=Application;Network;WebBrowser; 10 | MimeType=text/html;text/xml;application/xhtml_xml; 11 | -------------------------------------------------------------------------------- /antergos/slimjet/slimjet.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | chmod 4755 /opt/slimjet/slimjet-sandbox 3 | } 4 | 5 | post_upgrade() { 6 | post_install 7 | } 8 | 9 | post_remove() { 10 | post_install 11 | } 12 | 13 | # -*- mode: bash;-*- 14 | -------------------------------------------------------------------------------- /antergos/spl-utils/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Wed Mar 6 23:37:36 UTC 2019 3 | pkgbase = spl-utils 4 | pkgdesc = Kernel module support files for the Solaris Porting Layer. 5 | pkgver = 0.7.13 6 | pkgrel = 2 7 | url = http://zfsonlinux.org/ 8 | arch = x86_64 9 | groups = system 10 | groups = zfs 11 | license = CDDL 12 | depends = dkms 13 | provides = spl-utils-dkms 14 | conflicts = spl-utils-dkms 15 | source = https://github.com/zfsonlinux/spl/archive/spl-0.7.13.zip 16 | md5sums = d33ecece67d08ea7c0b2103458aaad60 17 | 18 | pkgname = spl-utils 19 | 20 | -------------------------------------------------------------------------------- /antergos/spl-utils/spl-utils.hostid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/spl-utils/spl-utils.hostid -------------------------------------------------------------------------------- /antergos/spl/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Tue Apr 2 19:16:39 UTC 2019 3 | pkgbase = spl 4 | pkgdesc = Solaris Porting Layer kernel modules. 5 | pkgver = 0.7.13 6 | pkgrel = 3 7 | url = http://zfsonlinux.org/ 8 | install = spl.install 9 | arch = x86_64 10 | groups = system 11 | groups = zfs 12 | license = GPL 13 | makedepends = git 14 | depends = spl-utils>=0.7.13 15 | depends = dkms 16 | depends = linux-headers 17 | depends = linux<5.1 18 | depends = lsb-release 19 | provides = spl-dkms=0.7.13 20 | conflicts = spl-dkms 21 | source = https://github.com/zfsonlinux/spl/archive/spl-0.7.13.zip 22 | md5sums = d33ecece67d08ea7c0b2103458aaad60 23 | 24 | pkgname = spl 25 | 26 | -------------------------------------------------------------------------------- /antergos/spl/spl.install: -------------------------------------------------------------------------------- 1 | check_hostid() { 2 | # Check /etc/hostid to see if it set to the sentinel value, see 3 | # https://wiki.archlinux.org/index.php/ZFS for more information. 4 | HOSTID=$(hostid) 5 | if [[ "0x${HOSTID}" = "0xffffffff" ]]; then 6 | # Generate a new hostid 7 | : > /etc/hostid 8 | HOSTID=$(hostid) 9 | # hostid is 4 byte little endian 10 | printf '%s' "$(echo -n ${HOSTID} | sed 's/\(..\)\(..\)\(..\)\(..\)/\\x\4\\x\3\\x\2\\x\1/')" > /etc/hostid 11 | fi 12 | } 13 | 14 | post_install() { 15 | check_hostid 16 | } 17 | 18 | post_upgrade() { 19 | post_install 20 | } 21 | 22 | post_remove() { 23 | pkgver="0.7.13" 24 | dkms remove "spl/${pkgver}" --all 25 | } 26 | 27 | 28 | # -*- mode: bash;-*- 29 | -------------------------------------------------------------------------------- /antergos/systemd-manager/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:41 UTC 2017 3 | pkgbase = systemd-manager 4 | pkgdesc = A graphical interface for managing systemd services. 5 | pkgver = 1.0.0 6 | pkgrel = 1 7 | url = https://github.com/mmstick/systemd-manager/ 8 | arch = x86_64 9 | license = GPL2 10 | makedepends = cargo 11 | depends = gtk3 12 | provides = systemd-manager 13 | conflicts = systemd-manager-git 14 | source = systemd-manager.zip::https://github.com/mmstick/systemd-manager/archive/1.0.0.zip 15 | md5sums = 2102236d96b118b82cd16362c5b1f4c8 16 | 17 | pkgname = systemd-manager 18 | 19 | -------------------------------------------------------------------------------- /antergos/temps/Temps.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Temps 3 | Comment=Simple menubar application based on Electron with actual weather information and forecast 4 | Exec=temps 5 | Icon=Temps 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=true 9 | Categories=Utility;Core; 10 | -------------------------------------------------------------------------------- /antergos/temps/Temps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antergos/antergos-packages/4c795e4ab9caa43b68782179be89d50c5bf4faea/antergos/temps/Temps.png -------------------------------------------------------------------------------- /antergos/tilix/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:22 UTC 2017 3 | pkgbase = tilix 4 | pkgdesc = A tiling terminal emulator based on GTK+ 3 5 | pkgver = 1.5.6 6 | pkgrel = 1 7 | url = http://github.com/gnunn1/terminix 8 | arch = x86_64 9 | license = MPL 10 | depends = gtk3 11 | depends = gsettings-desktop-schemas 12 | depends = vte3 13 | depends = liblphobos 14 | optdepends = python2-nautilus: for "Open Tilix Here" support in nautilus 15 | optdepends = nemo-python: for "Open Tilix Here" support in nemo 16 | conflicts = terminix 17 | replaces = terminix 18 | source = https://github.com/gnunn1/terminix/releases/download/1.5.6/tilix.zip 19 | source = com.gexperts.Tilix.gschema.override 20 | md5sums = 1a7943de5ba739f6b7db61e50a5b6e49 21 | md5sums = 6bdbf9269e37d0b771f6a6530f568b59 22 | 23 | pkgname = tilix 24 | 25 | -------------------------------------------------------------------------------- /antergos/tilix/com.gexperts.Tilix.gschema.override: -------------------------------------------------------------------------------- 1 | [com.gexperts.Tilix.Profile] 2 | background-color='#232526' 3 | foreground-color='#F8F8F2' 4 | visible-name='antergos' 5 | use-theme-colors=false 6 | palette=['#494948483E3E', '#F9F926267171', '#A6A6E2E22D2D', '#FDFD97971E1E', '#6666D9D9EFEF', '#AEAE8181FFFF', '#A1A1EFEFE4E4', '#F8F8F8F8F2F2', '#757571715E5E', '#FCFC5C5C9393', '#C0C0F1F16161', '#FEFEB2B25757', '#8D8DE5E5F7F7', '#C2C2A1A1FFFF', '#BBBBF7F7EFEF', '#F8F8F8F8F0F0'] 7 | -------------------------------------------------------------------------------- /antergos/tldr-python-client/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sat Jan 13 07:58:14 UTC 2018 3 | pkgbase = tldr-python-client 4 | pkgdesc = Command line client for tldr, a collection of simplified and community-driven man pages. 5 | pkgver = 0.4.1 6 | pkgrel = 1 7 | url = https://github.com/tldr-pages/tldr-python-client 8 | arch = any 9 | license = MIT 10 | makedepends = python-setuptools 11 | depends = python 12 | depends = python-colorama 13 | provides = tldr-client 14 | conflicts = tldr-client 15 | source = git+https://github.com/tldr-pages/tldr-python-client.git#tag=0.4.1 16 | md5sums = SKIP 17 | 18 | pkgname = tldr-python-client 19 | 20 | -------------------------------------------------------------------------------- /antergos/transifex-client/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Sep 3 06:26:29 UTC 2018 3 | pkgbase = transifex-client 4 | pkgdesc = Command-line tool for managing translations with Transifex. 5 | pkgver = 0.13.4 6 | pkgrel = 2 7 | url = https://github.com/transifex/transifex-client 8 | arch = any 9 | license = GPL2 10 | depends = python 11 | depends = python-distribute 12 | depends = python-urllib3 13 | depends = python-slugify 14 | depends = python-requests 15 | depends = python-six 16 | source = https://github.com/transifex/transifex-client/archive/0.13.4.tar.gz 17 | md5sums = 2efd81e5a46fedda5adea78f3009d1a1 18 | 19 | pkgname = transifex-client 20 | 21 | -------------------------------------------------------------------------------- /antergos/ttf-aboriginal-sans/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:21 UTC 2017 3 | pkgbase = ttf-aboriginal-sans 4 | pkgdesc = These fonts contain characters for Syllabics, Cherokee, and Latin Script (Roman orthography). Comes in Regular, Italic, Bold, and Bold Italic. 5 | pkgver = 9.602 6 | pkgrel = 2 7 | url = http://www.languagegeek.com 8 | install = ttf-aboriginal-sans.install 9 | arch = any 10 | license = GPL-3 11 | depends = fontconfig 12 | depends = xorg-font-utils 13 | source = http://www.languagegeek.com/font/AboriginalSans.zip 14 | sha256sums = 7744c3dd780c8e5d0755ec9dd4f9b1ecfdb589cd0b6b1afaf6fc223e314b4241 15 | 16 | pkgname = ttf-aboriginal-sans 17 | 18 | -------------------------------------------------------------------------------- /antergos/ttf-aboriginal-sans/ttf-aboriginal-sans.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo -n "Updating font cache... " 3 | fc-cache -f > /dev/null 4 | mkfontscale /usr/share/fonts/TTF 5 | mkfontdir /usr/share/fonts/TTF 6 | echo "done." 7 | } 8 | 9 | post_upgrade() { 10 | post_install $1 11 | } 12 | 13 | post_remove() { 14 | post_install $1 15 | } 16 | 17 | op=$1 18 | shift 19 | 20 | $op $* 21 | 22 | 23 | # -*- mode: bash;-*- 24 | -------------------------------------------------------------------------------- /antergos/ttf-myanmar3/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = ttf-myanmar3 4 | pkgdesc = Font for Myanmar/Burmese script. 5 | pkgver = 20110120 6 | pkgrel = 1 7 | url = http://www.myanmarnlp.net.mm/ 8 | install = ttf-myanmar3.install 9 | arch = any 10 | license = free 11 | depends = fontconfig 12 | depends = xorg-font-utils 13 | source = http://myanmar3source.googlecode.com/files/mm3_20-Jan-2011.ttf 14 | sha256sums = d3f499ea4bc25ac62bd6b7adb0a53398e95da6c042cba8f662afe56157484472 15 | 16 | pkgname = ttf-myanmar3 17 | 18 | -------------------------------------------------------------------------------- /antergos/ttf-myanmar3/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Jesse Jaara 2 | 3 | pkgname=ttf-myanmar3 4 | pkgver=20110120 5 | pkgrel=1 6 | pkgdesc="Font for Myanmar/Burmese script." 7 | arch=('any') 8 | url="http://www.myanmarnlp.net.mm/" 9 | license=('free') 10 | depends=('fontconfig' 'xorg-font-utils') 11 | source=(http://myanmar3source.googlecode.com/files/mm3_20-Jan-2011.ttf) 12 | install=$pkgname.install 13 | sha256sums=('d3f499ea4bc25ac62bd6b7adb0a53398e95da6c042cba8f662afe56157484472') 14 | 15 | package() 16 | { 17 | mkdir -p "${pkgdir}/usr/share/fonts/TTF" 18 | cp "${srcdir}/mm3_20-Jan-2011.ttf" "${pkgdir}/usr/share/fonts/TTF/mm3.ttf" 19 | } 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /antergos/ttf-myanmar3/ttf-myanmar3.install: -------------------------------------------------------------------------------- 1 | post_install() 2 | { 3 | echo -n "Updating font cache... " 4 | fc-cache -fs >/dev/null 5 | mkfontscale /usr/share/fonts/TTF 6 | mkfontdir /usr/share/fonts/TTF 7 | echo "done" 8 | } 9 | 10 | post_upgrade() 11 | { 12 | post_install 13 | } 14 | # -*- mode: bash;-*- 15 | -------------------------------------------------------------------------------- /antergos/ttf-opensans/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:19 UTC 2017 3 | pkgbase = ttf-opensans 4 | pkgdesc = Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. 5 | pkgver = 1.10 6 | pkgrel = 1 7 | url = http://en.wikipedia.org/wiki/Open_Sans 8 | install = ttf-opensans.install 9 | arch = any 10 | license = Apache 11 | depends = fontconfig 12 | depends = xorg-fonts-encodings 13 | depends = xorg-font-utils 14 | conflicts = ttf-google-fonts 15 | source = http://pkgbuild.com/~alucryd/ttf-opensans-1.10.zip 16 | sha256sums = f14979b4a358311e51da601a2debb7f21a639912fa06d88825056c41d792871e 17 | 18 | pkgname = ttf-opensans 19 | 20 | -------------------------------------------------------------------------------- /antergos/ttf-opensans/ttf-opensans.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo -n "Updating font cache... " 3 | fc-cache -f > /dev/null 4 | mkfontscale /usr/share/fonts/TTF 5 | mkfontdir /usr/share/fonts/TTF 6 | echo "done." 7 | } 8 | 9 | post_upgrade() { 10 | post_install 11 | } 12 | 13 | post_remove() { 14 | post_install 15 | } 16 | 17 | # vim: ts=2 sw=2 et: 18 | -------------------------------------------------------------------------------- /antergos/ttf-opificio/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = ttf-opificio 4 | pkgdesc = Opificio font is a sans serif font designed by monocromo. Opificio font family has 3 variants. 5 | pkgver = 1.0 6 | pkgrel = 1 7 | url = http://www.studiomonocromo.it/opificio 8 | install = ttf-opificio.install 9 | arch = any 10 | license = custom 11 | depends = unzip 12 | depends = fontconfig 13 | depends = xorg-fonts-encodings 14 | depends = xorg-mkfontscale 15 | depends = xorg-mkfontdir 16 | source = ttf-opificio.zip::http://img.dafont.com/dl/?f=opificio 17 | sha256sums = 1ef780607abfa14c38100692dbe29cd009b062bb15db5b9c8dc32269552a1ad8 18 | 19 | pkgname = ttf-opificio 20 | 21 | -------------------------------------------------------------------------------- /antergos/ttf-opificio/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: Antergos Devs 2 | 3 | pkgname=ttf-opificio 4 | pkgver=1.0 5 | pkgrel=1 6 | pkgdesc="Opificio font is a sans serif font designed by monocromo. Opificio font family has 3 variants." 7 | arch=('any') 8 | url="http://www.studiomonocromo.it/opificio" 9 | license=('custom') 10 | depends=('unzip' 'fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 'xorg-mkfontdir') 11 | install=ttf-opificio.install 12 | source=(${pkgname}.zip::http://img.dafont.com/dl/?f=opificio) 13 | sha256sums=('1ef780607abfa14c38100692dbe29cd009b062bb15db5b9c8dc32269552a1ad8') 14 | 15 | package() { 16 | install -dm755 "${pkgdir}"/usr/share/fonts/TTF 17 | install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/ 18 | } 19 | 20 | -------------------------------------------------------------------------------- /antergos/ttf-opificio/ttf-opificio.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | fc-cache -fs 3 | mkfontscale usr/share/fonts/TTF 4 | mkfontdir usr/share/fonts/TTF 5 | } 6 | 7 | post_upgrade() { 8 | fc-cache -fs 9 | mkfontscale usr/share/fonts/TTF 10 | mkfontdir usr/share/fonts/TTF 11 | } 12 | 13 | post_remove() { 14 | fc-cache -fs 15 | mkfontscale usr/share/fonts/TTF 16 | mkfontdir usr/share/fonts/TTF 17 | } 18 | # -*- mode: bash;-*- 19 | -------------------------------------------------------------------------------- /antergos/vivaldi/chromium-drirc-disable-10bpc-color-configs.conf: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /antergos/vivaldi/vivaldi-widevine-post-install.hook: -------------------------------------------------------------------------------- 1 | [Trigger] 2 | Operation = Install 3 | Type = Package 4 | Target = vivaldi 5 | 6 | [Action] 7 | Description = Ensuring Vivaldi has access to widevine codec. 8 | When = PostTransaction 9 | Exec = /usr/share/libalpm/scripts/vivaldi-widevine-helper post_install 10 | NeedsTargets 11 | 12 | -------------------------------------------------------------------------------- /antergos/vivaldi/vivaldi-widevine-post-remove.hook: -------------------------------------------------------------------------------- 1 | [Trigger] 2 | Operation = Remove 3 | Type = Package 4 | Target = google-chrome 5 | Target = vivaldi 6 | 7 | [Action] 8 | Description = Ensuring Vivaldi has access to widevine codec. 9 | When = PostTransaction 10 | Exec = /usr/share/libalpm/scripts/vivaldi-widevine-helper post_remove 11 | NeedsTargets 12 | -------------------------------------------------------------------------------- /antergos/vivaldi/vivaldi-widevine-pre-install.hook: -------------------------------------------------------------------------------- 1 | [Trigger] 2 | Operation = Install 3 | Type = Package 4 | Target = google-chrome 5 | Target = vivaldi 6 | 7 | [Action] 8 | Description = Ensuring Vivaldi has access to widevine codec. 9 | When = PreTransaction 10 | Exec = /usr/share/libalpm/scripts/vivaldi-widevine-helper pre_install 11 | NeedsTargets 12 | 13 | -------------------------------------------------------------------------------- /antergos/waldorf-ui-theme/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:25 UTC 2017 3 | pkgbase = waldorf-ui-theme 4 | pkgdesc = Default GTK+ and Openbox themes for CrunchBang Waldorf. 5 | pkgver = 0.07 6 | pkgrel = 1 7 | url = http://crunchbang.org/ 8 | arch = any 9 | license = custom:WTFPL 10 | depends = gtk-engine-murrine 11 | source = http://packages.crunchbang.org/waldorf/pool/main/waldorf-ui-theme_0.07.tar.gz 12 | sha256sums = 4471981cd5fb64cbe82f900bd91580c721d0aca88481f52b1881f05dc9af9f42 13 | 14 | pkgname = waldorf-ui-theme 15 | 16 | -------------------------------------------------------------------------------- /antergos/waldorf-ui-theme/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: localizator 2 | pkgname=waldorf-ui-theme 3 | pkgver=0.07 4 | pkgrel=1 5 | pkgdesc="Default GTK+ and Openbox themes for CrunchBang Waldorf." 6 | arch=('any') 7 | url="http://crunchbang.org/" 8 | license=('custom:WTFPL') 9 | depends=('gtk-engine-murrine') 10 | sha256sums=('4471981cd5fb64cbe82f900bd91580c721d0aca88481f52b1881f05dc9af9f42') 11 | source=("http://packages.crunchbang.org/waldorf/pool/main/${pkgname}_$pkgver.tar.gz") 12 | #source=("http://igor-zivkovic.from.hr/main/${pkgname}_${pkgver}.tar.gz") 13 | 14 | package() { 15 | cd "$srcdir"/$pkgname-$pkgver/waldorf 16 | mkdir -p "$pkgdir"/usr/share/themes/waldorf 17 | mkdir -p "$pkgdir"/usr/share/licenses/$pkgname 18 | cp ../debian/copyright "$pkgdir"/usr/share/licenses/$pkgname/ 19 | cp -rt "$pkgdir"/usr/share/themes/waldorf * 20 | } 21 | 22 | 23 | -------------------------------------------------------------------------------- /antergos/wavebox/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Apr 7 22:37:37 UTC 2019 3 | pkgbase = wavebox 4 | pkgdesc = New home for cloud apps bringing Gmail, Outlook, O365, Trello, Slack, & over 1000 other apps into a configurable desktop client. 5 | pkgver = 4.9.3 6 | pkgrel = 2 7 | url = https://wavebox.io/ 8 | arch = x86_64 9 | license = MPL2 10 | depends = c-ares 11 | depends = ffmpeg 12 | depends = gtk3 13 | depends = http-parser 14 | depends = libevent 15 | depends = libnghttp2 16 | depends = libxslt 17 | depends = libxss 18 | depends = minizip 19 | depends = nss 20 | depends = re2 21 | depends = snappy 22 | optdepends = ttf-ms-fonts 23 | provides = wavebox-bin 24 | replaces = wavebox-bin 25 | source = https://github.com/wavebox/waveboxapp/releases/download/v4.9.3/Wavebox_4_9_3_linux_.tar.gz 26 | source = wavebox.desktop 27 | 28 | pkgname = wavebox 29 | 30 | -------------------------------------------------------------------------------- /antergos/wavebox/wavebox.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Exec=wavebox --mailto=%u 3 | Name=Wavebox 4 | Comment=The next generation of web-desktop communication 5 | Icon=/usr/share/wavebox/wavebox_icon.png 6 | MimeType=x-scheme-handler/mailto; 7 | StartupNotify=true 8 | Terminal=false 9 | Type=Application 10 | Categories=Application;Network;Email; 11 | -------------------------------------------------------------------------------- /antergos/web-greeter-next/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Mon Jan 8 12:00:51 UTC 2018 3 | pkgbase = web-greeter-next 4 | pkgdesc = A modern, visually appealing greeter for LightDM. 5 | pkgver = 3.0.0rc2 6 | pkgrel = 1 7 | url = https://github.com/antergos/web-greeter 8 | arch = any 9 | groups = system 10 | license = GPL3 11 | makedepends = zip 12 | depends = lightdm 13 | depends = python-whither 14 | depends = python-gobject 15 | depends = accountsservice 16 | optdepends = at-spi2-core: a11y support 17 | provides = lightdm-greeter 18 | provides = lightdm-webkit2-greeter 19 | replaces = lightdm-webkit2-greeter-next 20 | backup = etc/lightdm/web-greeter.yml 21 | source = http://github.com/Antergos/web-greeter/archive/3.0.0rc2.zip 22 | md5sums = 1412739063d325ef91ecfc8e2897f774 23 | 24 | pkgname = web-greeter-next 25 | 26 | -------------------------------------------------------------------------------- /antergos/webkit2gtk/python: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | script=$(readlink -f -- "$1") 3 | case "$script" in (*/webkit2gtk/*|/path/to/project2/*|/path/to/project3*) 4 | exec python2 "$@" 5 | ;; 6 | esac 7 | 8 | exec python3 "$@" -------------------------------------------------------------------------------- /antergos/xcursor-breeze/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: antergos devs 2 | 3 | pkgname=xfce4-panel-switch 4 | _pkgname=xfpanel-switch 5 | pkgver=1.0.4 6 | _pkgver=1.0 7 | pkgrel=1 8 | pkgdesc="Simple application to manage Xfce panel layouts" 9 | arch=('any') 10 | url="https://launchpad.net/xfpanel-switch" 11 | license=('GPL3') 12 | depends=('python' 'python-gobject') 13 | makedepends=('intltool') 14 | install=${pkgname}.install 15 | source=("https://launchpad.net/{$_pkgname}/${_pkgver}/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2") 16 | md5sums=('007eeb979dccaf80769d1a756fac562c') 17 | 18 | build() { 19 | cd ${srcdir}/${_pkgname}-${pkgver} 20 | ./configure --prefix=/usr --python=python 21 | make 22 | } 23 | 24 | package() { 25 | cd ${srcdir}/${_pkgname}-${pkgver} 26 | make install DESTDIR=${pkgdir} 27 | } 28 | 29 | -------------------------------------------------------------------------------- /antergos/xfce4-panel-switch/xfce4-panel-switch.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | gtk-update-icon-cache -q -t -f usr/share/icons/hicolor 3 | } 4 | 5 | post_upgrade() { 6 | post_install 7 | } 8 | 9 | post_remove() { 10 | post_install 11 | } 12 | # -*- mode: bash;-*- 13 | -------------------------------------------------------------------------------- /antergos/xinput_calibrator/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 16 04:16:42 UTC 2017 3 | pkgbase = xinput_calibrator 4 | pkgdesc = A generic touchscreen calibration program for X.Org 5 | pkgver = 0.7.5 6 | pkgrel = 5 7 | url = http://www.freedesktop.org/wiki/Software/xinput_calibrator 8 | install = xinput_calibrator.install 9 | arch = x86_64 10 | license = MIT 11 | depends = gtkmm 12 | depends = libsigc++ 13 | depends = libtool 14 | source = https://www.github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5.tar.gz 15 | md5sums = 20da0a2055a5a75962add8c6b44f60fa 16 | 17 | pkgname = xinput_calibrator 18 | 19 | -------------------------------------------------------------------------------- /antergos/xinput_calibrator/xinput_calibrator.install: -------------------------------------------------------------------------------- 1 | post_install() { 2 | echo "----------------------------------------------------------" 3 | echo "> To enable automatic calibration at restart see" 4 | echo "> http://wiki.github.com/tias/xinput_calibrator/making-calibration-values-permanent" 5 | echo "----------------------------------------------------------" 6 | } 7 | 8 | post_upgrade() { 9 | post_install 10 | } 11 | 12 | # vim:set ts=2 sw=2 et: 13 | # -*- mode: bash;-*- 14 | -------------------------------------------------------------------------------- /antergos/xplayer-plparser/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Nov 15 15:11:34 UTC 2018 3 | pkgbase = xplayer-plparser 4 | pkgdesc = Playlist parser for the XApps Project's xplayer. 5 | pkgver = 1.0.2 6 | pkgrel = 1 7 | url = https://github.com/linuxmint/xplayer-plparser 8 | arch = x86_64 9 | groups = xapps 10 | license = GPL 11 | makedepends = git 12 | makedepends = gnome-common 13 | makedepends = gtk-doc 14 | makedepends = gobject-introspection 15 | depends = gmime 16 | depends = libsoup 17 | depends = libarchive 18 | depends = libquvi 19 | conflicts = xplayer-plparser-git 20 | source = xplayer-plparser-1.0.2.tar.gz::https://github.com/linuxmint/xplayer-plparser/archive/1.0.2.tar.gz 21 | md5sums = 586fe3e544a4ebf0d450861ac65efb49 22 | 23 | pkgname = xplayer-plparser 24 | 25 | -------------------------------------------------------------------------------- /antergos/yaourt/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:17 UTC 2017 3 | pkgbase = yaourt 4 | pkgdesc = A pacman wrapper with extended features and AUR support 5 | pkgver = 1.8.1 6 | pkgrel = 1 7 | url = https://github.com/archlinuxfr/yaourt 8 | arch = any 9 | license = GPL 10 | depends = diffutils 11 | depends = pacman>=4.2 12 | depends = package-query>=1.6 13 | depends = gettext 14 | optdepends = aurvote: vote for favorite packages from AUR 15 | optdepends = customizepkg: automatically modify PKGBUILD during install/upgrade 16 | optdepends = rsync: retrieve PKGBUILD from official repositories 17 | backup = etc/yaourtrc 18 | source = https://github.com/archlinuxfr/yaourt/archive/1.8.1.zip 19 | md5sums = d1eab5ecc6c009df90727cc7711424ef 20 | 21 | pkgname = yaourt 22 | 23 | -------------------------------------------------------------------------------- /antergos/yay/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Sun Mar 10 21:39:09 UTC 2019 3 | pkgbase = yay 4 | pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. 5 | pkgver = 9.1.0 6 | pkgrel = 1 7 | url = https://github.com/Jguer/yay 8 | arch = x86_64 9 | license = GPL 10 | makedepends = go 11 | depends = pacman>=5.1 12 | depends = sudo 13 | depends = git 14 | conflicts = yay-bin 15 | conflicts = yay-git 16 | source = yay-9.1.0.tar.gz::https://github.com/Jguer/yay/archive/v9.1.0.tar.gz 17 | sha1sums = 0318e1f6437dab7c71a795cbb12d8004ecc508a5 18 | 19 | pkgname = yay 20 | 21 | -------------------------------------------------------------------------------- /antergos/zfs-utils/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = zfs-utils 2 | pkgdesc = Kernel module support files for the Zettabyte File System. 3 | pkgver = 0.8.0rc5 4 | pkgrel = 1 5 | url = http://zfsonlinux.org/ 6 | arch = x86_64 7 | groups = system 8 | groups = zfs 9 | license = CDDL 10 | conflicts = zfs-utils-git 11 | source = https://github.com/zfsonlinux/zfs/archive/zfs-0.8.0-rc5.zip 12 | source = zfs-utils.bash-completion-r1 13 | source = zfs-utils.initcpio.install 14 | source = zfs-utils.initcpio.hook 15 | md5sums = 8341bf06845e0a71b2555affc125b756 16 | md5sums = 9ddb0c8a94861f929d0fa741fdc49950 17 | md5sums = 73527e326fbbd1bc3d4331bbba0af5a8 18 | md5sums = 2d4dd00dd671598c26b5d054bd63d6f5 19 | 20 | pkgname = zfs-utils 21 | 22 | -------------------------------------------------------------------------------- /antergos/zfs/.SRCINFO: -------------------------------------------------------------------------------- 1 | pkgbase = zfs 2 | pkgdesc = Kernel modules for the Zettabyte File System. 3 | pkgver = 0.8.0rc5 4 | pkgrel = 1 5 | url = http://zfsonlinux.org/ 6 | install = zfs.install 7 | arch = x86_64 8 | groups = system 9 | groups = zfs 10 | license = CDDL 11 | makedepends = git 12 | depends = zfs-utils>=0.8.0rc5 13 | depends = dkms 14 | depends = linux-headers 15 | depends = linux<5.2 16 | provides = zfs-dkms 17 | conflicts = zfs-git 18 | conflicts = zfs-dkms 19 | conflicts = spl-git 20 | conflicts = spl-dkms 21 | replaces = spl 22 | replaces = spl-dkms 23 | source = https://github.com/zfsonlinux/zfs/archive/zfs-0.8.0-rc5.zip 24 | md5sums = 8341bf06845e0a71b2555affc125b756 25 | 26 | pkgname = zfs 27 | 28 | -------------------------------------------------------------------------------- /antergos/zfs/zfs.install: -------------------------------------------------------------------------------- 1 | systemd_units_reset() { 2 | systemctl preset --preset-mode=enable-only \ 3 | zfs-import-cache \ 4 | zfs-import-scan \ 5 | zfs-mount \ 6 | zfs-share \ 7 | zfs-zed \ 8 | zfs.target 9 | } 10 | 11 | post_install() { 12 | systemd_units_reset 13 | } 14 | 15 | post_upgrade() { 16 | post_install 17 | } 18 | 19 | post_remove() { 20 | pkgver="0.7.13" 21 | dkms remove "zfs/${pkgver}" --all 22 | 23 | if (grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null); then 24 | echo '>>> The ZFS packages have been removed, but "zfs" remains in the "hooks"' 25 | echo '>>> list in mkinitcpio.conf! You will need to remove "zfs" from the ' 26 | echo '>>> "hooks" list and then regenerate the initial ramdisk.' 27 | fi 28 | } 29 | 30 | 31 | # -*- mode: bash;-*- 32 | -------------------------------------------------------------------------------- /antergos/zuki-themes/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:22 UTC 2017 3 | pkgbase = zuki-themes 4 | pkgdesc = Zuki themes for GTK3, GTK2, Metacity, xfwm4, Gnome Shell and Unity. 5 | pkgver = 20150516 6 | pkgrel = 1 7 | url = https://github.com/lassekongo83/zuki-themes/ 8 | arch = any 9 | license = GPL3 10 | depends = gtk-engine-murrine 11 | depends = gtk-engines 12 | depends = gnome-themes-standard 13 | optdepends = ttf-droid: Font family for the Gnome Shell theme 14 | replaces = zukitwo-themes 15 | source = zuki-themes-20150516.zip::https://github.com/lassekongo83/zuki-themes/archive/master.zip 16 | sha1sums = 8e9b6fb680c7a1ad86a4410d1a9d78481589ae74 17 | 18 | pkgname = zuki-themes 19 | 20 | -------------------------------------------------------------------------------- /antergos/zuki-themes/PKGBUILD: -------------------------------------------------------------------------------- 1 | # Maintainer: OmeGa 2 | # Contributor: grimi 3 | 4 | pkgname=zuki-themes 5 | pkgver=20150516 6 | pkgrel=1 7 | pkgdesc="Zuki themes for GTK3, GTK2, Metacity, xfwm4, Gnome Shell and Unity." 8 | arch=('any') 9 | url="https://github.com/lassekongo83/zuki-themes/" 10 | license=('GPL3') 11 | replaces=('zukitwo-themes') 12 | depends=('gtk-engine-murrine' 'gtk-engines' 'gnome-themes-standard') 13 | optdepends=('ttf-droid: Font family for the Gnome Shell theme') 14 | source=($pkgname-$pkgver.zip::https://github.com/lassekongo83/zuki-themes/archive/master.zip) 15 | sha1sums=('8e9b6fb680c7a1ad86a4410d1a9d78481589ae74') 16 | 17 | package() { 18 | cd "$srcdir/$pkgname-master" 19 | find Zuki* -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \; 20 | } 21 | 22 | # vim:set ts=2 sw=2 et: 23 | 24 | -------------------------------------------------------------------------------- /antergos/zukitwo-theme-openbox/.SRCINFO: -------------------------------------------------------------------------------- 1 | # Generated by mksrcinfo v8 2 | # Thu Apr 20 06:06:24 UTC 2017 3 | pkgbase = zukitwo-theme-openbox 4 | pkgdesc = Openbox theme that match Zukitwo gtk theme. 5 | pkgver = 20140604 6 | pkgrel = 2 7 | url = http://box-look.org/content/show.php/?content=146154 8 | arch = any 9 | license = Creative Commons by-sa 10 | depends = openbox 11 | source = http://box-look.org/CONTENT/content-files/146154-Zukitwo-ob-140604.obt 12 | md5sums = 0d127eedbf058cfb307639acb7aaaa75 13 | 14 | pkgname = zukitwo-theme-openbox 15 | 16 | -------------------------------------------------------------------------------- /antergos/zukitwo-theme-openbox/PKGBUILD: -------------------------------------------------------------------------------- 1 | pkgname=zukitwo-theme-openbox 2 | pkgver=20140604 3 | pkgrel=2 4 | pkgdesc="Openbox theme that match Zukitwo gtk theme." 5 | arch=(any) 6 | url="http://box-look.org/content/show.php/?content=146154" 7 | license=('Creative Commons by-sa') 8 | depends=('openbox') 9 | source=("http://box-look.org/CONTENT/content-files/146154-Zukitwo-ob-140604.obt") 10 | md5sums=('0d127eedbf058cfb307639acb7aaaa75') 11 | 12 | __realname="Zukitwo-ob" 13 | __dstname="Zukitwo" 14 | __obtname="146154-Zukitwo-ob-140604.obt" 15 | 16 | build() { 17 | cd $srcdir 18 | tar xf $__obtname 19 | } 20 | 21 | package() { 22 | install -d $pkgdir/usr/share/themes/$__dstname 23 | cp -r $srcdir/$__realname/openbox-3 $pkgdir/usr/share/themes/$__dstname 24 | } 25 | 26 | --------------------------------------------------------------------------------