├── COPYING ├── README.md ├── backgrounds ├── 2004default.jpg ├── bluebird.jpg ├── bridgecity.jpg ├── bridgecity2.jpg ├── calla.png ├── city.png ├── desert.png ├── firstgeneration.jpg ├── flamingos.jpg ├── fluent-color.png ├── focal-ubuntukylin.png ├── goldfish.png ├── horse.jpg ├── house.jpg ├── look.jpg ├── mountain-range.jpg ├── mountain.jpg ├── mountain2.jpg ├── planet-ascending.jpg ├── rhythm.jpg ├── rollpaper.png ├── sea.jpg ├── sky.jpg ├── snowy-mountains.jpg ├── still-life.jpg ├── string.jpg ├── sunf.jpg └── the-mouse.jpg ├── debian ├── changelog ├── control ├── copyright ├── rules ├── source │ └── format └── watch ├── gettext └── its │ ├── wallpapers.its │ └── wallpapers.loc ├── meson.build ├── po ├── LINGUAS ├── POTFILES.in ├── bo.po ├── meson.build ├── tr.po ├── ukui-wallpapers.pot ├── zh_CN.po └── zh_TW.po ├── ukui-wallpapers.xml.in └── update-background.py /COPYING: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 2 | Unported License. To view a copy of this license, visit 3 | http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative 4 | Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## UKUI Wallpapers 2 | 3 | This project contains some wallpapers of [ubuntukylin-wallpapers](https://github.com/UbuntuKylin/ubuntukylin-wallpapers), full wallpapers can be viewed and downloaded at [Ubuntu Kylin wallpapers](https://www.ubuntukylin.com/wallpaper-en.html) 4 | 5 | ![default](./backgrounds/2004default.jpg) 6 | -------------------------------------------------------------------------------- /backgrounds/2004default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/2004default.jpg -------------------------------------------------------------------------------- /backgrounds/bluebird.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/bluebird.jpg -------------------------------------------------------------------------------- /backgrounds/bridgecity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/bridgecity.jpg -------------------------------------------------------------------------------- /backgrounds/bridgecity2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/bridgecity2.jpg -------------------------------------------------------------------------------- /backgrounds/calla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/calla.png -------------------------------------------------------------------------------- /backgrounds/city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/city.png -------------------------------------------------------------------------------- /backgrounds/desert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/desert.png -------------------------------------------------------------------------------- /backgrounds/firstgeneration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/firstgeneration.jpg -------------------------------------------------------------------------------- /backgrounds/flamingos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/flamingos.jpg -------------------------------------------------------------------------------- /backgrounds/fluent-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/fluent-color.png -------------------------------------------------------------------------------- /backgrounds/focal-ubuntukylin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/focal-ubuntukylin.png -------------------------------------------------------------------------------- /backgrounds/goldfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/goldfish.png -------------------------------------------------------------------------------- /backgrounds/horse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/horse.jpg -------------------------------------------------------------------------------- /backgrounds/house.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/house.jpg -------------------------------------------------------------------------------- /backgrounds/look.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/look.jpg -------------------------------------------------------------------------------- /backgrounds/mountain-range.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/mountain-range.jpg -------------------------------------------------------------------------------- /backgrounds/mountain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/mountain.jpg -------------------------------------------------------------------------------- /backgrounds/mountain2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/mountain2.jpg -------------------------------------------------------------------------------- /backgrounds/planet-ascending.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/planet-ascending.jpg -------------------------------------------------------------------------------- /backgrounds/rhythm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/rhythm.jpg -------------------------------------------------------------------------------- /backgrounds/rollpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/rollpaper.png -------------------------------------------------------------------------------- /backgrounds/sea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/sea.jpg -------------------------------------------------------------------------------- /backgrounds/sky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/sky.jpg -------------------------------------------------------------------------------- /backgrounds/snowy-mountains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/snowy-mountains.jpg -------------------------------------------------------------------------------- /backgrounds/still-life.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/still-life.jpg -------------------------------------------------------------------------------- /backgrounds/string.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/string.jpg -------------------------------------------------------------------------------- /backgrounds/sunf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/sunf.jpg -------------------------------------------------------------------------------- /backgrounds/the-mouse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ukui/ukui-wallpapers/525cd36405a9258fac6764f2edeb606ad2570fab/backgrounds/the-mouse.jpg -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- 1 | ukui-wallpapers (20.04.4-1) unstable; urgency=medium 2 | 3 | * Fix python3 compatibility for update-background.py. 4 | 5 | -- Kevin Duan Mon, 06 Jul 2020 15:10:42 +0800 6 | 7 | ukui-wallpapers (20.04.3-1) unstable; urgency=low 8 | 9 | * Initial release (Closes: #962644). 10 | 11 | -- Kevin Duan Mon, 15 Jun 2020 14:28:58 +0800 12 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | Source: ukui-wallpapers 2 | Section: x11 3 | Priority: optional 4 | Maintainer: Kylin Team 5 | Uploaders: handsome_feng , 6 | Kevin Duan 7 | Build-Depends: debhelper-compat (= 13), 8 | meson 9 | Standards-Version: 4.5.1 10 | Rules-Requires-Root: no 11 | Homepage: https://www.ukui.org 12 | Vcs-Git: https://github.com/ukui/ukui-wallpapers.git 13 | Vcs-Browser: https://github.com/ukui/ukui-wallpapers 14 | 15 | Package: ukui-wallpapers 16 | Architecture: all 17 | Replaces: ubuntukylin-wallpapers, 18 | ubuntukylin-wallpapers-artful, 19 | ubuntukylin-wallpapers-bionic, 20 | ubuntukylin-wallpapers-cosmic, 21 | ubuntukylin-wallpapers-disco, 22 | ubuntukylin-wallpapers-eoan, 23 | ubuntukylin-wallpapers-focal, 24 | ubuntukylin-wallpapers-groovy, 25 | ubuntukylin-wallpapers-saucy, 26 | ubuntukylin-wallpapers-trusty, 27 | ubuntukylin-wallpapers-utopic, 28 | ubuntukylin-wallpapers-vivid, 29 | ubuntukylin-wallpapers-wily, 30 | ubuntukylin-wallpapers-xenial, 31 | ubuntukylin-wallpapers-yakkety, 32 | ubuntukylin-wallpapers-zesty 33 | Depends: ${misc:Depends} 34 | Description: Wallpapers for UKUI desktop environment 35 | The default UKUI wallpaper. Outstanding wallpapers selected 36 | from Ubuntu Kylin 20.04 Wallpaper Contest. These wallpapers 37 | are expected to show wonderful Chinese style. 38 | -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | Upstream-Name: ukui-wallpapers 3 | Source: https://github.com/ukui/ukui-wallpapers 4 | 5 | Files: * 6 | Copyright: 2013-2020 Ubuntu Kylin community contributors 7 | License: CC-BY-SA-3.0 8 | Comments: 9 | This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 10 | Unported License. To view a copy of this license, visit 11 | http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative 12 | Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. 13 | 14 | Files: debian/* 15 | Copyright: 2020, handsome_feng 16 | License: CC-BY-SA-3.0 17 | Comments: 18 | This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 19 | Unported License. To view a copy of this license, visit 20 | http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative 21 | Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. 22 | 23 | License: CC-BY-SA-3.0 24 | Creative Commons Attribution-ShareAlike 3.0 Unported 25 | . 26 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 27 | LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 28 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION 29 | ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE 30 | INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 31 | ITS USE. 32 | . 33 | License 34 | . 35 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 36 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 37 | COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 38 | AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 39 | . 40 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE 41 | BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE 42 | CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE 43 | IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. 44 | 1. Definitions 45 | a. "Adaptation" means a work based upon the Work, or upon the Work and other 46 | pre-existing works, such as a translation, adaptation, derivative work, 47 | arrangement of music or other alterations of a literary or artistic work, 48 | or phonogram or performance and includes cinematographic adaptations or 49 | any other form in which the Work may be recast, transformed, or adapted 50 | including in any form recognizably derived from the original, except that 51 | a work that constitutes a Collection will not be considered an Adaptation 52 | for the purpose of this License. For the avoidance of doubt, where the 53 | Work is a musical work, performance or phonogram, the synchronization of 54 | the Work in timed-relation with a moving image ("synching") will be 55 | considered an Adaptation for the purpose of this License. 56 | b. "Collection" means a collection of literary or artistic works, such as 57 | encyclopedias and anthologies, or performances, phonograms or broadcasts, 58 | or other works or subject matter other than works listed in Section 1(f) 59 | below, which, by reason of the selection and arrangement of their 60 | contents, constitute intellectual creations, in which the Work is 61 | included in its entirety in unmodified form along with one or more other 62 | contributions, each constituting separate and independent works in 63 | themselves, which together are assembled into a collective whole. A work 64 | that constitutes a Collection will not be considered an Adaptation (as 65 | defined below) for the purposes of this License. 66 | c. "Creative Commons Compatible License" means a license that is listed at 67 | http://creativecommons.org/compatiblelicenses that has been approved by 68 | Creative Commons as being essentially equivalent to this License, 69 | including, at a minimum, because that license: (i) contains terms that 70 | have the same purpose, meaning and effect as the License Elements of this 71 | License; and, (ii) explicitly permits the relicensing of adaptations of 72 | works made available under that license under this License or a Creative 73 | Commons jurisdiction license with the same License Elements as this 74 | License. 75 | d. "Distribute" means to make available to the public the original and 76 | copies of the Work or Adaptation, as appropriate, through sale or other 77 | transfer of ownership. 78 | e. "License Elements" means the following high-level license attributes as 79 | selected by Licensor and indicated in the title of this License: 80 | Attribution, ShareAlike. 81 | f. "Licensor" means the individual, individuals, entity or entities that 82 | offer(s) the Work under the terms of this License. 83 | g. "Original Author" means, in the case of a literary or artistic work, the 84 | individual, individuals, entity or entities who created the Work or if no 85 | individual or entity can be identified, the publisher; and in addition 86 | (i) in the case of a performance the actors, singers, musicians, dancers, 87 | and other persons who act, sing, deliver, declaim, play in, interpret or 88 | otherwise perform literary or artistic works or expressions of folklore; 89 | (ii) in the case of a phonogram the producer being the person or legal 90 | entity who first fixes the sounds of a performance or other sounds; and, 91 | (iii) in the case of broadcasts, the organization that transmits the 92 | broadcast. 93 | h. "Work" means the literary and/or artistic work offered under the terms of 94 | this License including without limitation any production in the literary, 95 | scientific and artistic domain, whatever may be the mode or form of its 96 | expression including digital form, such as a book, pamphlet and other 97 | writing; a lecture, address, sermon or other work of the same nature; a 98 | dramatic or dramatico-musical work; a choreographic work or entertainment 99 | in dumb show; a musical composition with or without words; a 100 | cinematographic work to which are assimilated works expressed by a 101 | process analogous to cinematography; a work of drawing, painting, 102 | architecture, sculpture, engraving or lithography; a photographic work to 103 | which are assimilated works expressed by a process analogous to 104 | photography; a work of applied art; an illustration, map, plan, sketch or 105 | three-dimensional work relative to geography, topography, architecture or 106 | science; a performance; a broadcast; a phonogram; a compilation of data 107 | to the extent it is protected as a copyrightable work; or a work 108 | performed by a variety or circus performer to the extent it is not 109 | otherwise considered a literary or artistic work. 110 | i. "You" means an individual or entity exercising rights under this License 111 | who has not previously violated the terms of this License with respect to 112 | the Work, or who has received express permission from the Licensor to 113 | exercise rights under this License despite a previous violation. 114 | j. "Publicly Perform" means to perform public recitations of the Work and to 115 | communicate to the public those public recitations, by any means or 116 | process, including by wire or wireless means or public digital 117 | performances; to make available to the public Works in such a way that 118 | members of the public may access these Works from a place and at a place 119 | individually chosen by them; to perform the Work to the public by any 120 | means or process and the communication to the public of the performances 121 | of the Work, including by public digital performance; to broadcast and 122 | rebroadcast the Work by any means including signs, sounds or images. 123 | k. "Reproduce" means to make copies of the Work by any means including 124 | without limitation by sound or visual recordings and the right of 125 | fixation and reproducing fixations of the Work, including storage of a 126 | protected performance or phonogram in digital form or other electronic 127 | medium. 128 | 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, 129 | or restrict any uses free from copyright or rights arising from limitations or 130 | exceptions that are provided for in connection with the copyright protection 131 | under copyright law or other applicable laws. 132 | 3. License Grant. Subject to the terms and conditions of this License, Licensor 133 | hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the 134 | duration of the applicable copyright) license to exercise the rights in the 135 | Work as stated below: 136 | a. to Reproduce the Work, to incorporate the Work into one or more 137 | Collections, and to Reproduce the Work as incorporated in the 138 | Collections; 139 | b. to create and Reproduce Adaptations provided that any such Adaptation, 140 | including any translation in any medium, takes reasonable steps to 141 | clearly label, demarcate or otherwise identify that changes were made to 142 | the original Work. For example, a translation could be marked "The 143 | original work was translated from English to Spanish," or a modification 144 | could indicate "The original work has been modified."; 145 | c. to Distribute and Publicly Perform the Work including as incorporated in 146 | Collections; and, 147 | d. to Distribute and Publicly Perform Adaptations. 148 | e. For the avoidance of doubt: 149 | i. Non-waivable Compulsory License Schemes. In those jurisdictions in 150 | which the right to collect royalties through any statutory or 151 | compulsory licensing scheme cannot be waived, the Licensor reserves 152 | the exclusive right to collect such royalties for any exercise by 153 | You of the rights granted under this License; 154 | ii. Waivable Compulsory License Schemes. In those jurisdictions in 155 | which the right to collect royalties through any statutory or 156 | compulsory licensing scheme can be waived, the Licensor waives the 157 | exclusive right to collect such royalties for any exercise by You 158 | of the rights granted under this License; and, 159 | iii. Voluntary License Schemes. The Licensor waives the right to collect 160 | royalties, whether individually or, in the event that the Licensor 161 | is a member of a collecting society that administers voluntary 162 | licensing schemes, via that society, from any exercise by You of 163 | the rights granted under this License. 164 | The above rights may be exercised in all media and formats whether now known or 165 | hereafter devised. The above rights include the right to make such 166 | modifications as are technically necessary to exercise the rights in other 167 | media and formats. Subject to Section 8(f), all rights not expressly granted by 168 | Licensor are hereby reserved. 169 | 4. Restrictions. The license granted in Section 3 above is expressly made 170 | subject to and limited by the following restrictions: 171 | a. You may Distribute or Publicly Perform the Work only under the terms of 172 | this License. You must include a copy of, or the Uniform Resource 173 | Identifier (URI) for, this License with every copy of the Work You 174 | Distribute or Publicly Perform. You may not offer or impose any terms on 175 | the Work that restrict the terms of this License or the ability of the 176 | recipient of the Work to exercise the rights granted to that recipient 177 | under the terms of the License. You may not sublicense the Work. You must 178 | keep intact all notices that refer to this License and to the disclaimer 179 | of warranties with every copy of the Work You Distribute or Publicly 180 | Perform. When You Distribute or Publicly Perform the Work, You may not 181 | impose any effective technological measures on the Work that restrict the 182 | ability of a recipient of the Work from You to exercise the rights 183 | granted to that recipient under the terms of the License. This Section 4 184 | (a) applies to the Work as incorporated in a Collection, but this does 185 | not require the Collection apart from the Work itself to be made subject 186 | to the terms of this License. If You create a Collection, upon notice 187 | from any Licensor You must, to the extent practicable, remove from the 188 | Collection any credit as required by Section 4(c), as requested. If You 189 | create an Adaptation, upon notice from any Licensor You must, to the 190 | extent practicable, remove from the Adaptation any credit as required by 191 | Section 4(c), as requested. 192 | b. You may Distribute or Publicly Perform an Adaptation only under the terms 193 | of: (i) this License; (ii) a later version of this License with the same 194 | License Elements as this License; (iii) a Creative Commons jurisdiction 195 | license (either this or a later license version) that contains the same 196 | License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); 197 | (iv) a Creative Commons Compatible License. If you license the Adaptation 198 | under one of the licenses mentioned in (iv), you must comply with the 199 | terms of that license. If you license the Adaptation under the terms of 200 | any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable 201 | License"), you must comply with the terms of the Applicable License 202 | generally and the following provisions: (I) You must include a copy of, 203 | or the URI for, the Applicable License with every copy of each Adaptation 204 | You Distribute or Publicly Perform; (II) You may not offer or impose any 205 | terms on the Adaptation that restrict the terms of the Applicable License 206 | or the ability of the recipient of the Adaptation to exercise the rights 207 | granted to that recipient under the terms of the Applicable License; 208 | (III) You must keep intact all notices that refer to the Applicable 209 | License and to the disclaimer of warranties with every copy of the Work 210 | as included in the Adaptation You Distribute or Publicly Perform; (IV) 211 | when You Distribute or Publicly Perform the Adaptation, You may not 212 | impose any effective technological measures on the Adaptation that 213 | restrict the ability of a recipient of the Adaptation from You to 214 | exercise the rights granted to that recipient under the terms of the 215 | Applicable License. This Section 4(b) applies to the Adaptation as 216 | incorporated in a Collection, but this does not require the Collection 217 | apart from the Adaptation itself to be made subject to the terms of the 218 | Applicable License. 219 | c. If You Distribute, or Publicly Perform the Work or any Adaptations or 220 | Collections, You must, unless a request has been made pursuant to Section 221 | 4(a), keep intact all copyright notices for the Work and provide, 222 | reasonable to the medium or means You are utilizing: (i) the name of the 223 | Original Author (or pseudonym, if applicable) if supplied, and/or if the 224 | Original Author and/or Licensor designate another party or parties (e.g., 225 | a sponsor institute, publishing entity, journal) for attribution 226 | ("Attribution Parties") in Licensor's copyright notice, terms of service 227 | or by other reasonable means, the name of such party or parties; (ii) the 228 | title of the Work if supplied; (iii) to the extent reasonably 229 | practicable, the URI, if any, that Licensor specifies to be associated 230 | with the Work, unless such URI does not refer to the copyright notice or 231 | licensing information for the Work; and (iv) , consistent with Ssection 3 232 | (b), in the case of an Adaptation, a credit identifying the use of the 233 | Work in the Adaptation (e.g., "French translation of the Work by Original 234 | Author," or "Screenplay based on original Work by Original Author"). The 235 | credit required by this Section 4(c) may be implemented in any reasonable 236 | manner; provided, however, that in the case of a Adaptation or 237 | Collection, at a minimum such credit will appear, if a credit for all 238 | contributing authors of the Adaptation or Collection appears, then as 239 | part of these credits and in a manner at least as prominent as the 240 | credits for the other contributing authors. For the avoidance of doubt, 241 | You may only use the credit required by this Section for the purpose of 242 | attribution in the manner set out above and, by exercising Your rights 243 | under this License, You may not implicitly or explicitly assert or imply 244 | any connection with, sponsorship or endorsement by the Original Author, 245 | Licensor and/or Attribution Parties, as appropriate, of You or Your use 246 | of the Work, without the separate, express prior written permission of 247 | the Original Author, Licensor and/or Attribution Parties. 248 | d. Except as otherwise agreed in writing by the Licensor or as may be 249 | otherwise permitted by applicable law, if You Reproduce, Distribute or 250 | Publicly Perform the Work either by itself or as part of any Adaptations 251 | or Collections, You must not distort, mutilate, modify or take other 252 | derogatory action in relation to the Work which would be prejudicial to 253 | the Original Author's honor or reputation. Licensor agrees that in those 254 | jurisdictions (e.g. Japan), in which any exercise of the right granted in 255 | Section 3(b) of this License (the right to make Adaptations) would be 256 | deemed to be a distortion, mutilation, modification or other derogatory 257 | action prejudicial to the Original Author's honor and reputation, the 258 | Licensor will waive or not assert, as appropriate, this Section, to the 259 | fullest extent permitted by the applicable national law, to enable You to 260 | reasonably exercise Your right under Section 3(b) of this License (right 261 | to make Adaptations) but not otherwise. 262 | 5. Representations, Warranties and Disclaimer 263 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS 264 | THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND 265 | CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, 266 | WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A 267 | PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, 268 | ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. 269 | SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH 270 | EXCLUSION MAY NOT APPLY TO YOU. 271 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN 272 | NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, 273 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS 274 | LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE 275 | POSSIBILITY OF SUCH DAMAGES. 276 | 7. Termination 277 | a. This License and the rights granted hereunder will terminate 278 | automatically upon any breach by You of the terms of this License. 279 | Individuals or entities who have received Adaptations or Collections from 280 | You under this License, however, will not have their licenses terminated 281 | provided such individuals or entities remain in full compliance with 282 | those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any 283 | termination of this License. 284 | b. Subject to the above terms and conditions, the license granted here is 285 | perpetual (for the duration of the applicable copyright in the Work). 286 | Notwithstanding the above, Licensor reserves the right to release the 287 | Work under different license terms or to stop distributing the Work at 288 | any time; provided, however that any such election will not serve to 289 | withdraw this License (or any other license that has been, or is required 290 | to be, granted under the terms of this License), and this License will 291 | continue in full force and effect unless terminated as stated above. 292 | 8. Miscellaneous 293 | a. Each time You Distribute or Publicly Perform the Work or a Collection, 294 | the Licensor offers to the recipient a license to the Work on the same 295 | terms and conditions as the license granted to You under this License. 296 | b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 297 | offers to the recipient a license to the original Work on the same terms 298 | and conditions as the license granted to You under this License. 299 | c. If any provision of this License is invalid or unenforceable under 300 | applicable law, it shall not affect the validity or enforceability of the 301 | remainder of the terms of this License, and without further action by the 302 | parties to this agreement, such provision shall be reformed to the 303 | minimum extent necessary to make such provision valid and enforceable. 304 | d. No term or provision of this License shall be deemed waived and no breach 305 | consented to unless such waiver or consent shall be in writing and signed 306 | by the party to be charged with such waiver or consent. 307 | e. This License constitutes the entire agreement between the parties with 308 | respect to the Work licensed here. There are no understandings, 309 | agreements or representations with respect to the Work not specified 310 | here. Licensor shall not be bound by any additional provisions that may 311 | appear in any communication from You. This License may not be modified 312 | without the mutual written agreement of the Licensor and You. 313 | f. The rights granted under, and the subject matter referenced, in this 314 | License were drafted utilizing the terminology of the Berne Convention 315 | for the Protection of Literary and Artistic Works (as amended on 316 | September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 317 | Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and 318 | the Universal Copyright Convention (as revised on July 24, 1971). These 319 | rights and subject matter take effect in the relevant jurisdiction in 320 | which the License terms are sought to be enforced according to the 321 | corresponding provisions of the implementation of those treaty provisions 322 | in the applicable national law. If the standard suite of rights granted 323 | under applicable copyright law includes additional rights not granted 324 | under this License, such additional rights are deemed to be included in 325 | the License; this License is not intended to restrict the license of any 326 | rights under applicable law. 327 | Creative Commons Notice 328 | Creative Commons is not a party to this License, and makes no warranty 329 | whatsoever in connection with the Work. Creative Commons will not be 330 | liable to You or any party on any legal theory for any damages 331 | whatsoever, including without limitation any general, special, 332 | incidental or consequential damages arising in connection to this 333 | license. Notwithstanding the foregoing two (2) sentences, if Creative 334 | Commons has expressly identified itself as the Licensor hereunder, it 335 | shall have all rights and obligations of Licensor. 336 | . 337 | Except for the limited purpose of indicating to the public that the 338 | Work is licensed under the CCPL, Creative Commons does not authorize 339 | the use by either party of the trademark "Creative Commons" or any 340 | related trademark or logo of Creative Commons without the prior 341 | written consent of Creative Commons. Any permitted use will be in 342 | compliance with Creative Commons' then-current trademark usage 343 | guidelines, as may be published on its website or otherwise made 344 | available upon request from time to time. For the avoidance of doubt, 345 | this trademark restriction does not form part of the License. 346 | . 347 | Creative Commons may be contacted at https://creativecommons.org/. 348 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | export DPKG_GENSYMBOLS_CHECK_LEVEL=4 4 | 5 | %: 6 | dh $@ 7 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- 1 | version=4 2 | https://github.com/ukui/ukui-wallpapers/releases .*/ukui-wallpapers_(\d\S+)\.orig\.tar\.gz 3 | -------------------------------------------------------------------------------- /gettext/its/wallpapers.its: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /gettext/its/wallpapers.loc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- 1 | project( 2 | 'ukui-wallpapers', 3 | version: '20.04.2' 4 | ) 5 | 6 | i18n = import('i18n') 7 | 8 | po_dir = join_paths(meson.source_root(), 'po') 9 | its_dir = join_paths(meson.source_root(), 'gettext') 10 | 11 | install_subdir( 12 | 'backgrounds', 13 | install_dir: get_option('datadir'), 14 | ) 15 | 16 | ukui_background_dir = join_paths(get_option('datadir'), 'ukui-background-properties') 17 | i18n.merge_file( 18 | input: 'ukui-wallpapers.xml.in', 19 | output: 'ukui-wallpapers.xml', 20 | po_dir: po_dir, 21 | data_dirs: its_dir, 22 | install: true, 23 | install_dir: ukui_background_dir, 24 | ) 25 | 26 | subdir('po') 27 | -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- 1 | bo 2 | tr 3 | zh_CN 4 | zh_TW 5 | -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- 1 | ukui-wallpapers.xml.in 2 | -------------------------------------------------------------------------------- /po/bo.po: -------------------------------------------------------------------------------- 1 | # Tibetan translations for ukui-wallpapers package. 2 | # Copyright (C) 2020 THE ukui-wallpapers'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the ukui-wallpapers package. 4 | # Automatically generated, 2020. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: ukui-wallpapers\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-05-22 14:58+0800\n" 11 | "PO-Revision-Date: 2020-05-22 14:58+0800\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: bo\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=ASCII\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ukui-wallpapers.xml.in:5 20 | msgid "Calla" 21 | msgstr "" 22 | 23 | #: ukui-wallpapers.xml.in:13 24 | msgid "City" 25 | msgstr "" 26 | 27 | #: ukui-wallpapers.xml.in:21 28 | msgid "Default" 29 | msgstr "" 30 | 31 | #: ukui-wallpapers.xml.in:29 32 | msgid "Desert" 33 | msgstr "" 34 | 35 | #: ukui-wallpapers.xml.in:37 36 | msgid "Firstgeneration" 37 | msgstr "" 38 | 39 | #: ukui-wallpapers.xml.in:45 40 | msgid "Fluent-color" 41 | msgstr "" 42 | 43 | #: ukui-wallpapers.xml.in:53 44 | msgid "Focal-ubuntukylin" 45 | msgstr "" 46 | 47 | #: ukui-wallpapers.xml.in:61 48 | msgid "Goldfish" 49 | msgstr "" 50 | 51 | #: ukui-wallpapers.xml.in:69 52 | msgid "Rhythm" 53 | msgstr "" 54 | 55 | #: ukui-wallpapers.xml.in:77 56 | msgid "Rollpaper" 57 | msgstr "" 58 | 59 | #: ukui-wallpapers.xml.in:85 60 | msgid "String" 61 | msgstr "" 62 | 63 | #: ukui-wallpapers.xml.in:93 64 | msgid "The-mouse" 65 | msgstr "" 66 | 67 | #: ukui-wallpapers.xml.in:102 68 | msgid "Bluebird" 69 | msgstr "" 70 | 71 | #: ukui-wallpapers.xml.in:110 72 | msgid "Bridgecity" 73 | msgstr "" 74 | 75 | #: ukui-wallpapers.xml.in:118 76 | msgid "Bridgecity2" 77 | msgstr "" 78 | 79 | #: ukui-wallpapers.xml.in:126 80 | msgid "Flamingos" 81 | msgstr "" 82 | 83 | #: ukui-wallpapers.xml.in:134 84 | msgid "Horse" 85 | msgstr "" 86 | 87 | #: ukui-wallpapers.xml.in:142 88 | msgid "House" 89 | msgstr "" 90 | 91 | #: ukui-wallpapers.xml.in:150 92 | msgid "Look" 93 | msgstr "" 94 | 95 | #: ukui-wallpapers.xml.in:158 96 | msgid "Mountain-range" 97 | msgstr "" 98 | 99 | #: ukui-wallpapers.xml.in:166 100 | msgid "Mountain" 101 | msgstr "" 102 | 103 | #: ukui-wallpapers.xml.in:174 104 | msgid "Mountain2" 105 | msgstr "" 106 | 107 | #: ukui-wallpapers.xml.in:182 108 | msgid "Planet-ascending" 109 | msgstr "" 110 | 111 | #: ukui-wallpapers.xml.in:190 112 | msgid "Sea" 113 | msgstr "" 114 | 115 | #: ukui-wallpapers.xml.in:198 116 | msgid "Sky" 117 | msgstr "" 118 | 119 | #: ukui-wallpapers.xml.in:206 120 | msgid "Snowy-mountains" 121 | msgstr "" 122 | 123 | #: ukui-wallpapers.xml.in:214 124 | msgid "Still-life" 125 | msgstr "" 126 | 127 | #: ukui-wallpapess.xml.in:222 128 | msgid "Sunf" 129 | msgstr "" 130 | -------------------------------------------------------------------------------- /po/meson.build: -------------------------------------------------------------------------------- 1 | i18n.gettext( 2 | meson.project_name(), 3 | data_dirs: its_dir, 4 | preset: 'glib', 5 | ) 6 | -------------------------------------------------------------------------------- /po/tr.po: -------------------------------------------------------------------------------- 1 | # Turkish translations for ukui-wallpapers package. 2 | # Copyright (C) 2020 THE ukui-wallpapers'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the ukui-wallpapers package. 4 | # Automatically generated, 2020. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: ukui-wallpapers\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-05-22 14:58+0800\n" 11 | "PO-Revision-Date: 2020-05-22 14:58+0800\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: tr\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=ASCII\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ukui-wallpapers.xml.in:5 21 | msgid "Calla" 22 | msgstr "" 23 | 24 | #: ukui-wallpapers.xml.in:13 25 | msgid "City" 26 | msgstr "" 27 | 28 | #: ukui-wallpapers.xml.in:21 29 | msgid "Default" 30 | msgstr "" 31 | 32 | #: ukui-wallpapers.xml.in:29 33 | msgid "Desert" 34 | msgstr "" 35 | 36 | #: ukui-wallpapers.xml.in:37 37 | msgid "Firstgeneration" 38 | msgstr "" 39 | 40 | #: ukui-wallpapers.xml.in:45 41 | msgid "Fluent-color" 42 | msgstr "" 43 | 44 | #: ukui-wallpapers.xml.in:53 45 | msgid "Focal-ubuntukylin" 46 | msgstr "" 47 | 48 | #: ukui-wallpapers.xml.in:61 49 | msgid "Goldfish" 50 | msgstr "" 51 | 52 | #: ukui-wallpapers.xml.in:69 53 | msgid "Rhythm" 54 | msgstr "" 55 | 56 | #: ukui-wallpapers.xml.in:77 57 | msgid "Rollpaper" 58 | msgstr "" 59 | 60 | #: ukui-wallpapers.xml.in:85 61 | msgid "String" 62 | msgstr "" 63 | 64 | #: ukui-wallpapers.xml.in:93 65 | msgid "The-mouse" 66 | msgstr "" 67 | 68 | #: ukui-wallpapers.xml.in:102 69 | msgid "Bluebird" 70 | msgstr "" 71 | 72 | #: ukui-wallpapers.xml.in:110 73 | msgid "Bridgecity" 74 | msgstr "" 75 | 76 | #: ukui-wallpapers.xml.in:118 77 | msgid "Bridgecity2" 78 | msgstr "" 79 | 80 | #: ukui-wallpapers.xml.in:126 81 | msgid "Flamingos" 82 | msgstr "" 83 | 84 | #: ukui-wallpapers.xml.in:134 85 | msgid "Horse" 86 | msgstr "" 87 | 88 | #: ukui-wallpapers.xml.in:142 89 | msgid "House" 90 | msgstr "" 91 | 92 | #: ukui-wallpapers.xml.in:150 93 | msgid "Look" 94 | msgstr "" 95 | 96 | #: ukui-wallpapers.xml.in:158 97 | msgid "Mountain-range" 98 | msgstr "" 99 | 100 | #: ukui-wallpapers.xml.in:166 101 | msgid "Mountain" 102 | msgstr "" 103 | 104 | #: ukui-wallpapers.xml.in:174 105 | msgid "Mountain2" 106 | msgstr "" 107 | 108 | #: ukui-wallpapers.xml.in:182 109 | msgid "Planet-ascending" 110 | msgstr "" 111 | 112 | #: ukui-wallpapers.xml.in:190 113 | msgid "Sea" 114 | msgstr "" 115 | 116 | #: ukui-wallpapers.xml.in:198 117 | msgid "Sky" 118 | msgstr "" 119 | 120 | #: ukui-wallpapers.xml.in:206 121 | msgid "Snowy-mountains" 122 | msgstr "" 123 | 124 | #: ukui-wallpapers.xml.in:214 125 | msgid "Still-life" 126 | msgstr "" 127 | 128 | #: ukui-wallpapess.xml.in:222 129 | msgid "Sunf" 130 | msgstr "" 131 | -------------------------------------------------------------------------------- /po/ukui-wallpapers.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the ukui-wallpapers package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: ukui-wallpapers\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-05-22 14:58+0800\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "Language: \n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=CHARSET\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ukui-wallpapers.xml.in:5 21 | msgid "Calla" 22 | msgstr "" 23 | 24 | #: ukui-wallpapers.xml.in:13 25 | msgid "City" 26 | msgstr "" 27 | 28 | #: ukui-wallpapers.xml.in:21 29 | msgid "Default" 30 | msgstr "" 31 | 32 | #: ukui-wallpapers.xml.in:29 33 | msgid "Desert" 34 | msgstr "" 35 | 36 | #: ukui-wallpapers.xml.in:37 37 | msgid "Firstgeneration" 38 | msgstr "" 39 | 40 | #: ukui-wallpapers.xml.in:45 41 | msgid "Fluent-color" 42 | msgstr "" 43 | 44 | #: ukui-wallpapers.xml.in:53 45 | msgid "Focal-ubuntukylin" 46 | msgstr "" 47 | 48 | #: ukui-wallpapers.xml.in:61 49 | msgid "Goldfish" 50 | msgstr "" 51 | 52 | #: ukui-wallpapers.xml.in:69 53 | msgid "Rhythm" 54 | msgstr "" 55 | 56 | #: ukui-wallpapers.xml.in:77 57 | msgid "Rollpaper" 58 | msgstr "" 59 | 60 | #: ukui-wallpapers.xml.in:85 61 | msgid "String" 62 | msgstr "" 63 | 64 | #: ukui-wallpapers.xml.in:93 65 | msgid "The-mouse" 66 | msgstr "" 67 | 68 | #: ukui-wallpapers.xml.in:102 69 | msgid "Bluebird" 70 | msgstr "" 71 | 72 | #: ukui-wallpapers.xml.in:110 73 | msgid "Bridgecity" 74 | msgstr "" 75 | 76 | #: ukui-wallpapers.xml.in:118 77 | msgid "Bridgecity2" 78 | msgstr "" 79 | 80 | #: ukui-wallpapers.xml.in:126 81 | msgid "Flamingos" 82 | msgstr "" 83 | 84 | #: ukui-wallpapers.xml.in:134 85 | msgid "Horse" 86 | msgstr "" 87 | 88 | #: ukui-wallpapers.xml.in:142 89 | msgid "House" 90 | msgstr "" 91 | 92 | #: ukui-wallpapers.xml.in:150 93 | msgid "Look" 94 | msgstr "" 95 | 96 | #: ukui-wallpapers.xml.in:158 97 | msgid "Mountain-range" 98 | msgstr "" 99 | 100 | #: ukui-wallpapers.xml.in:166 101 | msgid "Mountain" 102 | msgstr "" 103 | 104 | #: ukui-wallpapers.xml.in:174 105 | msgid "Mountain2" 106 | msgstr "" 107 | 108 | #: ukui-wallpapers.xml.in:182 109 | msgid "Planet-ascending" 110 | msgstr "" 111 | 112 | #: ukui-wallpapers.xml.in:190 113 | msgid "Sea" 114 | msgstr "" 115 | 116 | #: ukui-wallpapers.xml.in:198 117 | msgid "Sky" 118 | msgstr "" 119 | 120 | #: ukui-wallpapers.xml.in:206 121 | msgid "Snowy-mountains" 122 | msgstr "" 123 | 124 | #: ukui-wallpapers.xml.in:214 125 | msgid "Still-life" 126 | msgstr "" 127 | 128 | #: ukui-wallpapess.xml.in:222 129 | msgid "Sunf" 130 | msgstr "" 131 | -------------------------------------------------------------------------------- /po/zh_CN.po: -------------------------------------------------------------------------------- 1 | # Chinese translations for ukui-wallpapers package. 2 | # Copyright (C) 2020 THE ukui-wallpapers'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the ukui-wallpapers package. 4 | # Automatically generated, 2020. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: ukui-wallpapers\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-05-22 14:58+0800\n" 11 | "PO-Revision-Date: 2020-05-22 14:58+0800\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: zh_CN\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=ASCII\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ukui-wallpapers.xml.in:5 20 | msgid "Calla" 21 | msgstr "" 22 | 23 | #: ukui-wallpapers.xml.in:13 24 | msgid "City" 25 | msgstr "" 26 | 27 | #: ukui-wallpapers.xml.in:21 28 | msgid "Default" 29 | msgstr "" 30 | 31 | #: ukui-wallpapers.xml.in:29 32 | msgid "Desert" 33 | msgstr "" 34 | 35 | #: ukui-wallpapers.xml.in:37 36 | msgid "Firstgeneration" 37 | msgstr "" 38 | 39 | #: ukui-wallpapers.xml.in:45 40 | msgid "Fluent-color" 41 | msgstr "" 42 | 43 | #: ukui-wallpapers.xml.in:53 44 | msgid "Focal-ubuntukylin" 45 | msgstr "" 46 | 47 | #: ukui-wallpapers.xml.in:61 48 | msgid "Goldfish" 49 | msgstr "" 50 | 51 | #: ukui-wallpapers.xml.in:69 52 | msgid "Rhythm" 53 | msgstr "" 54 | 55 | #: ukui-wallpapers.xml.in:77 56 | msgid "Rollpaper" 57 | msgstr "" 58 | 59 | #: ukui-wallpapers.xml.in:85 60 | msgid "String" 61 | msgstr "" 62 | 63 | #: ukui-wallpapers.xml.in:93 64 | msgid "The-mouse" 65 | msgstr "" 66 | 67 | #: ukui-wallpapers.xml.in:102 68 | msgid "Bluebird" 69 | msgstr "" 70 | 71 | #: ukui-wallpapers.xml.in:110 72 | msgid "Bridgecity" 73 | msgstr "" 74 | 75 | #: ukui-wallpapers.xml.in:118 76 | msgid "Bridgecity2" 77 | msgstr "" 78 | 79 | #: ukui-wallpapers.xml.in:126 80 | msgid "Flamingos" 81 | msgstr "" 82 | 83 | #: ukui-wallpapers.xml.in:134 84 | msgid "Horse" 85 | msgstr "" 86 | 87 | #: ukui-wallpapers.xml.in:142 88 | msgid "House" 89 | msgstr "" 90 | 91 | #: ukui-wallpapers.xml.in:150 92 | msgid "Look" 93 | msgstr "" 94 | 95 | #: ukui-wallpapers.xml.in:158 96 | msgid "Mountain-range" 97 | msgstr "" 98 | 99 | #: ukui-wallpapers.xml.in:166 100 | msgid "Mountain" 101 | msgstr "" 102 | 103 | #: ukui-wallpapers.xml.in:174 104 | msgid "Mountain2" 105 | msgstr "" 106 | 107 | #: ukui-wallpapers.xml.in:182 108 | msgid "Planet-ascending" 109 | msgstr "" 110 | 111 | #: ukui-wallpapers.xml.in:190 112 | msgid "Sea" 113 | msgstr "" 114 | 115 | #: ukui-wallpapers.xml.in:198 116 | msgid "Sky" 117 | msgstr "" 118 | 119 | #: ukui-wallpapers.xml.in:206 120 | msgid "Snowy-mountains" 121 | msgstr "" 122 | 123 | #: ukui-wallpapers.xml.in:214 124 | msgid "Still-life" 125 | msgstr "" 126 | 127 | #: ukui-wallpapess.xml.in:222 128 | msgid "Sunf" 129 | msgstr "" 130 | -------------------------------------------------------------------------------- /po/zh_TW.po: -------------------------------------------------------------------------------- 1 | # Chinese translations for ukui-wallpapers package. 2 | # Copyright (C) 2020 THE ukui-wallpapers'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the ukui-wallpapers package. 4 | # Automatically generated, 2020. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: ukui-wallpapers\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-05-22 14:58+0800\n" 11 | "PO-Revision-Date: 2020-05-22 14:58+0800\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: zh_TW\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=ASCII\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: ukui-wallpapers.xml.in:5 20 | msgid "Calla" 21 | msgstr "" 22 | 23 | #: ukui-wallpapers.xml.in:13 24 | msgid "City" 25 | msgstr "" 26 | 27 | #: ukui-wallpapers.xml.in:21 28 | msgid "Default" 29 | msgstr "" 30 | 31 | #: ukui-wallpapers.xml.in:29 32 | msgid "Desert" 33 | msgstr "" 34 | 35 | #: ukui-wallpapers.xml.in:37 36 | msgid "Firstgeneration" 37 | msgstr "" 38 | 39 | #: ukui-wallpapers.xml.in:45 40 | msgid "Fluent-color" 41 | msgstr "" 42 | 43 | #: ukui-wallpapers.xml.in:53 44 | msgid "Focal-ubuntukylin" 45 | msgstr "" 46 | 47 | #: ukui-wallpapers.xml.in:61 48 | msgid "Goldfish" 49 | msgstr "" 50 | 51 | #: ukui-wallpapers.xml.in:69 52 | msgid "Rhythm" 53 | msgstr "" 54 | 55 | #: ukui-wallpapers.xml.in:77 56 | msgid "Rollpaper" 57 | msgstr "" 58 | 59 | #: ukui-wallpapers.xml.in:85 60 | msgid "String" 61 | msgstr "" 62 | 63 | #: ukui-wallpapers.xml.in:93 64 | msgid "The-mouse" 65 | msgstr "" 66 | 67 | #: ukui-wallpapers.xml.in:102 68 | msgid "Bluebird" 69 | msgstr "" 70 | 71 | #: ukui-wallpapers.xml.in:110 72 | msgid "Bridgecity" 73 | msgstr "" 74 | 75 | #: ukui-wallpapers.xml.in:118 76 | msgid "Bridgecity2" 77 | msgstr "" 78 | 79 | #: ukui-wallpapers.xml.in:126 80 | msgid "Flamingos" 81 | msgstr "" 82 | 83 | #: ukui-wallpapers.xml.in:134 84 | msgid "Horse" 85 | msgstr "" 86 | 87 | #: ukui-wallpapers.xml.in:142 88 | msgid "House" 89 | msgstr "" 90 | 91 | #: ukui-wallpapers.xml.in:150 92 | msgid "Look" 93 | msgstr "" 94 | 95 | #: ukui-wallpapers.xml.in:158 96 | msgid "Mountain-range" 97 | msgstr "" 98 | 99 | #: ukui-wallpapers.xml.in:166 100 | msgid "Mountain" 101 | msgstr "" 102 | 103 | #: ukui-wallpapers.xml.in:174 104 | msgid "Mountain2" 105 | msgstr "" 106 | 107 | #: ukui-wallpapers.xml.in:182 108 | msgid "Planet-ascending" 109 | msgstr "" 110 | 111 | #: ukui-wallpapers.xml.in:190 112 | msgid "Sea" 113 | msgstr "" 114 | 115 | #: ukui-wallpapers.xml.in:198 116 | msgid "Sky" 117 | msgstr "" 118 | 119 | #: ukui-wallpapers.xml.in:206 120 | msgid "Snowy-mountains" 121 | msgstr "" 122 | 123 | #: ukui-wallpapers.xml.in:214 124 | msgid "Still-life" 125 | msgstr "" 126 | 127 | #: ukui-wallpapess.xml.in:222 128 | msgid "Sunf" 129 | msgstr "" 130 | -------------------------------------------------------------------------------- /ukui-wallpapers.xml.in: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Calla 6 | /usr/share/backgrounds/calla.png 7 | zoom 8 | #000000 9 | #000000 10 | solid 11 | 12 | 13 | City 14 | /usr/share/backgrounds/city.png 15 | zoom 16 | #000000 17 | #000000 18 | solid 19 | 20 | 21 | Default 22 | /usr/share/backgrounds/2004default.jpg 23 | zoom 24 | #000000 25 | #000000 26 | solid 27 | 28 | 29 | Desert 30 | /usr/share/backgrounds/desert.png 31 | zoom 32 | #000000 33 | #000000 34 | solid 35 | 36 | 37 | Firstgeneration 38 | /usr/share/backgrounds/firstgeneration.jpg 39 | zoom 40 | #000000 41 | #000000 42 | solid 43 | 44 | 45 | Fluent-color 46 | /usr/share/backgrounds/fluent-color.png 47 | zoom 48 | #000000 49 | #000000 50 | solid 51 | 52 | 53 | Focal-ubuntukylin 54 | /usr/share/backgrounds/focal-ubuntukylin.png 55 | zoom 56 | #000000 57 | #000000 58 | solid 59 | 60 | 61 | Goldfish 62 | /usr/share/backgrounds/goldfish.png 63 | zoom 64 | #000000 65 | #000000 66 | solid 67 | 68 | 69 | Rhythm 70 | /usr/share/backgrounds/rhythm.jpg 71 | zoom 72 | #000000 73 | #000000 74 | solid 75 | 76 | 77 | Rollpaper 78 | /usr/share/backgrounds/rollpaper.png 79 | zoom 80 | #000000 81 | #000000 82 | solid 83 | 84 | 85 | String 86 | /usr/share/backgrounds/string.jpg 87 | zoom 88 | #000000 89 | #000000 90 | solid 91 | 92 | 93 | The-mouse 94 | /usr/share/backgrounds/the-mouse.jpg 95 | zoom 96 | #000000 97 | #000000 98 | solid 99 | 100 | 101 | 102 | <_name>Bluebird 103 | /usr/share/backgrounds/bluebird.jpg 104 | zoom 105 | #000000 106 | #000000 107 | solid 108 | 109 | 110 | <_name>Bridgecity 111 | /usr/share/backgrounds/bridgecity.jpg 112 | zoom 113 | #000000 114 | #000000 115 | solid 116 | 117 | 118 | <_name>Bridgecity2 119 | /usr/share/backgrounds/bridgecity2.jpg 120 | zoom 121 | #000000 122 | #000000 123 | solid 124 | 125 | 126 | <_name>Flamingos 127 | /usr/share/backgrounds/flamingos.jpg 128 | zoom 129 | #000000 130 | #000000 131 | solid 132 | 133 | 134 | <_name>Horse 135 | /usr/share/backgrounds/horse.jpg 136 | zoom 137 | #000000 138 | #000000 139 | solid 140 | 141 | 142 | <_name>House 143 | /usr/share/backgrounds/house.jpg 144 | zoom 145 | #000000 146 | #000000 147 | solid 148 | 149 | 150 | <_name>Look 151 | /usr/share/backgrounds/look.jpg 152 | zoom 153 | #000000 154 | #000000 155 | solid 156 | 157 | 158 | <_name>Mountain-range 159 | /usr/share/backgrounds/mountain-range.jpg 160 | zoom 161 | #000000 162 | #000000 163 | solid 164 | 165 | 166 | <_name>Mountain 167 | /usr/share/backgrounds/mountain.jpg 168 | zoom 169 | #000000 170 | #000000 171 | solid 172 | 173 | 174 | <_name>Mountain2 175 | /usr/share/backgrounds/mountain2.jpg 176 | zoom 177 | #000000 178 | #000000 179 | solid 180 | 181 | 182 | <_name>Planet-ascending 183 | /usr/share/backgrounds/planet-ascending.jpg 184 | zoom 185 | #000000 186 | #000000 187 | solid 188 | 189 | 190 | <_name>Sea 191 | /usr/share/backgrounds/sea.jpg 192 | zoom 193 | #000000 194 | #000000 195 | solid 196 | 197 | 198 | <_name>Sky 199 | /usr/share/backgrounds/sky.jpg 200 | zoom 201 | #000000 202 | #000000 203 | solid 204 | 205 | 206 | <_name>Snowy-mountains 207 | /usr/share/backgrounds/snowy-mountains.jpg 208 | zoom 209 | #000000 210 | #000000 211 | solid 212 | 213 | 214 | <_name>Still-life 215 | /usr/share/backgrounds/still-life.jpg 216 | zoom 217 | #000000 218 | #000000 219 | solid 220 | 221 | 222 | <_name>Sunf 223 | /usr/share/backgrounds/sunf.jpg 224 | zoom 225 | #000000 226 | #000000 227 | solid 228 | 229 | 230 | -------------------------------------------------------------------------------- /update-background.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | import glob 4 | 5 | PREAMBLE = """ 6 | 7 | 2009 8 | 08 9 | 04 10 | 00 11 | 00 12 | 00 13 | 14 | 15 | """ 16 | 17 | ENTRY = """ 18 | 1795.0 19 | %(a)s 20 | 21 | 22 | 5.0 23 | %(a)s 24 | %(b)s 25 | 26 | """ 27 | 28 | FOOTER = """ 29 | """ 30 | 31 | PATH='/usr/share/backgrounds/' 32 | 33 | def main(): 34 | images = glob.glob('*.jpg') 35 | m = len(images) 36 | 37 | output = '' 38 | output += PREAMBLE 39 | for i in range(m): 40 | output += ENTRY % {'a': PATH + images[i], 'b': PATH + images[(i+1) % m]} 41 | output += FOOTER 42 | print (output) 43 | 44 | if __name__ == '__main__': 45 | main() 46 | --------------------------------------------------------------------------------