diff --git a/README.md b/README.md index 26e2ebc72623cad94b455e1f0cb2419c9f3930b0..2dc932994566d3a8cd6975743db9997e6748e9b2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # ocs-url [](https://www.gnu.org/licenses/gpl-3.0) -[](https://travis-ci.org/ocs-url/ocs-url) +[](https://travis-ci.org/opendesktop/ocs-url) An install helper program for items served on OpenCollaborationServices (OCS). -Copyright: 2016-2017, Akira Ohgaki +Copyright: 2016-2017, Opendesktop.org License: GPL-3+ @@ -15,4 +15,4 @@ https://www.linux-apps.com/p/1136805/ And please check the ocs-url wiki for more information. -https://github.com/ocs-url/ocs-url/wiki +https://github.com/opendesktop/ocs-url/wiki diff --git a/app/app.pri b/app/app.pri index 0a0cd1ec320382fbc250d00a5ba1f6bf139b5be3..0f601b3da985a52a1f6d90216a8ba9e385ac7299 100644 --- a/app/app.pri +++ b/app/app.pri @@ -1,6 +1,7 @@ QT += \ core \ gui \ + widgets \ qml \ quick \ svg diff --git a/app/configs/application.json b/app/configs/application.json index 8b09a76c2e8093e5c0270019ca838c0901df425b..8c324cb72983e8db2be89a6027c1cf9fc984e9ac 100644 --- a/app/configs/application.json +++ b/app/configs/application.json @@ -2,12 +2,12 @@ "id": "ocs-url", "name": "ocs-url", "version": "3.0.0", - "organization": "ocs-url", - "domain": "com.ocs-url.ocs-url", + "organization": "Opendesktop.org", + "domain": "org.opendesktop.ocs-url", "icon": ":/desktop/ocs-url.svg", "description": "An install helper program for items served on OpenCollaborationServices (OCS).", "license": "GPL-3+", - "author": "Akira Ohgaki", - "contact": "akiraohgaki@gmail.com", - "homepage": "https://github.com/ocs-url/ocs-url" + "author": "Opendesktop.org", + "contact": "contact@opendesktop.org", + "homepage": "https://github.com/opendesktop/ocs-url" } diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD index a61184d6d4aad54e3e3316af43ac8a4bad4c5b99..1e8243d48c1f5865bb10e5269926bb2c6cc09b65 100644 --- a/pkg/archlinux/PKGBUILD +++ b/pkg/archlinux/PKGBUILD @@ -5,11 +5,11 @@ pkgver='3.0.0' pkgrel='1' pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).' arch=('i686' 'x86_64') -url='https://github.com/ocs-url/ocs-url' +url='https://github.com/opendesktop/ocs-url' license=('GPL3') depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0') makedepends=('git') -#source=("https://github.com/ocs-url/ocs-url/archive/release-${pkgver}.tar.gz") +#source=("https://github.com/opendesktop/ocs-url/archive/release-${pkgver}.tar.gz") source=("${pkgname}.tar.gz") md5sums=() #autofill using updpkgsums diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec index 5369a32d876cbfd457797c2598942f7d41b7f21a..585db205cb286b4c3ffd4721bae5a6f931c2d6ca 100644 --- a/pkg/fedora/ocs-url.spec +++ b/pkg/fedora/ocs-url.spec @@ -4,9 +4,9 @@ Version: 3.0.0 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet -URL: https://github.com/ocs-url/ocs-url +URL: https://github.com/opendesktop/ocs-url -#Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz +#Source0: https://github.com/opendesktop/ocs-url/archive/release-%{version}.tar.gz Source0: %{name}.tar.gz Requires: qt5-qtbase >= 5.2.0, qt5-qtbase-gui >= 5.2.0, qt5-qtsvg >= 5.2.0, qt5-qtdeclarative >= 5.2.0, qt5-qtquickcontrols >= 5.2.0 diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec index cd3276bc8e260ca1d762c841fb2a42f12d0431b0..18efb22920102f5ed5eb4461b9112cfdb53c6c54 100644 --- a/pkg/opensuse/ocs-url.spec +++ b/pkg/opensuse/ocs-url.spec @@ -4,9 +4,9 @@ Version: 3.0.0 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet -URL: https://github.com/ocs-url/ocs-url +URL: https://github.com/opendesktop/ocs-url -#Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz +#Source0: https://github.com/opendesktop/ocs-url/archive/release-%{version}.tar.gz Source0: %{name}.tar.gz Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0 diff --git a/pkg/ubuntu/debian/copyright b/pkg/ubuntu/debian/copyright index f8bcc6179fea75ec2b1ccf82867b016f4a9ca886..e49cfaa43e0095b43f424fa957daa823ef6daedd 100644 --- a/pkg/ubuntu/debian/copyright +++ b/pkg/ubuntu/debian/copyright @@ -1,10 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ocs-url -Upstream-Contact: Akira Ohgaki <akiraohgaki@gmail.com> -Source: https://github.com/ocs-url/ocs-url +Upstream-Contact: Opendesktop.org <contact@opendesktop.org> +Source: https://github.com/opendesktop/ocs-url Files: * -Copyright: 2016-2017, Akira Ohgaki +Copyright: 2016-2017, Opendesktop.org License: GPL-3+ On Debian systems, the full text of the GNU General Public License version 3 can be found in the `/usr/share/common-licenses/GPL-3' file. diff --git a/scripts/build.sh b/scripts/build.sh index 9f0dbb5bccc7aed312d37f24b0413bf8c47d9cce..c14b29473a5979b905336d565510dc54d7c712e9 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -77,7 +77,7 @@ build_snap() { tar -xzvf "${SRCARCHIVE}" -C "${BUILDDIR}" cp "${PROJDIR}/pkg/snap/snapcraft.yaml" "${BUILDDIR}/${PKGNAME}" - cp -r "${PROJDIR}/pkg/snap/setup" "${BUILDDIR}/${PKGNAME}" + cp -r "${PROJDIR}/pkg/snap/snap" "${BUILDDIR}/${PKGNAME}" cd "${BUILDDIR}/${PKGNAME}" snapcraft }