Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ostree | name : ostree | ||||
| version : 2018.01 | version : 2018.7 | ||||
| release : 7 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/ostreedev/ostree/releases/download/v2018.1/libostree-2018.1.tar.xz : 8b5e3b80425b91c93aeb916bb047ee194aa138a9cf00ce173dcc0ebc0dd11f4b | - https://github.com/ostreedev/ostree/releases/download/v2018.7/libostree-2018.7.tar.xz : 483e359fd934f3fb1abde2cd8ff9c5bccb97e2a37d52ed8bedfa9ab1290883d9 | ||||
| license : LGPL-2.0 | license : LGPL-2.0-or-later | ||||
| component : system.utils | component : system.utils | ||||
| summary : Git-like filesystem management | summary : Git-like filesystem management | ||||
| description: | | description: | | ||||
| Operating system and container binary deployment and upgrades | Operating system and container binary deployment and upgrades | ||||
| patterns : | patterns : | ||||
| - docs : /usr/share/man | - docs : /usr/share/man | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(e2p) | - pkgconfig(e2p) | ||||
| - pkgconfig(fuse) | - pkgconfig(fuse) | ||||
| - pkgconfig(gio-unix-2.0) | - pkgconfig(gio-unix-2.0) | ||||
| - pkgconfig(libarchive) | - pkgconfig(libarchive) | ||||
| - pkgconfig(liblzma) | |||||
| - pkgconfig(libsoup-2.4) | - pkgconfig(libsoup-2.4) | ||||
| - pkgconfig(libsystemd) | |||||
| - pkgconfig(mount) | |||||
| - pkgconfig(zlib) | |||||
| - docbook-xml | - docbook-xml | ||||
| - gpgme-devel | - gpgme-devel | ||||
| - libassuan-devel | - libassuan-devel | ||||
| setup : | | setup : | | ||||
| %configure --disable-static | %configure --disable-static | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| # ostree is only used by flatpak in Solus, so nuke the unnecessary harmful bits. | # Remove files only relevant to OSTree based OS images | ||||
| rm -rf $installdir/usr/{bin,lib} | rm -r $installdir/etc/grub.d/ | ||||
| rm -rf $installdir/usr/share/bash-completion/ | rm -r $installdir/usr/lib | ||||
| rm -rf $installdir/etc | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.